@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background:#040745 url(../images/body_vertical_bg.gif) top left repeat-y;
	font-size:small; font-family:verdana;
}
div.main_head_cont {
	width:100%; height:170px;
	background: url(../images/body_horizontal_bg.gif) repeat-x;
}
div.main_head {
	width:1000px; height:170px;
	background: url(../images/main_head_bg.png) no-repeat;
}
div.logo_div {
	/*border:1px solid #444;*/
	position:absolute; top:10px; left:430px;
	width:270px; height:100px;
	cursor:pointer;
}
div.top_menu_div {
	/*border:1px solid #444;*/
	position:absolute; top:126px; left:185px;
	width:760px; height:30px;
	text-align:center;
}
ul.top_menu {
	margin:0; padding:0;
	list-style:none;
}
ul.top_menu li {
	display:inline;
	margin:0 4px 0 4px; padding:0px 20px 0px 20px;
	border-left:1px solid #b3b5ce;
	border-right:1px solid #b3b5ce;
/*	background: url(../images/menupont_bg.png) no-repeat center center;*/
}
ul.top_menu li a {
	text-decoration:none; padding:0;
	font-size:medium; font-family:arial;
	color:#04065a; font-weight:bold;
}
ul.top_menu li a:hover {
	/*text-decoration:underline;*/
	color:#870000;
}
div.body_frame {
	width:945px;
}
div.left_img {
	float:left; width:185px;
}
