html, body
{
    width:100%;
	color:#000;
    font:12px Arial, Helvetica, sans-serif;
	background:#fff url(../i/head-bg.gif) repeat-x 0 0;

	
}
 .wrap
 {
	 margin:0 auto;
	 width:880px;
	 background:url(../i/logo.png) no-repeat 50% 35px;
 }
/*----------HEADER BLOCK---------*/
.header
{
padding:95px 0 0 0;
}
.header h1
{
	
}
.top-menu
{
	float:right
}
.top-menu li
{
float:left;
margin:10px; 
color: #2f2f2f;
font-size:13px;
}
.top-menu li.active
{
	background:url(../i/menu-active.png) no-repeat 50% 100%;
	padding-bottom:26px;
	color:#999999;
}
	 
.top-menu li a
{
	color:#6666cc;
	font-size:13px;
	text-decoration:underline;
}
.top-menu li a:hover
{
	text-decoration:none
}
/*----------END HEADER BLOCK---------*/


/*----------CENTER BLOCK---------*/
.content
{
padding:30px 0; 
font:13px Arial, Helvetica, sans-serif;
}
.content h2
{
	color:#393846;
	font-size:23px;

}

.content p
{
	padding:5px 0;
	
}

.content ul
{
	padding:10px;
}
.content li
{
	list-style-type:disc;
	list-style-position:inside;
	line-height:20px;
}
.p-center
{
	font:13px/20px Verdana, Geneva, sans-serif;
	color:#000;
	width:575px;
	margin:0 auto;
}
.p-cite
{
	font:19px Georgia, "Times New Roman", Times, serif;
	width:610px;
	margin:35px 0 15px 0;
	line-height:25px;
}
.p-cite em
{
	color:#818080;
}
.bottom-link
{
	width:625px;
	margin:10px auto
}
.bottom-link a
{
	font:15px Arial, Helvetica, sans-serif;
	color:#6666cc;
}
.b-l-left
{
	float:left
}
.b-l-right
{
	float:right;
}

.footer
{
border-top:solid 1px #dcdcdc;
width:875px;
margin:30px auto;
	height:140px;
	position:relative;
	background:url(../i/footer-logo.png) no-repeat 50%;

}
 .footer-f
 {
	 font:11px Verdana, Geneva, sans-serif;
	 color:#666666;
	 padding-top:70px;
	 padding-left:100px;
 }
.footer strong
{
	color:#000;
}
.footer p
{
	line-height:20px;
	font-size:11px;
}
.footer li
{
	margin:3px 0;
}
.footer a
{
	text-decoration:underline;
	color:#307ae8;
}
 
.footer a:hover
{
	text-decoration:none;
}



