body {
	background-image: url(../images/bkgd.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Layout */
#container {
	width: 750px;
	background-image: url(../images/column_bkgd.gif);
}
#container #header {
	background-image: url(../images/header.png);
	height: 120px;
}
#container #menu {
	background-color: #990000;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	font-size:12px;
}


#container #footer {
	background-color: #990000;
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
	border-top: 1px solid #000000;
	background-image: url(../images/withnell.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:block;
	clear:both;
}

/* menu */
#container #menu li{
	display: inline;
}

#container #menu a:hover{
	background-color: #333333;
}
#container #menu ul{
	margin: 0px;
	padding:3px 0px 3px 0px;
}
#container #menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 4px;
}

/* Content Columns */
#container #content {
	width:750px;
	clear:both;
	display:block;
	font-size:10px;
	
}
#container #content #leftcolumn {
	float: left;
	width:600px;
	display:block;
	padding:5px;
}
#container #content #rightcolumn {
	float:right;
	width:130px;
	display:block;
	padding:5px;	
}

div.story{
	width:100%;
	float:left;
	display:block;
	/*border:1px solid #FF0000;*/
	margin-bottom: 3px;
}
div.picturebox {
	float:left;
	display:block;
	width:200px;
	height:200px;
	background-color:#000000;
}
.storytitle {
	font-weight:bold;
	font-size:12px;
}
table.frontpage td{
	vertical-align:top;
	padding-right: 10px;
}
div.frontquote {
	font-size: 1.2em;
	font-weight:bold;
	color:#990000;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	background-color:#CCCCCC;
	padding:3px;
}
h2 {
	margin:0px 0px 10px 0px;
	display:block;
	width:80%;
	border-bottom:1px solid #990000;

}
table.schedule tr.head td{
	border-bottom: 1px solid #000000;
	font-weight:bold;
}
table.schedule tr.home td{
	font-weight: bold;
}
img.coach{
	float:left;
	display:block;
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
}
#copyright{
	color:#990000;
	padding: 4px;
	width: 742px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#FFFFFF;
}
#copyright a{
	color:#000000;
}
#copyright a:hover{
	color:#666666;
}
	
a{
	color:#990000;
}
a:hover{
	color:#666666;
}

div.contact{
	display:block;
	clear:both;
}