body {
	background-color: #E0F9FF;
	background-image:url('/images/background.gif');
	background-position:top center;
	background-repeat:no-repeat;	
	color: #008DB7;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:13px;
}

h1 { display: none; }

#homepage {
	width: 700px;
	text-align:center;
	margin: 0px auto;
}

#flashunit {
	margin: 60px 20px 20px 20px;
}

div#nav {
	margin: 0px auto;
	padding: 0px;
	width: 150px;
}

div#nav ul {
	margin: 0px; 
	padding: 0px;
}

div#nav span {
	display: none;
}

div#nav ul li {
	list-style-type: none;
	display:block;
	padding: 0px;
}

div#nav ul li a {
	display:block;
	margin-bottom: 15px;
	padding: 0px;
	text-decoration: none;
	width: 150px;
	height: 35px;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

div#nav ul li a:hover, div#pagenav ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

div#nav ul li.about a {
	background: transparent url('/images/nav/about.gif') top center no-repeat;
}

div#nav ul li.contact a {
	background: transparent url('/images/nav/contact.gif') top center no-repeat;
}


#footer {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
