/* header */
.header_main
{
	background-color: #000;
	text-align: center;
}
.header_body
{
	width: 980px;
	height: 96px;
	margin: 0 auto;
	text-align: left;
}
#logo
{
	float: left;
	margin: 33px 0 0 31px;
	font-size: 27px;
	color: #DDDDDD;
	font-family: Times New Roman,Times,serif,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
/**********/