/* CSS document */
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px Arial;
	color: #555555;
	background: url(../img/bg.gif) repeat-x top;
}

#wrap {
	margin: 0px auto;
	width: 781px;
}

.left {
	width: 5px;
	float: left;
}

.center {
	width: 751px;
	float: left;
	background: #FFFFFF url(../img/bg_center.jpg) repeat-x top;
	padding: 0px 10px;
}

.header {
	height: 46px;
}

.header h1 {
	padding: 10px 0px 12px 8px;
	margin: 0px;
}

.middle {
	margin: 0px;
}

.sidebar {
	float: left;
	width: 180px;
	margin-right: 10px;
}

/* VERTICAL MENU - css/menu.css */

.news {
	background: #ECECEC url(../img/bg_news.jpg) repeat-x top;
	border: 1px solid #ECECEC;
	padding: 5px 10px;
	margin: 10px 0px;
}

.news h3 {
	color: #95BC20;
	font: normal 20px Arial;
	margin: 0px;
	padding-top: 2px;
}

.news_title {
	color: #F36712;
	font: normal 14px Arial;
	padding-top: 5px;
}

.news_title a {
	color: #F36712;
	text-decoration: none;
}

.news_title a:hover {
	text-decoration: underline;
}

.news_date {
	color: #898989;
	padding-top: 5px;
}

.news_text {
	color: #555555;
	font: normal 11px Arial;
	padding-bottom: 6px;
}

.news_text_list {
	color: #555555;
	font: normal 11px Arial;
}

.news_link {
	text-align: left;
}

.news_link a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

.news_link a:hover {
	text-decoration: underline;
}

.v_line {
	float: left;
	width: 3px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.content {
	float: left;
	margin-left: 8px;
	width: 550px;
}

.headpic {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.articles {
	padding: 0px;
	margin: 0px;
	float: left;
}

.c_left {
	float: left;
	padding: 0px 8px 10px 0px;
	width: 320px;
}

.c_right {
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 300px;
	right: 265px;
	*right: 255px;
}

.footer {
	clear: both;
	background: url(../img/bg_footer.jpg) no-repeat top;
	color: #ABABAB;
	font: bold 10px Arial;
	text-align: center;
	padding: 5px 0px 10px 0px;
}

.footer a {
	color: #ABABAB;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.right {
	width: 5px;
	float: left;
}

input {
	border: 1px solid #787878;
}

textarea {
	border: 1px solid #787878;
}