* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: rgb(251,252,250);
	padding: 0;
	font-family: "courier new";
}
#container {
	width: 100%;
	min-width: 1000px;
	margin: 0;
}
#header {
	background: url(../images/header1.png) left top no-repeat;
	width: 100%;
	height: 251px;
}
#header2 {
	background: url(../images/header2.png) 100% top no-repeat;
	width: 100%;
	height: 251px;
	min-width: 1000px;
}
#search {
	float: right;
	margin-top: 110px;
	margin-right: 30px;
}
#query, .query {
	vertical-align: top;
	width: 200px;
	height: 18px;
	border: 1px solid #dcd;
}
#sch_btn, .sch_btn {
	vertical-align: top;
	height: 20px;
	width: 50px;
	border: 1px solid #dcd;
}
#update-time {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.menu {
	color: black; 
	font-family: arial;
	font-size: 140%;
	margin: 0;
	border: none;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.menu a {
	color: rgb(169,155,201);
	text-decoration: none;
	display: inline-block;
}
.menu a:hover  {
	color: #0c0;
	color: rgb(101,81,149);
}
.menu ul {list-style-type: none;}
.menu#gor_menu {margin: -85px 0px 40px -20px;}
.menu#gor_menu li {
	float: left;
	color: rgb(169,155,201);
	border: 3px solid rgb(169,155,201);
	margin: 0px 12px 7px 0px;
	padding: 3px 18px 3px 18px;
}
.menu#gor_menu li:hover {border: 3px solid rgb(101,81,149);}
.menu#gor_menu li:hover a {color: rgb(101,81,149);}
.menu#vert_menu {
	0width: 50%;
	margin: 0 auto;
	font-size: 140%;
	font-family: "courier new";
}
.menu#vert_menu a {color: black;}
.menu#vert_menu li {
	display: block;
	padding: 10px 0px 15px 0px;
}
.menu#vert_menu a:hover {text-decoration: underline;}
.menu#vert_menu .submenu {
	font-size: 90%;
	font-style: italic;
	font-weight: 600;
	text-align: left;
}
.menu#vert_menu .submenu li {
	margin: 0;
	padding: 10px 0px 5px 10px;
}
.menu#vert_menu .submenu a {
	color: rgb(80,85,81);
}
#left_block {
	width: 215px;
	margin-top: 10px;
	float: left;
}
.left_block_style {
	display: block;
	margin: auto;
	margin-bottom: 70px;
}
#content, #right_block {
	width: 73%;
	color: #333;
	padding: 0px 20px 20px 20px;
	float: left;
}
#content {
	background: url(../images/devider0.gif) left top repeat-y; 
	width: 100%;
}
.img1 {float: left;}
.img2 {float: right;}

.clearfloat {clear: both;}
h3 {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.text h3 {
	padding: 0px 0px 30px 0px;
	text-align: center;
}
.text ul li {margin-left: 50px;}
.text ul {
	margin-top: 10px; 
	margin-bottom: 15px;
}
.text {font-family: Courier New;}
p {margin-bottom: 15px;}

.text ul.single_list_margin {margin-left: -30px;}

.float_right {float: right;}
.text img {margin: 4px;}


.__blind__ {
}