body, html {
	font-family: Trebuchet MS, Geneva,Arial,Tahoma,sans-serif;
	background-color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	}
	
p {	
	padding: 7px 0;
	margin: 0;
	}
	
blockquote {
	padding: 0;
	margin: 0 30px;
	}
	
br {
	padding: 0;
	margin: 0;
	}
	
a {
	color: #3E5801;
	text-decoration: none;
	}
	
a:hover {
	color: #A7BD58;
	}
	
/*Headers*/	
h1, h2, h3, h4, legend{
	color: #3E5801;
	padding: 0;
	margin: 7px 0 2px 0;
	}
	
h3, h4, legend{
	margin: 0;
	}
	
legend{
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	}	
	
h1{
	font-size:1.2em;
	}
	
h2, legend {
	font-size:1.15em;
	}
	
h3{
	font-size:1.1em;
	}

h4{
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
	}
/*END Headers*/

ul {
	padding: 0 45px;
	margin: 0;
	list-style: none outside;
	}
	
li {
	padding: 1px 1px 2px 1px;
	}
	
img {
	margin: 5px;
	}

form {
	padding: 0;
	margin: 0;
	}

/* Layout */
#main {
	background: transparent url("_images/splash.jpg") no-repeat 0 0;
	width: 953px;
	height: 592px;
	margin: 10% auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#main a {
	display: block;
	width: 202px;
	height: 102px;
	position: absolute;
	top: 98px;
	left: 0;
	background: transparent url("_images/splash.jpg") no-repeat 0 -98px;
	text-indent: -5000px;
}

#main #architecture a {
	height: 285px;
	top: 209px;
	background-position: 0 -209px;
}

#main #nature a, #main #hdr a {
	height: 158px;
	width: 236px;
	left: 210px;
	background-position: -210px -98px;
}

 #main #hdr a {
	height: 232px;
	top: 261px;
	background-position: -210px -261px;
}

#main #people a, #main #web a {
	height: 396px;
	left: 452px;
	width: 163px;
	background-position: -452px -98px;
}

#main #web a {
	left: 637px;
	width: 311px;
	background-position: -637px -98px;
}


#main #animals a:hover {
	background-position: 0 -690px;
}

#main #architecture a:hover {
	background-position: 0 -801px;
}

#main #nature a:hover {
	background-position: -210px -690px;
}

#main #hdr a:hover {
	background-position: -210px -853px;
}

#main #people a:hover {
	background-position: -452px -690px;
}

#main #web a:hover {
	background-position: -637px -690px;
}