html, body
{
    width:100%;
	color:#515151;
    font:14px Tahoma, Geneva, sans-serif;
	background:#000 url(../images/bg.jpg) no-repeat 50% 0;

	
}
 .center
 {
	 margin:0 auto;
	 width:858px;
 }
/*----------HEADER BLOCK---------*/
.header
{
height:330px;
background:url(../images/top-bg.jpg) no-repeat 50% 0;

}
.header h1
{
	
}
.box-left-menu
{
	position:absolute;
	top:0;
	width:341px;
	min-height:440px;
	background:url(../images/left-menu-box-bg.png) no-repeat 0 0;
}
.left-menu
{
	margin-top:11px;
	
}
.left-menu li
{
}

.left-menu li a
{
	color:#333333;
	text-decoration:none;
	display:block;
	height:40px;
}

.left-menu li a:hover
{
	text-decoration:underline;
}

.menu1
{
	width:287px;
	height:44px;
	position:relative;
	top:55px;
	left:315px;
	background:url(../images/menu1.png) no-repeat 0 0;
}
.menu2
{
	width:373px;
	height:44px;
	position:relative;
	top:68px;
	left:170px;
	background:url(../images/menu2.png) no-repeat 0 0;
}
.menu3
{
	width:299px;
	height:44px;
	position:relative;
	top:85px;
	left:70px;
	background:url(../images/menu3.png) no-repeat 0 0;
}
.menu4
{
	width:286px;
	height:44px;
	position:relative;
	top:105px;
	left:0px;
	background:url(../images/menu4.png) no-repeat 0 0;
}

/*----------END HEADER BLOCK---------*/


/*----------CENTER BLOCK---------*/
.content
{
	font-size:12px;
}

.content-txt
{
	padding-left:0px;
	text-align:justify;
	padding-bottom:5px;
}

.content-txt h1
{
	font-size:28px;
	color:#fff;
	padding:10px 0 0 0;
}

.content h2
{
	color:#393846;
	font-size:23px;

}

.content-txt p
{
	padding:1px 0;
	line-height:15px;
	color:#fff;
}

.content ul
{
margin-left:10px;
margin-top:42px;
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;
}
.copy
{
	text-align:center;
	font-size:11px;
	color:#fff;
	padding:10px 0 0 0;
}

