@charset "utf-8";
/* CSS Document */

body {
	background: url(bg.jpg) repeat-x #343434;
	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: #343434;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background: url(banner.jpg);
	width: 1024px;
	height: 264px;
}

ul#nav {
	background: url(nav.jpg);
	width: 1024px;
	height: 35px;
	padding: 0 0px;
	margin: 0;
}

ul#nav li {
	list-style: none;
	float: left;
}

ul#nav li a {
	background: url(nav_button.jpg);
	width: 94px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 2px 15px;
}

ul#nav li a:hover {
	background: url(nav_button_roll.jpg);
}

#left {
	width: 209px;
	float: left;
	margin: 20px 0 0 1px;
}

#left h2 {
	background: url(h2.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: #CC1100;
	font-weight: normal;
}

div.content {
	background: url(content_bg.jpg);
	width: 209px;
	height: 154px;
}

.roster {
	float: left;
	text-align: center;
	margin: 5px 0 0 11px;
	width: 64px;
	height: 64px;
}

ul.content {
	width: 209px;
	margin: 0;
	padding: 0;
}

ul.content li {
	list-style: none;
}

ul.content li.light {
	background: url(list_light.jpg);
	width: 199px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}

ul.content li.dark {
	background: url(list_dark.jpg);
	width: 199px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}

a.view {
	background: url(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: 20px 22px 0 22px;
	float: left;
}

h1 {
	background: url(h1.jpg);
	width: 792px;
	height: 31px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	color: #fff;
}

.h3 {
	background: url(h3.jpg);
	width:  790px;
	height: 19px;
	margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 19px;
}

.h3_left {
	float: left;
}

.h3_right {
	float: right;
}

.mid_content {
	background: #B2DDd0;
	width: 789px;
	margin: 1px;
	overflow: hidden;
}

h1 b {
	color: #CC1100;
	font-weight: normal;
}


#bottom {
	width: 200px;
	height: 23px;
	margin: 5px 0 0 0;
}

#footer_fix {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
