@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bg_wool.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 1.5;
}
#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
} 
#header {  
	background: url(images/bg_wool.jpg) repeat; 
} 
#sidebar1 {
	float: left;
	width: 170px;
	padding: 6px 0 20px 10px;
    list-style:none;
}
/*START NAV BAR*/
#sidebar1 ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}
#sidebar1 ul li{ 
  margin: 6px 0;
  padding: 0;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 top;
}
#home, # about, #uni, #managers, #players, #history, #photos, #contact, #todd, #map, #thanks, #donate{
	width: 160px;
	height: 40px;
}
#home a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/home_dark.gif") 0 top;	
}
#home a:hover{
	background-position: 0 bottom;
}
#about a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/about_dark.gif") 0 top;	
}
#about a:hover{
	background-position: 0 bottom;
}
#donate a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/donate.gif") 0 top;	
}
#donate a:hover{
	background-position: 0 bottom;
}
#uni a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/uni_dark.gif") 0 top;	
}
#uni a:hover{
	background-position: 0 bottom;
}
#managers a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/manager_dark.gif") 0 top;	
}
#managers a:hover{
	background-position: 0 bottom;
}
#players a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/players_dark.gif") 0 top;
}
#players a:hover{
	background-position: 0 bottom;
}
#history a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/history_dark.gif") 0 top;	
}
#history a:hover{
	background-position: 0 bottom;
}
#photos a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/photo_dark.gif") 0 top;	
}
#photos a:hover{
	background-position: 0 bottom;
}
#contact a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/contact_dark.gif") 0 top;
}
#contact a:hover{
	background-position: 0 bottom;
}
#todd a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/todd_dark.gif") 0 top;	
}
#todd a:hover{
	background-position: 0 bottom;
}
#map a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/map_dark.gif") 0 top;	
}
#map a:hover{
	background-position: 0 bottom;
}
#thanks a{
	display:block;
    width:160px;
	height:40px;
    background:url("buttons/thanks_dark.gif") 0 top;	
}
/*END NAV BAR*/
#toddbutton a{
	margin: 6px 0 0 0;
	display:block;
    width:160px;
	height:140px;
    background:url("images/todd_both.jpg") 0 top;
}
#toddbutton a:hover{
	background-position: 0 bottom;
}
#sidebar2 {
	float: right;
	width: 170px;
	padding: 12px 2px 0 20px;
	font-size: 14px;
}
#mainContent {
	font-size: 14px; 
	margin: 12px 0 0 190px;
} 
#mainContent a:active, #mainContent a:visited {
	text-decoration: none;
	color: #FF0000;
}
#mainContent a:hover {
	text-decoration: none;
	color: #0000FF;
}
#mainContent h2{
	margin: 0; 
}
#footer { 
	padding: 0;
	background:#CC0000; 
} 
#footer p {
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 6px 0;
}
#footer a:link, a:visited{
	text-decoration: none;
	color: #FFFFFF; 
}
#footer a:hover{
	text-decoration: none;
	color: #000000; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}