@charset "UTF-8";
/* CSS Document */

html, body { 
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #D8DAD2;
	background: url(img/concretebg.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

#center {
	width: 945px;
	margin: 0 auto;
	background: #FFFFFF;
	}

#header {
	width: 945px;
	height: 160px;
	background: #000000;
	background-image: url(img/headerbg.jpg);
	}
	
#reg {
	/*visibility: hidden;*/
	padding-top: 30px;
	width: 915px;
	height: 30px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	font-size: 10pt;
	}
	
#reg.form textfield {
	border: thin #FFFFFF solid;
	background: #000000;
	}
	
#navi {
	margin: 40px auto 0 auto;
	width: 945px;
	height: 40px;
	text-align: left;
	color: #FFFFFF;
	}
	
#content {
	overflow: hidden;
	zoom: 1;
	width: 915px;
	background: #FFFFFF;
	color: #000000;
	font-size: 9pt;
	padding: 15px;
	text-align: left;
	}
	
#content a {
	color: #009900;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}
	
#content a:hover {
	color: #009900;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
	}
	
#content a:active {
	color: #CC3333;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}
	
#content a.gallery {
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
	}
	
#content a.gallery:hover {
	color: #009900;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: underline;
	}
	
#content a.gallery:active {
	color: #CC3333;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
	}
	
#column2 {
	float: right;
	width: 220px;
	}
	
#standings {
	width: 220px;
	height: 250px;
	background: #FF9999;
	margin-bottom: 15px;
	}
	
#latestnews {
	width: 220px;
	height: 250px;
	background: #99CC99;
	}
	
#column1 {
	width: 650px;
	padding-top: 30px;
	padding-left: 30px;
	min-height: 485px;
	background: url(img/homepageimage.jpg);
	}
	
#column1sub {
	width: 665px;
	padding: 15px;
	min-height: 485px;
	}
	
#subcontent {
	background: #FFFFFF;
	padding: 15px;
	width: 315px;
	line-height: 12pt;
	}
	
#footer {
	height: 45px;
	background: url(img/footerbg.jpg);
	color: #FFFFFF;
	font-size: 9pt;
	}
	
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #009900;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}
	
#footer a:active {
	color: #CC3333;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	}
#center #content #column2 h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	padding: 0.3em;
	text-align:center;
}

#center #content #column1sub table tr .photo-link a {
	color: #FFF;
	background-color: #208D20;
	padding: 0.3em;
	float: right;
}
#center #content #column2 h2 a {
	color: #FFF;
	font-size: medium;
}
