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

body{
	background-image: url(graphics/battleCatSportsTile.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-left: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990033;
}

#topWrapper{
	position: absolute;
	width: 100%;
	left: 0px;
	background-repeat: repeat-x;
}

#wrapper{
	width: 975px;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -487px;
	background-image: url(graphics/topBanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo{
	float: left;
	height: 65px;
	width: 556px;
}

#topNav{
	float: right;
	width: 300px;
	top: 22px;
	position: relative;
}

#flash{
	width: 975px;
	background-color: #000000;
	height: 339px;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -487px;
}

#pano{
	width: 975px;
	background-color: #000000;
	height: 165px;
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: -487px;
	background-image: url(graphics/Panorama1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pageTitle{
}

#pageContent{
	width: 680px;
	padding-left: 22px;
}

#copyrightArea{
	height: 47px;
	width: 717px;
	background-image: url(graphics/contentBase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contactBox{
	background-image: url(graphics/contactMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

/*   homepage   */
#homepageContent{
	width: 975px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	padding-bottom: 15px;
}

.homeContent{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: normal;
	font-size: 14px;
}

.textBackground{
	font-size: 12px;
}

#homeleft{
	width: 718px;
	float: left;
	background-image: url(graphics/contentMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
}

#homeNav{
	width: 217px;
	float: right;
	margin-top: 15px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navGap{
	height: 5px;
}

#copyright{
	padding-left: 20px;
	padding-top: 10px;
}

.copyrightContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	white-space: nowrap;
}

a.copyrightContent:link, a.copyrightContent:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;	
}

a.copyrightContent:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}


