@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;
}

body{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	letter-spacing:0px;
	color:#000;
}

a:link, a:active, a:visited {
	color:#000;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: line-through;
	}
	
.header{
	margin-bottom:0px;
}

.menu {
    width: 204px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

.logo {
	position: fixed;
	height: 130px;
	top: 20px;   
	left: 20px;  
  
	z-index: 1;
	
	}

.footer {
	position: fixed;  
	bottom: 20px;   
	left: 20px;  
	background-color: transparent;    
	z-index: 1;}

.line{
	width: 750px;
	height: 12px;
	float: left;
	border-top:thin;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	float: left;
	
}

.line-9{
position: absolute;
left: 1703px;
	width: 40px;
	height: 12px;
	float: left;
	border-top:thin;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	float: left;
	
}

.line-menu{
	width: 183px;
	height: 12px;
	float: left;
	border-top:thin;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	float: left;
}


	
p {
    margin: 0 0 0 0;
}

h1 {
	font-size: 12px;
	letter-spacing:0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
h2 {
	font-size:25px;
	letter-spacing:-1px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	


	
	
/* Layout Divs                                 */



.content {
	width: auto;
    margin: 0 0 0 203px;
    padding: 20px;
}

.title {
	height: 120px;
	width: 750px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: left;
	float: left;
	
}

.title-top {
	height: 80px;
	width: 750px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: left;
	float: left;
	clear: both;
}


.top {
	
	width: 500px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: left;
	float: left;
}


.right {
	width: 230px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
	}

.bottom {
    height: 73px;
    margin: 0 0 20px 20px;
    padding: 0;
	clear: both;
}

.img{
	width: 750px;
	margin:  0 20px 20px 0;
	padding: 0;
	border: 0px;
	float:left;
}


.clear{
	clear: both;	
}

