body	{
		background-color: #808000;
		margin: 0px;
		}
		
	div#upperbox	{
		width: 100%;
		height: 20px;
		background-color: #e1a307;
		background-image: url(menubg.jpg);
		background-position: left center;
		background-repeat: repeat-x;
		position: absolute;
		z-index: 25;
		margin-top: 0px;
		margin-left: 0px;
		overflow: hidden;
		}
		
		div#uppershade	{
		width: 100%;
		height: 20px;
		background-color: #808000;
		background-image: url(homeuppershade.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		position: absolute;
		z-index: 20;
		margin-top: 15px;
		margin-left: 0px;
		overflow: hidden;
		}
		
	div#lowershade	{
		width: 100%;
		height: 20px;
		background-color: #808000;
		background-image: url(homelowershade.jpg);
		background-position: center bottom;
		background-repeat: repeat-x;
		position: absolute;
		top: 100%;
		z-index: 45;
		margin-top: -35px;
		margin-left: 0px;
		overflow: hidden;
		}
		
	div#lowerbox	{
		width: 100%;
		height: 20px;
		background-color: #e1a307;
		background-image:url(menubg.jpg);
		background-position:left center;
		background-repeat:repeat-x;
		position: absolute;
		top: 100%;
		z-index: 50;
		margin-top: -20px;
		margin-left: 0px;
		overflow: hidden;
		}
		
	p.footer	{
	color: #808000;
	font: 10px verdana;
	font-weight: normal;
	text-align: center;
	margin: 3px auto 3px;
	}
		
	div#logocontainer	{
		width: 450px;
		height: 200px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 100;
		margin-top: -100px;
		margin-left: -225px;
		text-align: center;
		}
		
	div#logocontainer p	{
		text-align: center;
		color: #ffb51e;
		font-family: verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		font-variant: small-caps;
		margin: 20px auto 30px auto;
		}
		
	a:link, a:visited	{
		color: #ffb51e;
		text-decoration: none;
		}
		
	a:hover	{
		color: #d76120;
		text-decoration: underline;
		}
