@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(/images/bgTile.jpg);
	background-color: #FF0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #91060B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #91060B;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #91060B;
}

#page {
	width: 725px;
	width: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	background-image: url(/images/bgLogo.jpg);
	height: 61px;
}
#header {
	height: 76px;
	background-image: url(/images/headers/headerBG_black.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#ringHeader {
	float: left;
}
#titleHeader {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 25px;
}

#footInfo {
	font-size: 9px;
}

#content {
	color: #FFF;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/images/bgBody_black.jpg);
	background-repeat: repeat-y;
}

#venuesNav {
	margin: 0px;
	padding: 0px;
	height: 161px;
}
#topNav {
	margin: 0px;
	padding: 0px;
	height: 23px;
}

#footer {
	background-image: url(/images/bgFoot_black.jpg);
	height: 31px;
}

#wrapper {
	width: 100%;
	text-align: center;
}
#newsBox {
	float: right;
	width: 353px;
	background-image: url(/images/newsBoxMiddle.jpg);
	background-repeat: repeat-y;
}
#news {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#schoolBtn {
	padding-top: 15px;
	width: 194px;
	padding-left: 20px;
	float: left;
}
#fanBtn {
	width: 194px;
	padding-top: 15px;
	float: right;
	padding-right: 20px;
}
