/* CSS Document */

body {
	background-color: #000000;
	color:#ffffff;
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td img {
	display: block;
}

#contentWrapper {
	background-image:url(images/siteBG.jpg);
	background-repeat:no-repeat;
	background-color:#000033;
	width: 700px;
	height: 600px;
	border: 1px solid #FFFFFF;
	text-align:left;
}

#contentWrapperHome {
	background-image:url(images/siteBG.jpg);
	background-repeat:no-repeat;
	background-color:#000033;
	width: 700px;
	border: 1px solid #FFFFFF;
	text-align:left;
}

#homeLink {
	margin: 7px 0px 0px 34px;
	float: left;
}

#contactInfo {
	margin: 23px 0px 0px 289px;
}

#sportWrapper {
	margin: 45px 0px 0px 0px;
}

#homeTextBox {
	width: 500px;
	margin: 40px 0px 0px 0px;
	padding: 5px 10px;
	text-align: left;
}

#homeBottom {
	margin-top: 40px;
	padding-top: 290px;
	background-image:url(images/homeBottom.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 25px;
}

#homeBottomLinks a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

#homeBottomLinks a:link, #homeBottomLinks a:visited {
	text-decoration: underline;
}

#homeBottomLinks a:hover, #homeBottomLinks a:active {
	color:#CCCCCC;
	text-decoration: none;
}

#contentLinks {
	margin: 10px 0px 10px 27px;
}

#contentLinks a {
	color:#FFFFFF;
	font-weight: bold;
	font-size: .8em;
}

#contentLinks a:link, #contentLinks a:visited {
	text-decoration: underline;
}

#contentLinks a:hover, #contentLinks a:active {
	color: #990000;
	text-decoration: none;
}

