body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#nav {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: black;
	height: 10px;
}
#nav a {
	text-decoration: none;
	color: black;
}
#nav a:hover {
	text-decoration: underline;
}
#top {
	padding-top: 132px;
	padding-bottom: 50px;
	padding-left: 171px;
}
#content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 11px;
}
#c_left {
	width: 690px;
	float: left;
	margin-left: 15px;
}
#c_right {
	width: 252px;
	float: right;
}
#c_right_news {
	padding: 0px 15px 0px 15px;
	margin-bottom: 30px;
}
#footer {
	background-color: #a60000;
	color: white;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
}
#footer a {
	color: white;
	text-align: center;
}
#footer_content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#h_left {
	width: 362px;
	height: 250px;
	float: left;
}
#h_left img {
	border: 1px solid black;
}
#h_right {
	width: 290px;
	float: left;
	margin-left: 25px;
}
.news {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}
.news_img {
	width: 150px;
	float: left;
	border: 2px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_text {
	width: 500px;
	float: left;
}
ol li {
	margin-bottom: 5px;
}
.c_input {
	width: 300px;
	padding: 4px;
	font-family: Arial, sans-serif;
	border: 1px solid #999999;
}
