body {
	margin: 0px;
}

body, div {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #83727c;
	text-decoration: underline;
}

a:hover {
	color: #83727c;
	text-decoration: none;
}

img {
	border: 0px;
}

/*** layers ***/
div#main {
	width: 970px;
	margin: 0px auto 0px auto;
	position: relative;
}

div#main div#header {
	position: absolute;
	width: 970px;
	height: 99px;
	top: 0px;
	left: 0px;
}

div#main div#center {
	width: 480px;
	top: 101px;
	left: 245px;
	position: absolute;
}

div#main div#left {
	width: 240px;
	top: 101px;
	left: 0px;
	position: absolute;
	background: url('images/leftmenubg.gif');
	.height: 389px;
	min-height: 389px;
	overflow: visible;
}

div#main div#right {
	position: absolute;
	width: 240px;
	top: 101px;
	left: 730px;
}

div#main div#left h1, div#main div#right h1, div#main div#center h1 {
	display: block;
	position: relative;
	width: 220px;
	height: 26px;
	background: url('images/sectionheader.gif') repeat-x;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 10px 0px 10px;
	text-align: right;
	margin: 0px 0px 5px 0px;
}

div#main div#center h1 {
	width: 460px;
}

div#main div.section {
	background: url('images/line.gif') repeat-x bottom;
	margin-bottom: 5px;
}

div#main div#left div.section, div#main div#right div.section {
	padding: 0px 5px 20px 5px;
}

div#main div#center div.section {
	padding: 0px 10px 20px 10px;
}

div#main div#left div.section {
	text-align: right;
}

div#main div#left div.section a:link, div#main div#left div.section a:visited, div#main div#left div.section a:active {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#main div#left div.section a:hover {
	font-size: 16px;
	color: #83727c;
	font-weight: bold;
	text-decoration: none;
}

div.banner img {
	vertical-align: bottom;
}

div#sponsor div.banner, div#games div.banner, div#events div.banner {
	text-align: center;
	margin-bottom: 10px;
}

div#mini div.banner {
	display: inline;
}
