@charset "utf-8";
/* CSS Document */

body{
	background:#7a97e9 url(images/bg.jpg) top center no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
}

img {margin:10px; border:0px;
}

h6 { color:#003300; 
	padding-top:160px; 
	padding-left:20px; 
	font-size:10px;
}




a:link {
	color:#2d22b8;
	text-decoration: none;
	border:none;
}      
a:visited {color:#2d22b8;
		text-decoration: none;}  
a:hover {color:#fff;
		text-decoration: none;}  
a:active {color:#2d22b8;
		text-decoration: none;} 

#wraper { background:url(images/bg_wraper.png) top center repeat-y;
	height:100%;
	width:1200px;
	margin:auto;
	position:relative;
	margin-bottom:-177px;
}

#banner { background:url(images/header.png) top center no-repeat;
	height:91px;
	width:914px;
	margin:auto;
	padding:5px;

}

#container {width:890px;
	margin:auto;
	/*float:right;*/
}

#content { width:750px;
float:right;
}


#nav {background:url(images/bg_wraper.png) no-repeat;
	height:auto;
	width:auto;
	float:left;
	padding-right:15px;
	padding-top:5px;
	margin:10px;
	margin-right:20px;
	text-indent:-25px;
}

#nav li{list-style-type:none; text-indent:none; line-height:20px;
}

#clearfooter { height:177px; 
	clear:both;
}

#footer { background:url(images/footer.png) bottom center no-repeat;
	height:177px;
	width:auto;
	margin:auto;
	position:relative;
	padding:0px;
}

a#logo {
 display: block;
 margin:5px;
 width: 337;
 height: 57px;
 text-decoration:none;
 background: /*transparent*/ url(images/logo.png) no-repeat ;
 }
 a#logo:hover {
 background-position: 0 -57px;