/* Firefox fix - Prevents Scrollbar Shift */
html { 
	padding: 0;
	margin: 0;
	height: 100%; 
	margin-bottom: 1px; 
	overflow-y: scroll; 
	}

body {
	margin: 0; 
	padding: 0; 
	background: #01252C url(images/backgrounds/pageBkgd.jpg) no-repeat top center;
	}

/* container and page border elements
----------------------------------------------------- */ 	
#container {
	width: 1000px;
	text-align: left;  
	margin: 0 auto;
	font: normal 12px Tahoma, Arial, sans-serif;
	color: #475F66;
	}

#innerContainer {
	display: block;
	width: 960px;
	float: right;
	background: url(images/backgrounds/innerColumnBkgd.gif) repeat-y;
	}

#borderLeft {
	display: block;
	width: 20px;
	float: right;
	}
	
#borderRight {
	display: block;
	width: 20px;
	float: right;
	}

/* universal elements
----------------------------------------------------- */ 
h1 {
	margin: 35px 0 0 0;
	padding: 0;
	}
	
h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	}

h3 {
	margin: 25px 0 12px 0;
	font-size: 12px;
	color: #669999;
	font-weight: normal;
	}

img {
	border: none;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

li {
	margin-bottom: 13px;
	}

p {
	margin: 0 15px 13px 0;
	line-height: 16px;
	}

a {
	color: #669999;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.dotRule {
	background: url(images/dotRuleTile.gif) repeat-x;
	width: 100%;
	margin: 20px 0 20px 0;
	}	

.bulletList ul {
	list-style-type: disc;
	margin-left: 20px;
	}

.bulletList li {
	margin-bottom: 5px;
	}
	
/* header elements & sub navigation
----------------------------------------------------- */ 
#header {
	width: 1000px;
	height: 234px;
	}

#espnLogo {
	float: left;
	position: relative;
	margin: 28px 0 0 35px;
	}

#espnTime {
	float: left;
	position: relative;
	margin: 28px 0 0 15px;
	color: #FFF;
	font: normal 10px Arial, Helvetica, sans-serif;
	}

#nav {
	background: url(images/backgrounds/navBkgd.gif) no-repeat;
	height: 56px;
	margin: 0;
	position: relative;
	top: 178px;  /* was 178px */
	}

#subNav {
	width: 584px;
	height: 20px;
	float: right;
	position: relative;
	margin: 36px 0 0 0;
	}

#subNav ul {
	padding: 0;
	margin: 0;
	}

#subNav li {
	display: inline;
	position: relative;
	list-style-type: none;
	padding-left: 18px;
	}

#subNav li a {
	font-weight: bold;
	color: #cde1e4;
	text-decoration: none;
	}
	
#subNav li a:hover, #subNav li#subActive a {
	color: #FFF;
	}
	
/* main column elements
----------------------------------------------------- */
#mainColumn {
	width: 601px;
	float: left;
	padding: 0 30px 0 0;
	}	
	
#content {
	padding-left: 25px;
	}

.homeContent {
	width: 183px;
	margin-right: 24px;
	background: url(images/homeVerticalRule.gif) no-repeat right 20px;
	}

.homeContent p {
	padding-right: 10px;
	line-height: 15px;
	}
	
.homeContent a {
	color: #48828C;
	}

.homeContent a:hover {
	color: #669999;
	text-decoration: none;
	}
	
.sharkContent {
	width: 183px;
	margin-right: 24px;
	background: url(images/homeVerticalRule.gif) no-repeat right 20px;
	}

.sharkContent p {
	padding-right: 10px;
	line-height: 15px;
	}
	
.sharkContent a {
	color: #48828C;
	}

.sharkContent a:hover {
	color: #669999;
	text-decoration: none;
	}
	
.shark101Content {
	width: 175px;
	margin-right: 20px;
	background: url(images/homeVerticalRule.gif) no-repeat right 20px;
	}
	
.shark101Content p {
	padding-right: 10px;
	line-height: 15px;
	}
	
.shark101Content a {
	color: #48828C;
	}

.shark101Content a:hover {
	color: #669999;
	text-decoration: none;
	}
	
/* right column elements
----------------------------------------------------- */ 	
#rightColumn {
	width: 316px; 
 	float: right; 
 	position: relative; 
	padding-left: 13px;
	background: url(images/backgrounds/rightColumnVidBkgd.gif) no-repeat top right;
	}

#rightVidContainer {
	margin-bottom: 0px;
	}

#rightAdContainer {
	margin-top: 4px;
	}
	
/* footer elements
----------------------------------------------------- */ 
#footer {
	background: url(images/backgrounds/footerBkgd.gif) no-repeat top;
	display:block;
	height:25px;
	clear:both;
	color: #fff;
	font-size: 10px;
	padding: 30px 0 0 45px;
	}
	
#footer a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}
	
#footer a:hover {
	text-decoration: underline;
	}