@charset "utf-8";
/* CSS Document */

body{
	background:#1a1a1a url(../images/bg.jpg) no-repeat top center;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#full{
	text-align:left;
}

#topmenu{
	background:transparent url(../images/menu_bg.jpg) no-repeat top left;
	width:980px;
	height:98px;
	text-align:left;
	margin:0 auto;
	font-weight:bold;
	padding:0px 0 0 0px;
}

#logo{
	/*background:transparent url(../images/menu_bg.jpg) no-repeat top right;*/
	float:left;
	width:450px;
	height:98px;
}

#logo a{
	width:290px;
	height:98px;
	display:block;	
}

#topmenu_in{
	padding:73px 0 0;
	float:left;
}

#topmenu_in a{
	color:#008bc1;
	display:block;
	margin:0 5px 0 0;
	float:left;
	width:98px;
	height:19px;
	padding:6px 0 0 0;
	text-align:center;
}

#topmenu_in a:hover{
	background:transparent url(../images/topmenu_hover.jpg) no-repeat top left;
	color:#FFFFFF;
}

#topmenu_in .active{
	background:transparent url(../images/topmenu_hover.jpg) no-repeat top left;
	color:#FFFFFF;	
}

#middle{
	width:980px;
	margin:0 auto;
}

#space{
	width:9px;
	height:10px;
	float:left;
}


#left_in{
	width:197px;
	padding:0 22px;
	background:transparent url(../images/left_menu_bottom.jpg) no-repeat bottom left;
}

#right{
	width:961px;
	background:#FFFFFF url(../images/content_bg.jpg) no-repeat bottom right;
	float:left;
	margin:0 0px 0 0;
}

#footer{
	height:20px;
	padding:20px 0 0 0;
	font-size:9px;
	text-align:left;
}

#footer a{
	color:#808080;
	margin:0 0 0 53px;
}

#footer img{
	margin:0 0 0 617px;
}

#news_body
{
	
}


