BODY {
	padding: 0;
	margin: 0;
	color: #5C7340;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(football-top.gif);
	background-repeat: repeat-x;
	background-color: #DBE4CF;
	}

A, A:visited { color: #5C7340; }

H1 { color: black; }
#main { 
	position: absolute;
	left: 180px;
	top: 130px;
	width: 750px;
	}
#lcolumn {
	position: absolute;
	width: 140px;
	left: 10px;
	top: 130px;
	padding: 5px;
}
#nav { 
	border: solid 1px #AFBAAA;
	margin-right: 10px;
	background-color: white;
	}
#nav UL { 
	margin: 0;
	padding: 0;
	list-style: inside;
	}

#footer {
border-top: solid 1px #AFBAAA;
padding-top: 5px;
}
#footer UL {
padding: 0;
margin: 0;
}
#footer LI { 
display: inline;
padding: 5px;
}

#topads { 
	position: absolute;
	left: 100px;
	top: 110px;
	}
