* {
	margin: 0;
}
html {
	height:100%;
}
body {
	height:100%;
	margin: 0;
	background-image:url(images_css/bg_tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
}

#container {
	width:1247px;
	min-height: 100%;
	height: auto !important;
	height:100%;
}

#leftcol {
	float:left;
	width: 247px;
}

#main {
	float: left;
	width: 537px;
}

#menucontainer {
	float: left;
	margin-top:116px;
	width: 204px;
}

#header {
	width: 1247px;
	height:85px;
	background: url(images_css/rightend.gif) no-repeat right;
}

#bsl {
	float:left;
	display:block;
	margin:0;
	width:784px;
	height:85px;
	background: url(images_css/BSL.gif) no-repeat;
}

#afcu {
	float: left;
	margin:0;
	width:204px;
	height:85px;
	background: url(images_css/AFCU.gif) no-repeat;
}

#menutop {
	position: absolute;
	width:1246px;
	height:116px;
	background: url(images_css/menutop.jpg) no-repeat top right;
	z-index:-1;
}

#rightcol {
	position: absolute;
	float:right;
	margin-top:116px;
	left:988px;
	width:259px;
	height: 781px;
	background: url(images_css/right_photos.jpg) no-repeat top right;
	z-index:-1;
	
}
#lineup {
	position: absolute;
	float:right;
	margin-top:357px;
	left:784px;
	width:204px;
	height: 540px;
	background: url(images_css/line_up_card.gif) no-repeat top right;
	z-index:-1;

}

ul#menu {
	margin: 0;
	padding:0;
}
<!-- removes extra spaces in IE -->
ul#menu li {
	display: inline;
}

li {
	list-style-type: none;
	margin:0;
	padding:0;
}
a#schedule {
	background:url(images_css/schedule.gif) 0 bottom;
	height: 26px;
	width:204px;
	display:block;
}
a#schedule span { display:none; }
a#schedule:hover {
	background:url(images_css/schedule.gif) 0 top;
}
a#results {
	background:url(images_css/results.gif) 0 bottom;
	height: 27px;
	width:204px;
	display:block;
}
a#results span { display:none; }
a#results:hover {
	background:url(images_css/results.gif) 0 top;
}
a#standings {
	background:url(images_css/standings.gif) 0 bottom;
	height: 29px;
	width:204px;
	display:block;
}
a#standings span { display:none; }
a#standings:hover {
	background:url(images_css/standings.gif) 0 top;
}
a#rainout {
	background:url(images_css/rainout.gif) 0 bottom;
	height: 24px;
	width:204px;
	display:block;
}
a#rainout span { display:none; }
a#rainout:hover {
	background:url(images_css/rainout.gif) 0 top;
}
a#rules {
	background:url(images_css/rules.gif) 0 bottom;
	height: 27px;
	width:204px;
	display:block;
}
a#rules span { display:none; }
a#rules:hover {
	background:url(images_css/rules.gif) 0 top;
}
a#location {
	background:url(images_css/location.gif) 0 bottom;
	height: 25px;
	width:204px;
	display:block;
}
a#location span { display:none; }
a#location:hover {
	background:url(images_css/location.gif) 0 top;
}
a#about {
	background:url(images_css/about.gif) 0 bottom;
	height: 29px;
	width:204px;
	display:block;
}
a#about span { display:none; }
a#about:hover {
	background:url(images_css/about.gif) 0 top;
}
a#teams {
	background:url(images_css/teams.gif) 0 bottom;
	height: 26px;
	width:204px;
	display:block;
}
a#teams span { display:none; }
a#teams:hover {
	background:url(images_css/teams.gif) 0 top;
}
a#contact {
	background:url(images_css/contact.gif) 0 bottom;
	height: 28px;
	width:204px;
	display:block;
}
a#contact span { display:none; }
a#contact:hover {
	background:url(images_css/contact.gif) 0 top;
}
#content {
	margin:25px;
}
#theguy {
	position: absolute;
	width: 164px;
	height: 347px;
	top:450px;
	left:15px;
	background-image: url(images_css/theguy.gif); no-repeat;
}

.entry {
	margin-top:20px;
	padding-bottom:20px;
	background: url(images_css/hr1.gif) bottom no-repeat;
	}

caption {
	margin-top: 20px;
	font-size: larger;
}

a {
	color:yellow;
}
.header {
	background-color:#FFFF66;
}
table {
	border:1px solid black;
	text-align: center;
	margin-bottom:20px;
}
td, th {
	padding:5px;
	background-color: #EEE;
	border:1px solid black;
}
p {
	margin:20px;
}
#push {
	clear: both;
	display: block;
	height:50px;
}
#footer {
	clear: both;
	margin: 50px 0 0 0;
	text-align:center;
	background-color: #000;
}
#season {
	background-color:#036;
	color: #6CF;
	text-align:center;
	padding: 10px;
	margin: 10px 0 20px 0;
}
#season h3, #season p {
	margin:5px 0;
	color: #6CF;
}