@charset "utf-8";
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #001E4C;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
	background:url(../images/background3.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin: 10px auto 10px auto;
	padding:0;
}
#header {
	background-color: transparent;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 5px;
	background-attachment: scroll;
	background-position: left top;
	text-align: left;
	margin:0px
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 5pt;
	padding-bottom: 0px;
	padding-left: 5px;
}
#menubar {
	background:url(../images/buttonback.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#mainContent {
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	margin: 0;
}
#homepageSidebar {
width:279px;
}
#gibbyContent {
	background-image:url(images/cornerbackground.png);
	background-repeat:repeat;
	display: block;
	padding: 0px 15px 0px 12px;
	margin: 0;
	font-size: 80%;
}
#featuredPlayerHeading {
background:url(images/playerofday.png);
width:269px;
height:26px;
padding-left:10px;
padding-top:50px;
	font-size: 80%;
}
#featuredPlayer {
	padding-left:12px;
	padding-right:14px;
	background:url(images/cornerbackground.png);
	background-repeat:repeat;
	width:253px;
	font-size: 80%;
}
#photogallerybox {
	background:url(images/bigboxback.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-left:15px;
	padding-right:15px;
	width:430px;
	padding-top:5px;
	font-size: 80%;
}
#footer {
	background-color: transparent;
	background-image: url(images/footerbackground.gif);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: top;
	text-align: center;
	height: 100px;
	background-repeat: no-repeat;
	font-size: 80%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
HTML {
scrollbar-base-color: #001E4C;
scrollbar-arrow-color: #EBBF18;
scrollbar-3dlight-color: #7C001A;
scrollbar-darkshadow-color: #EBBF18;
scrollbar-face-color: #001E4C;
scrollbar-highlight-color: #EBBF18;
scrollbar-shadow-color: #7C001A;
scrollbar-track-color: #253E66;

		}

h1 {
	color: #C80000;
	font-family: "Alaska Extrabold";
	font-size: 200%;
	margin: 6px 0px 6px 0px;
}
h2 {
	color: #C80000;
	font-family: "Alaska Extrabold";
	font-size: 130%;
	margin: 3px 0px 6px 0px;
}
h3 {
	color: #C80000;
	font-family: "Alaska Extrabold";
	font-size: 100%;
	margin: 3px 0px 6px 0px;
}
p {
	margin: 0px 0px 6px 0px;
	font-size: 80%;
}
a:link {
	color: #C80000;
}
a:visited {
	color: #C80000;
}
a:hover {
	color: #001E4C;
}
a:active {
	color: #EBBF18;
}



.linktopstories a:link {
color: #FFFFFF;
}
.linktopstories a:visited {
color: #FFFFFF;
}
.linktopstories a:hover {
color: #EBBF18;
}
.newslist a:link {
	color:  #001E4C;
	font-size: 10pt;
	font-weight:normal;
	line-height:12pt;
	text-decoration: none;
}
.newslist a:visited {
	color:  #001E4C;
	font-size: 10pt;
	font-weight:normal;
	line-height:12pt;
	text-decoration: none;
}
.newslist a:hover{
	color: #C80000;
	text-decoration: underline;
}
