/* Copyright MATTEON Software 2006 - 2008 ~ Client: Zillah Richards */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;}

#container {
	width: 800px;}
	
.main {
	border: 1px solid #999999;
	width: 800px;}
	
#top {
	height: 80px;
	border: 1px solid #999999;
	width: 800px;}
	
#middle {
	height: 270px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 800px;}
	
#bottom {
	height: 50px;
	border: 1px solid #999999;
	width: 800px;}
	
#image {
	width: 250px;}

#copyright {
	font: 8px Verdana, Arial, sans-serif;
	width: 400px;}

#copyright a,a:hover,a:visited {
	text-decoration: none;
	color: black;}

.border {
	border: 1px solid #999999;}

.nav {
	width:100px;
	border: solid 1px #999999;
	padding: 1px 1px 1px 1px;
	text-align: center;
	text-decoration: none;}

.nav a:link {
	color: #000000;
	text-decoration: none;}

.nav a:active {
	color: #000000;
	text-decoration: none;}

.nav a:hover {
	color: #000000;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #B2B2B2;
	display: block;
	text-decoration: none;}

.nav a:visited {
	color: #000000;
	text-decoration:none;}



