body {
	font-family: "Century Gothic", Futura, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maintable {
	border: 3px solid #000;
}
.nav {
	color: #FFF;
	background-color: #000;
	vertical-align: bottom;
	text-align: right;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	padding: 15px;
}
.footer {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFF;
	background-image: url(logosm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
}
.nav a {
	color: #FFF;
	text-decoration: none;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #666;
}
.footer a:hover {
	color: #666;
}

