body
	{
	font: small/1em "trebuchet ms", arial, verdana, sans-serif;
	background-image: url(images/background.png);
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-color: #00a0c6;
	}

h1
	{
	color: #fff;
	}

a:link,
a:visited
	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover,
a:active
	{
	color: #bdda82;
	font-weight: bold;
	text-decoration: none;
	}

#main
	{
	position: relative;
	left: 30px;
	width: 750px;
	line-height: 1.5em;
	}

#header
	{
	height: 400px;
	width: auto;
	}

#title
	{
	color: black;
	width: auto;
	font-size: 150%;
	margin: 0 0 15px 0;
	}

#content
	{
	color: #000;
	width: 500px;
	height: auto;
	}

.subhead
	{
	font-variant: small-caps;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	}

#navigation
	{
	float: right;
	width: 210px;
	height: 290px;
	text-align: center;
	margin: 0 0 0 25px;
	}

#navigation a:link,
#navigation a:visited
	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}

#navigation a:hover,
#navigation a:active
	{
	color: #129fc6;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	}

.grass
	{
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	height: 100px;
	}

#hoorayforstrict
	{
	font: geneva;
	width: 300px;
	height: 100px;
	margin: 135px auto 1px auto;
	text-align: center;
	border-top: 1px solid #333;
	letter-spacing: 2px;
	font-size: 70%;
	}

.ieborderfix
	{
	border: none;
	text-decoration: none;
	}
	
/* This makes the borders in IE go away. Huzzah.
-----------------------------------------------*/

*
	{
	border: 0;
	margin: 0;
	padding: 0;
	}	
	
/* Hovermenu Code
-----------------------------------------------*/

.hovermenu
	{
	list-style: none;
	}

.hovermenu a
	{
	
	}

.hovermenu a .preview_menu
	{
	display: none;
	}

.hovermenu a:hover .preview_menu
	{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

.hovermenu img
	{
	color: inherit;
	vertical-align: top;
	width: 200px;
	height: 29px;
	margin: 0 5px 5px 0;
	}

.hovermenu
	{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	}

.hovermenu .preview_menu
	{
	width: 200px;
	height: 29px;
	}