@import url('common.css');

#wrapper
{
	top:0px;	
	width:984px;
	text-align:left;
	float:none;
	margin: 0px auto;
	background:#000;
}

#header
{
	width:984px;
	height:428px;
}

#logo
{
	width:984px;
	height:274px;
}

#header2
{
	background:url(../images/h2.jpg);
	height:96px;
	width:984px;
}

#header3
{
	background:url(../images/h3.jpg);
	height:76px;
	width:732px;
}

#header4
{
	background:url(../images/h4.jpg);
	height:76px;
	width:252px;
}


#menu
{
	width:984px;
	height:58px;
}

#content
{
	width:984px;
	background:#fff;
}

#footer
{
	background:url(../images/footer.jpg);
	height:64px;
	width:984px;
	border-bottom:solid #000 20px;
	
}

#content_left
{
	width:625px;
	background:#ffff;
	border-left:solid 48px #fff;
	border-right:solid 39px #fff;
}

#content_right
{
	width:230px;
	background:#fff;
}

.title
{
	line-height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#000;
}


#footer_text
{
	position:absolute;
	top:44px;
	left:34px;
	color:#fff;
	font-size:11px;
}

.subtitle
{
	background:#e7e7e7;
	font-weight:bold;
	width:625px;
	height:24px;
	text-indent:15px;
	margin-bottom:15px;
	line-height:24px;
}
