@charset "utf-8";
body {
	background-color: #fff;
	/*background-image: url(../images/base.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin:0px;
	padding:0px;
	font-size:12px;
}
.clear{
	clear:both;
}
#skin{
	/*background-image: url(../images/skin.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin:0px;
	padding:15px 0px 0px;
	overflow:auto;
	height:100%;
}
#wrap{
	width:905px;
	margin:0px auto;
	padding:0px;
}
#header{
	height:110px;
}
#header h1{
	width:530px;
	height:110px;
	background-image:url(../images/titleH.jpg);
	text-indent: -500em;	
}
#cont{
	padding:10px;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-position: center top;
	color:#000;
}
#footer{
	height:65px;
	background-image: url(../images/logosH.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin-top:25px;
}
#nav{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	height:25px;
	overflow:auto;
}
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav ul li{
	list-style:none;
	margin:0px;
	padding:0px 25px 0px 0px;
	float:left;
}
#nav ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	}
#nav ul li a:hover{
	color:#b7ca92;
	}

#mainblock{
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
	}
#mainblock p{
	line-height:150%;
}	
	#trailerLeft{
		width:240px;
		float:left;
	}
		#trailerRight{
		width:640px;
		float:right;
	}
