@charset "utf-8";
body {
	background-color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	font-weight: bold;
	color: #9E3030;
	text-decoration: none;
}
a:hover { color: #B94040; }
.borderradius {
	-o-box-shadow: 0px 3px 6px #191919;
	-icab-box-shadow: 0px 3px 6px #191919;
	-khtml-box-shadow: 0px 3px 6px #191919;
	-moz-box-shadow: 0px 3px 6px #191919;
	-webkit-box-shadow: 0px 3px 6px #191919;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#header {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#header img { background-image: url(../images/header.png); }
#index_body {
	background-color: #202020;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}
#index_body_content { }
#index_body_links { }
#index_body_links ul {
	list-style-type: none;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#index_body_links ul li {
	display:inline;
	padding-left:1em;
	padding-right:1em;
}
#index_body_info { margin-bottom: 10px; }
#index_body_login {
	text-align:left;
	background-color: #202020;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#index_body_login form { width: 100%; }
.index_body_login_input { width: 140px; }
#index_body_news {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.index_body_news_odd { background-color: #292929; }
.index_body_news_even { background-color: #191919; }
.index_body_news_entry { padding-left: 30px; }

