/* COLORS

#CC0000 - Red
#000000 - Black
#6F0001 - Dark Red

*/

/* GLOBAL STYLES */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#000 url(../images/bgTile.jpg) center top no-repeat fixed;
	}
img {
	border: 0;
	}
	
	
/* MAIN STRUCTURE */
#header {
	height:83px;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	}
#navs {
	height:50px;
	width:1020px;
	margin:0 auto;
	background:url(../images/nav_tile.jpg) repeat-x;
	}
#shareThis {
	height:20px;
	width:125px;
	margin:15px 0;
	}
#content, #contentSub {
	width:1000px;
	text-align:left;
	margin:0 auto;
	}
#contentSub {
	background:#FFF url(../images/contentTile.jpg) top repeat-x;
	}	
#adBoxes {
	width:100%;
	height:223px;
	text-align:left;
	margin:0;
	padding:0;
	background:url(../images/adBoxes.jpg) center top no-repeat;
	}
#adIndiv, #adIndiv p {
	width:270px;
	height:170px;
	overflow:hidden;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000;
	}
#footer, #footer p {
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
	background:#6F0001;
	}
#footer p a {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
	background:#6F0001;
	text-decoration:none;
	}
#footer p a:hover {
	color:#CC0000;
	}
#banner {
	margin:0;
	padding:20px;
	background:#FFF;
	color:#666;
	}
#bannerSub {
	margin:0;
	padding:20px;
	color:#FFF;
	}
#athletes, #partners {
	border-top:#CCC solid 1px;
	width:525px;
	padding-top:20px;
	}
	
	
/* FORMATTING */
h1 {
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	line-height:26px;
	color:#CC0000;
	letter-spacing:-1px;
	}
#adIndiv h1 {
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	line-height:26px;
	color:#CC0000;
	}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#CC0000;
	margin:30px 0 0 0;
	text-transform:uppercase;
	}
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	margin:10px 0;
	}
ol li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#000;
	margin:10px 0;
	}
a {
	font-size:12px;
	color:#CC0000;
	text-decoration:underline;
	}
a:hover {
	color:#666;
	text-decoration:none;
	}
#banner a {
	color:#666;
	text-decoration:none;
	}
#banner a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
#bannerSub a {
	color:#FFF;
	text-decoration:none;
	}
#bannerSub a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
#athletes img {
	float:left;
	position:relative;
	margin:0;
	border:#CCC solid 1px;
	}
#athletes h1 {
	margin-left:170px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#CC0000;
	margin-bottom:10px;
	}
#athletes p {
	margin-left:170px;
	}
#athletes td {
	border-top:#CCC solid 1px;
	margin-top:7px;
	margin-bottom:5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	}
#partners img {
	float:left;
	position:relative;
	padding-left:10px;
	border:0;
	}
#partners h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#CC0000;
	margin-bottom:10px;
	}
#partners h1, #partners p {
	margin-left:230px;
	}
td.rows {
	padding:8px 0;
	border-top:#CCC 1px solid;
	}
td.rows a {
	font-family: Helvetica, Arial, sans-serif;
	color:#666;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	}
td.rows a:hover {
	color:#CC0000;
	}
#ebcalendar {
	padding:0;
	}


/* TEXT ROTATOR */

#rotate, #rotate li{
	margin:0;
	padding:0;
	list-style:none;
	}
#rotate li{
	display:none; /* hide the items at first only to display one with javascript */
	height:auto;
	}
#rotateSide, #rotateSide li{
	margin:0;
	padding:0;
	list-style:none;
	}
#rotateSide li{
	display:none; /* hide the items at first only to display one with javascript */
	height:auto;
	}
