body{
	margin: 0px;
	background-color: #1C90FF;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	height: 100%;
}
a {
	text-decoration: none;
	color: #B60400;
}
a:hover {
	color: #808080;
}
a img {
	border: 0;
}
#top_bg{
	background: url(img/sky_bg.png) repeat-x;
}
#main_bg{
	background: url(img/grass_bg.jpg) repeat-x;
	background-position: bottom;
}
#main_block{
	width: 958px;
	margin: 0 auto;
	background-color:#FFF;
}

#left_bar{
	background: url(img/left_bar.png) no-repeat top;
	border-right: 1px solid #1C70D2;
	margin: 0px;
	padding: 0px;
}
#bg_menu{
	background: url(img/bg_menu.jpg) no-repeat;
	width: 119px;
	height: 30px;
	padding: 10px 0 0 80px;
	color: #FFF;
}
#bg_static{
	background: url(img/bg_static.jpg) no-repeat;
	width: 119px;
	height: 30px;
	padding: 10px 0 0 80px;
	color: #FFF;
}
#bottom_block{
	height: 100px;
	width: 960px;
	margin: 0 auto;
	background: url(img/box_blue.png) no-repeat;
}
.header {
	clear: both;
	text-align: left;
	padding: 20px 15px 0 0;
	margin: 0px 10px 3px 10px;
	height: 40px;
	border-bottom: 2px solid #eee;
	background: #FFF url(image/fade.gif) repeat-x;
	color: #808080;
}
.white_line{
	padding: 5px;
	background: url(img/whilt_line.png) repeat-x;
	height: 20px;
	border: 1px solid #C0C0C0;
}

.icon_menu{
	height: 110px;
	border-bottom: 1px solid #2B529C;
}


div.dot_line{
	border-bottom: 1px dotted;
	border-bottom-color: #E1E1E1;
	padding: 2px;
}