* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	font: 1.3em Tahoma, Arial, Helvetica, san-serif;
	color: black;
	background: #681E18 repeat;
}

#wrapper {
	
}

#header {
	background: url(header.jpg) repeat-x;
	height: 97px;
}

#logo {
	width: 249px;
	height: 86px;
	background: url(logo.jpg) no-repeat;
	left: 50%;
	margin-left: -300px;
	position: absolute;
}

#body {
	left: 50%;
	margin-left: -300px;
	position: absolute;
	height: 440px;
}

#leftcol {
	float: left;
	position: relative;
	width: 518px;
	padding-top: 27px;
}
#leftcol img{
	border: 2px solid white;
	padding: 4px;
}

#player {
	/*border: 2px solid #f3f1dc;*/
	margin-right: 20px;
	padding: 3px 0 3px 3px;
	margin-top: 9px;
}
#player h1{
	color: white;
	font: bold .95em Arial, Helvetica, san-serif;
	padding-bottom: 10px;
}
#player a{
	color: white;
	text-decoration: underline;
}
#player a:hover{
	color: #fff258;
	text-decoration: underline;
}

* html #player {
	padding: 3px 0 5px 3px;
}

#rightcol p, td,p {
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

td {
	padding: 4px;
	font-size: 14px;
}
