body{
	background-color: #000000;
	color: #ffffff;
	font-size: 12pt;
}
a{
	color: #ff0000;
}
a:hover{
	color: #0000ff;
}	
#main{
	width: 990px;
	height: auto;
}
#maintable{
	border-width: 7px;
	border-style: double;
	border-color: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}	
#home{
	background-image: url("images/home.gif");
}
#information{
	background-image: url("images/info.gif");
}
#douglas{
	background-image: url("images/douglas.gif");
}
#gallery{
	background-image: url("images/gallery.gif");
}
#king{
	background-image: url("images/kingstreet.gif");
}
#points{
	background-image: url("images/points.gif");
}
#rules{
	background-image: url("images/rules.gif");
}
#sponsors{
	background-image: url("images/sponsors.gif");
}
#schedule{
	background-image: url("images/schedule.gif");
}
#home:hover{
	background-image: url("images/home_over.gif");
}
#information:hover{
	background-image: url("images/info_over.gif");
}
#douglas:hover{
	background-image: url("images/douglas_over.gif");
}
#gallery:hover{
	background-image: url("images/gallery_over.gif");
}
#king:hover{
	background-image: url("images/kingstreet_over.gif");
}
#points:hover{
	background-image: url("images/points_over.gif");
}
#rules:hover{
	background-image: url("images/rules_over.gif");
}
#sponsors:hover{
	background-image: url("images/sponsors_over.gif");
}
#schedule:hover{
	background-image: url("images/schedule_over.gif");
}

