html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; 
}
body {
	background: #482402 url(TopBottom.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
 #GlobalMenu {
	font-family: Georgia, 'Trebuchet MS', Arial, Sans-Serif;
 	width: 100%;
	height: 30px;
	background: #000;
	border-bottom: 1px solid #996;
 }
 #GlobalMenu a {
	display: block;
 	float: left;
	color: #fff;
	line-height: 110%;
	margin: 5px 10px 0 50px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
 }
 #GlobalMenu a.active {
 	color: #8F6A3E;
 } 
 #GlobalMenu a:hover {
 	color: #BFA983;
	text-decoration: none;
 }
#Page {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}
#Header {
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
}
#Content {
	color: #fff;
	text-align: left;
	font-family: Georgia, 'Trebuchet MS', Arial, Sans-Serif;
	line-height: 140%;
	padding: 3px 10px 5px 10px;
}
#Content a {
	color: #fff;
	text-decoration: underline;
}
#Content a:hover {
	color: #ccc;
	text-decoration: none;
}
#Content small, #Content small a {
	color: #BFA983;
	font-size: 11px;
}
#Content li {
	padding-top: 15px;
	list-style-type: none;
}
#Content li a {
	font-family: 'Courier New', Courier, mono-space;
	font-size: 12px;
	text-decoration: none;
}
#Content li a:hover {
	color: #BFA983;
}
a img, img {
	border: 0;
}
#Watermark {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#Watermark, #Watermark a {
	color: #8F6A3E;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}