body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav {
	margin-left: 28px;
	margin-right: 28px;
}

#credit {
	margin-left: 28px;
	margin-right: 28px;
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 60%;
	padding: 5px;
	text-align: center;
}

#sponsors {
	margin-left: 28px;
	margin-right: 28px;
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 70%;
	padding: 5px;
}

#main {
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: -30px;
	padding: 5px;
	color: White;
	font-size: 70%;
}

#main img {
	border: 5px solid #84702C;
	padding: 3px;
	margin: 5px;
	
}

#main a {
	font-weight: normal;
	color: #84702C;
}

#credit a {
	font-weight: normal;
	color: #84702C;
}

#main h1 {
	letter-spacing: -3px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #84702C url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;