		A 			{ color: #D3C57C; text-decoration: none; } 
		A:link		{ color: #D3C57C; text-decoration: none; } 
		A:visited	{ color: #D3C57C; text-decoration: none; } 
		A:active	{ color: #D3C57C; text-decoration: none; } 
		A:hover		{ color: #FF6309; text-decoration: none; }

#top {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #3D3000;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 30px;
	}
html>body #top {
	height: 30px; /* ie5win fudge ends */
	}
	
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, garamond, serif;
	font-size:11px;
	color: #938850;
	background-color: #D3C57C;
	text-align: center;
	
	/* part 1 of 2 centering hack */
	}
#content {
	width: 510px; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #D3C57C;
		text-align:left; 
	/* part 2 of 2 centering hack */
	width: 510px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 510px;
	}
html>body #content {
	width: 510px; /* ie5win fudge ends */
	}

	

.topbar {
	font-family: georgia, garamond, serif;
	font-size: 20px;
	color: 99ACD2;
	text-decoration: bold;
	}
