html {
	font-family: Verdana, Helvetica, Gill Sans, Arial, san-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 12pt;
	height: 100%;
	padding: 0 0 10px 0;
	background-color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

.clear {
	clear: both;
}	

.floatRight {
	position: relative;
	float: right;
	padding: 0 0 0 20px;
}
.left {
	float: left;
}
.right {
	float:right;
}

.center {
	vertical-align:top;
	border:solid #FF3333 2px;
}
.player{
	margin: 0 0 15px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.mugshot {
	float:left;
	margin: 0 15px 15px 0;
}
a, a img {
	color:#50050d;
	text-decoration: none;
	border: none;
}

a:hover, a:active {
	color: #666666;
}

#navigation a {
	display: block;
	padding: 0px 0px 0px 35px;
	height: 24px;
	width: 170px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/button.jpg) no-repeat;
}

#navigation a:hover, #navigation a:active {
	background: url(images/button.jpg) no-repeat 0px -24px;
}

ul {
	list-style-type: none;
}

h2 { 
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	color: #50050d;
	padding: 0 0 3px 0;
	margin: 0;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image: url(images/main_bkg.jpg);
	background-repeat:repeat-y;
}

#header {
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
}

#scroller {
	width: 800px;
	height: 28px;
	background-image: url(/images/scroll_bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	width: 170px;
	float: left;
	height: 400px;
	padding: 0 30px 0 0;
	margin: 0;
}

#navList, navList li a {
	padding:0;
	margin: 0;
}

#mainContent {
	width: 800px;
	padding: 0;
}

.newsPost, #contactInfo {
	width: 570px;
	padding: 10px 0 0 0;
	float: left;
	position: relative;
}

#sendButton {
	width: 60px;
	position: relative;
	margin: 0 auto;
}

#footer {
	width: 800px;
	height: 37px;
	padding: 20px 0 5px 0;
}

