@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: normal;
}

html {
	height: 100%;
}

body {
	color: white;
	background-color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	text-align: center;
}

* html div#container {
	height: 100%;
}

div#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

body>#container {
	height: auto;
}

div#notfooter {
	height: auto;
	padding-bottom: 2em;
}

div#footer {
	position: absolute;
	bottom: 0px;
	height: 1.6em;
	width: 100%;
	text-align: right;
	padding-right: 0.5em;
	color: #555555;
	height: 1.4em;
}

a:link,a:visited {
	text-decoration: none;
	color: #f0ffff;
	border-bottom: 1px dashed #f0ffff;
}

a:active,a:hover {
	text-decoration: none;
	color: #add8e6;
	border-bottom: 1px dashed #add8e6;
}

a.image {
	border-style: none;
}

a img {
	border-style: none;
}

div#header {
	margin: 0 auto;
	height: auto;
}

div#header img {
	display: block;
	margin: 0 auto;
}

table#menu {
	margin: 0 auto;
	border-collapse: collapse;
}

table#menu * td {
	text-align: center;
	font-size: larger;
	width: 95px;
	border-right: 1px solid white;
	padding-bottom: 2px;
}

table#staff * td.pos {
	text-align: right;
	font-size: smaller;
}

table#staff * td.name {
	
}

#menu * td.last {
	border-right: 0px solid white;
}

div#maincontainer {
	width: 900px;
	height: auto;
	margin: 3px auto;
	overflow: auto;
}

div#subcontainer {
	float: left;
	width: 700px;
	height: auto;
	overflow: auto;
}

div#sidebarleft {
	float: left;
	width: 216px;
	height: auto;
	margin-right: 4px;
}

div#main {
	float: left;
	width: 480px;
	height: auto;
}

div#sidebarright {
	float: left;
	width: 196px;
	margin-left: 4px;
}

div.box {
	border: 3px double #151616;
	margin-bottom: 8px;
	/*	-moz-border-radius: 5px;*/
}

div.box div.boxtitle {
	font-size: large;
	font-weight: bold;
	color: #eeeeee;
	background-color: #262727;
	padding: 2px;
	/*	-moz-border-radius: 2px 2px 0 0; */
}

div.box div.boxmain {
	color: #dddddd;
	background-color: #151616;
	padding: 2px;
	overflow: auto;
}

div.boxmain li {
	margin-left: 2em;
}

div.boxmain h3 {
	margin-top: 1em;
	text-decoration: underline;
}

div.boxmain h3:FIRST-CHILD {
	margin-top: 0;
}

div.boxmain h4 {
	margin-top: .8em;
	margin-left: .5em
}

div.boxmain p {
	margin-top: .5em;
}

div.boxmain p:FIRST-CHILD {
	margin-top: 0;
}

div.sponsorlink {
	margin: 0 auto .5em auto;
	text-align: center;
}

div.sponsorlink a {
	border-style: none;
}

h2 {
	margin-top: 16px;
}

span.livetitle {
	font-size: larger;
}

span.livetitle.next {
	color: #00ff00;
}

span.livedate {
	font-weight: bold;
}

span.livedate.next {
	color: yellow;
}
