* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

dt {
	margin-top: 1em;
	margin-bottom: 2px;
}

dd {
	margin-left: 20px;
}

body {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	background: black;
	color: white;
}

fieldset legend {
	color: white;
}

a, a:visited, a:hover, a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: gray;
}

#main {
	text-align: left;
	margin: 20px auto;
	width: 1000px;
	background: url("gfx/newbg.png") black;
	border: 1px solid white;
	position: relative;
}

#logo {
	height: 140px;
	background: url("gfx/logoo.png") no-repeat;
}

#menu {
	height: 40px;
	line-height: 40px;
	color: white;
	background: url("gfx/menubg.png") repeat; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size: 12px;
}

#menu li{
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	display: table-cell;
}

#content {
	width: 800px;
	height: 500px;
	overflow: auto;
	font-size: 12px;
}

#content p, #content h1, #content h2, #content h3 {
	margin: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar {
	width: 200px;
	position: absolute;
	left: 800px;
	top: 182px;
	height: 500px;
	border-left: 1px solid white;
	text-align: center;
}

#sidebar fieldset {
	width: 180px;
	height: 110px;
	text-align: center;
	margin: 10px auto;
	margin-bottom: 20px;
	width: 180px; 
	border: 1px solid white;
}

#sidebar fieldset legend {
	padding: 2px; 
	margin-left: 5px;
}

fieldset.news {
	border: 0px;
	border-top: 1px solid white;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	width: 740px;
}

fieldset.news legend {
	line-height: 16px;
}

#players {
	margin: 0px auto;
	width: 300px;
}

#players tr td{
	border-bottom: 1px solid white;
}

#players tr td:hover {
	background: #222222;
}

#players tr td a {
	width: 100%;
	display: block;
}

#players tr td a:hover {
	color: white;
}

#players tr th {
	font-size: 1.3em;
}

#player {
	display: block;
	width: 500px;
	margin: 0px auto;
	border: 1px solid white;
}

.newssubheader {
	float: right;
	text-align: right;
}

.eventstable {
	margin-left: 10px;
	font-size: 11px;
	text-align: center;
	width: 760px;
}

.eventstable .altcolor1 {
	background: #404040;
}

.eventstable .altcolor2 {
	background: #181818;
}

.eventstable a  {
	display: block; 
	color: white;
	font-weight: normal;
}

.eventstable tr:hover, tr.header {
	background-color: #262626;
}

.eventstable td, tr {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
