@charset "utf-8";
/* CSS Document */

body {
	background: url(i/bg.jpg) repeat-x #001b23;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 5px;
}

h2 {
	margin: 0;
	padding: 5px;
}

#container {
	background: #1a1a1a;
	width: 878px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background: url(i/top.jpg);
	width: 868px;
	height: 24px;
	color: #fff;
	line-height: 24px;
	padding: 0 5px 4px 5px;
}

#top_left {
	float: left;
}

#top_right {
	float: right;
	padding: 0 5px 0 0;
}

form input#search_bar {
	background: url(i/input_search.jpg);
	width: 161px;
	height: 23px;
	line-height: 27px;
	padding: 0 5px;
	border: none;
	color: #fff;
	float: left;
	margin: 1px 10px 0 0;
}

form input.submit {
	background: url(i/search.jpg);
	width: 62px;
	height: 23px;
	border: none;
	color: #fff;
	float: left;
}

#top a {
	color: #fff;
	text-decoration: none;
}

#top a:hover {
	color: #7ecc9d;
	font-weight: bold;
}

#banner {
	background: url(i/banner.jpg);
	width: 878px;
	height: 225px;
}

ul#nav {
	background: url(i/nav.jpg);
	width: 794px;
	height: 35px;
	padding: 0 42px;
	margin: 0;
}

ul#nav li {
	list-style: none;
	float: left;
}

ul#nav li a {
	background: url(i/nav_button.jpg);
	width: 94px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
}

ul#nav li a:hover {
	background: url(i/nav_button_roll.jpg);
}

#left {
	width: 209px;
	float: left;
	margin: 2px 0 0 1px;
}

#left h2 {
	background: url(i/content_head.jpg);
	width: 209px;
	height: 33px;
	line-height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

h2 b {
	color: #00ccff;
	font-weight: normal;
}

div.content {
	background: url(i/content_bg.jpg);
	width: 209px;
	height: 154px;
}

.roster {
	float: left;
	text-align: center;
	margin: 5px 0 0 11px;
	width: 54px;
}

ul.content {
	width: 209px;
	margin: 0;
	padding: 0;
}

ul.content li {
	list-style: none;
}

ul.content li.light {
	background: url(i/list_light.jpg);
	width: 199px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

ul.content li.dark {
	background: url(i/list_dark.jpg);
	width: 199px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}

a.view {
	background: url(i/view.jpg);
	width: 199px;
	height: 19px;
	line-height: 19px;
	display: block;
	text-align: right;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
}

#center {
	width: 414px;
	margin: 2px 22px 0 22px;
	float: left;
}

h1 {
	background: url(i/h1.jpg);
	width: 414px;
	height: 31px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	color: #fff;
}

.h3 {
	background: url(i/h3.jpg);
	width: 404px;
	height: 19px;
	margin: 0;
	padding: 0 5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 19px;
}

.h3_left {
	float: left;
}

.h3_right {
	float: right;
}

.mid_content {
	background: #c2f3ff;
	width: 414px;
	overflow: hidden;
}

h1 b {
	color: #00ccff;
	font-weight: normal;
}

#right {
	width: 209px;
	margin: 2px 1px 0 0;
	float: right;
	overflow: hidden;
}

#right h2 {
	background: url(i/content_head.jpg);
	width: 209px;
	height: 33px;
	line-height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

form#login {
	padding: 10px 5px;
}

form#login input.login {
	background: url(i/input_login.jpg);
	width: 161px;
	height: 19px;
	clear: both;
	border: none;
	overflow: hidden;
	padding: 2px 5px;
	margin: 5px 0;
	color: #fff;
}

#bottom {
	width: 200px;
	height: 23px;
	margin: 5px 0 0 0;
}

form#login input#submit {
	background: url(i/login.jpg);
	width: 62px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	border: none;
	float: right;
}

a#register {
	float: left;
	text-decoration: underline;
}
	
a#forgot {
	font-style: italic;
}

#footer_fix {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}