html, body
{
    width:100%;
	color:#515151;
    font:14px Tahoma, Geneva, sans-serif;
	background:url(../i/header-bg.jpg) repeat-x 0 0;

	
}
 .center
 {
	 margin:0 auto;
	 width:858px;
 }
/*----------HEADER BLOCK---------*/
.header
{
height:310px;
background:url(../i/top-bg.jpg) no-repeat 50% 0;

}
.header h1
{
	
}
.left-menu
{
	margin-top:11px;
	
}
.left-menu li
{
padding-left:20px;
color: #000;
width:263px;
height:39px;
font-size:14px;
background:url(../i/left-menu-bg.png) no-repeat 0 0;
}

.left-menu li a
{
	color:#333333;
	text-decoration:none;
	position:relative;
	top:8px;
	left:35px;
}
.left-menu li a:hover
{
	text-decoration:underline;
}
/*----------END HEADER BLOCK---------*/


/*----------CENTER BLOCK---------*/
.content
{
font:13px Arial, Helvetica, sans-serif;
background:#fff url(../i/content-bg.png) repeat-x 0 0;	
}
.content-top
{
background:url(../i/content-top.png) no-repeat 0 0;	
height:38px;
}
.content-bg
{
}
.content-left
{
	width:286px;
	min-height:550px;
	float:left;
}
.content-right
{
	width:460px;
	float:left;
	padding-left:65px;
	padding-top:40px;
	padding-bottom:30px;
	font-size:12px;
	text-align:justify;
}
.content-right h1
{
	font-size:28px;
	color:#333;
	padding-bottom:34px;
	text-indent:10px;
}
.content-bottom
{
background:url(../i/content-bottom.png) no-repeat 0 0;	
height:38px;
}
.content h2
{
	color:#393846;
	font-size:23px;

}

.content-right p
{
	padding:5px 0;
	line-height:16px;
}

.content ul
{
	padding:10px;
}
.content li
{
	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-wrap
{
	background:#fff url(../i/footer-bg.png) repeat-x 0 0;
	height:109px;	
}
.footer
{
	background:url(../i/footer.png) no-repeat 0 0;
	width:1000px;
	margin:0 auto;
	height:109px;
}
.footer p.copy
{
	text-align:center;
	padding:29px;
	font:13px Tahoma, Geneva, sans-serif;
	color:#fff;
}


