body {
	background-color: #fff;
	color: #666;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}
input, textarea, select {
	font-size: 12px;
	font-family: Arial;
}
input.btn {
	font-size: 14px;
}
a:link, a:visited {
	text-decoration:none;
	color: #000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
}
.clr {
	clear: both;
}
h1 {
	position: absolute;
	text-indent: -5000px;
	width: 100px;
}
div h1 {
	position: static;
	text-indent: 0;
	width: auto;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#head {
	position: relative;
	height: 1%;
	background: url('../img/bg_head.png') no-repeat left top;
}
#head h2 {
	width: 250px;
}
#head h2 a {
	display: block;
	height: 150px;
	text-indent: -5000px;
}
#lang_bar {
	width: 220px;
	color: #444;
	position: relative;
	height: 38px;
	line-height: 38px;
}
#lang_bar a {
	padding: 0 10px;
	color: #444;
	font-weight: 700;
}
#lang_bar a#rss {
	position: absolute;
	line-height: 0;
	right: 0;
	top: 0;
	padding-right: 2px;
}
#menu {
	list-style-type: none;
	height: 45px;
	padding-left: 3px;
	background: url("../img/bg_menu_hr.gif") no-repeat left top;
}
#menu li {
	float: left;
	padding-right: 3px;
	background: url("../img/bg_menu_hr.gif") no-repeat right top;
	height: 45px;
	position: relative;
}
#menu a {
	display: block;
	width: 96px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #444;
	font-weight: 700;
}
#menu a:hover, #menu a:active {
	color: #f70;
	text-decoration: none;
}
#menu ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 45px;
	background-image: none;
	padding: 0;
	height: auto;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-width: 0;
	z-index: 100;
}
#menu ul li {
	float: none;
	padding: 0;
	background-image: none;
	height: auto;
	border-top: 1px solid #ccc;
}
#menu ul a {
	display: block;
	width: auto;
	height: auto;
	line-height: 1.2;
	padding: 5px 3px;
	color: #888;
	font-weight: 400;
}
#search_form {
	width: 220px;
	position: relative;
	height: 22px;
}
#search_form .txt {
	width: 160px;
	height: 20px;
}
#s_submit {
	position: absolute;
	right: 0;
}

#sub {
	width: 220px;
	padding: 0 20px;
	float: left;
}


#main {
	width: 740px;
	float: right;
}
.content {
	line-height: 1.4;
}
.content p, .content table {
	margin: 17px 0;
}
.content ul, .content ol {
	margin: 17px 0 17px 20px;
	list-style-type: disc;
}
.content ul ul, .content ul ol, .content ol ol, .content ol ul {
	margin: 0 0 0 25px;
}
.content table, .content table td {
	border: 1px solid #666;
}
.content table td {
	padding: 3px 5px;
}
.content table td p {
	margin: 0;
}
#foot {
	margin-top: 10px;
	background: url("../img/bg_foot.png") repeat-x left top;
	padding: 34px 0 10px;
	text-align: center;
	color: #37c;
}
#foot a {
	color: #37c;
}