body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a {color: #006342;}
img {border: none;}

#wrapper {
	width: 772px;
	margin: 20px auto;
	border: 2px solid #006342;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 772px;
}
#header img {margin: 17px 0px 0px 19px;}

#topnav {
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: repeat-x;
	height: 38px;
}
#container {width: 772px;}
#content {
	width: 752px;
	float: left;
	margin: 10px;
}
#content a:link, #content a:visited {color: #006342;}
#content a:hover, #content a:active {color: #999999;}
#utils {
	float: right;
	font-size: 10px;
	width: 200px;
	text-align: right;
}
#contentcms {clear: both;}
#rightcol {}
#footer {
	background-color: #006342;
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
	text-align: center;
	padding: 5px 0px 3px;
}
#footer a {color: #FFFFFF;}
.clearer {clear:both;}

/* ---------- STANDINGS ---------- */
#standings-list {list-style-type: none; padding: 0px; margin: 0px;}
#standings-list li {float: left; margin-right: 15px;}
#standings h1 {padding-top: 15px;}
#standings table {border-collapse: collapse;}
#standings table td, #standings table th {border: 1px solid #CCC; margin: 0px; padding: 2px 6px;}
#standings table th {background-color: #036443; color: #FFF; font-size: 14px;}
#standings table tr > th:first-child {text-align:left;}