@charset "UTF-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	background: #dadada;
	text-align: center;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearm {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	padding-bottom: 1px;
}
.hidden {
	display: none;
	line-height: 1px;
	font-size: 1px;
}
img {
	border: none;
}
form {
	margin-bottom: 0;
}
.divider {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url(../images/dotted_divider.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
.divider2 {
	width: 500px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url(../images/dotted_divider.jpg) repeat-x;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #ec2c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 16px 0 16px;
	text-align: left;
	background: #ffffff url(../images/background.jpg) repeat-y;
	overflow: hidden;
}
#header {
	background: #fefefe url(../images/header_bg.jpg) repeat-x;
	padding-left: 17px;
	padding-right: 20px;
	padding-bottom: 3px;
	margin: 0;
}
#header .top {
	height: 94px;
}
#header .top .logo {
	display: block;
	background: url(../images/header_logo.jpg) no-repeat;
	width: 412px;
	height: 82px;
	position: relative;
	left: 6px;
	top: 7px;
	float: left;
}
#header .top .links {
	width: 211px;
	height: 31px;
	float: right;
}
#header .bookmark {
	display: block;
	background: url(../images/header_bookmark.jpg) no-repeat;
	width: 107px;
	height: 31px;
	float: left;
}
#header .homepage {
	display: block;
	background: url(../images/header_homepage.jpg) no-repeat;
	width: 104px;
	height: 31px;
	float: right;
}
#header .bottom {
	height: 13px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 6px;
	line-height: 10px;
}
#header .usersonline {
	display: block;
	height: 13px;
	width: 35px;
	background: url(../images/online_users.jpg) no-repeat;
	margin-right: 8px;
	float: left;
}
#header .guestsonline {
	display: block;
	height: 13px;
	width: 55px;
	background: url(../images/online_guests.jpg) no-repeat;
	margin-right: 8px;
	margin-left: 15px;
	float: left;
}
#header .newsteam {
	display: block;
	height: 13px;
	width: 40px;
	background: url(../images/online_news.jpg) no-repeat;
	margin-right: 8px;
	margin-left: 15px;
	float: left;
}
#header .number {
	position: relative;
	top: -2px;
	float: left;
}
#header .date {
	position: relative;
	top: -2px;
	float: right;
}
#subcontainer {
	padding: 0 20px 0 17px;
	margin: 0;
}
#partners {
	width: 863px;
	float: left;
	padding-bottom: 20px;
}
#partners .header {
	background: url(../images/partners_header.jpg) no-repeat;
	width: 441px;
	height: 34px;
	margin-left: 14px;
	margin-top: 8px;
	margin-bottom: 6px;
}
#footer {
	height: 81px;
	width: 863px;
	background: url(../images/footer_bg.jpg) repeat-x;
}
#footer .sides {
	background: url(../images/footer_left.jpg) left no-repeat;
	height: 81px;
}
#footer .logo {
	background: url(../images/footer_logo.jpg) right no-repeat;
	height: 59px;
	padding: auto;
	text-align: center;
	color: #ffffff;
	padding-top: 22px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}