body {
background: #F7EFEA;
margin: 0px auto;
padding: 0;
color: #665656;
font-family: Verdana, Arial, Helvetica, sans-serif; }
a { color: #DB7A4A; text-decoration: underline; }
a:hover { text-decoration: none; }
#container {
width: 800px;
margin: 0px auto;
border-top: 5px solid #FF843F;
background: #FFF;
}
.header { width: 800px; background: url(images/header-bg.gif); height: 131px; }
.logo { float: left; width: 272px; }
.menu { float: right; list-style-type: none; margin: -10px 0 0 0; padding: 5px; z-index: 1; _width: 500px;}
.menu a { color: #8C7C73; border-bottom: 3px solid #FFF; text-decoration: none; }
.menu .active { color: #8C7C73; border-bottom: 3px solid #FF843F; text-decoration: none; }
.menu .donate { font-weight: bold; border-bottom: 3px solid #8C7C73; text-decoration: none;}
.menu a:hover { border-bottom: 3px solid #FFEDAF; }
.menu li { 
	display: inline; 
	padding: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; }
.special { 
	width: 440px; 
	float: left; 
	margin: 15px 0 0 0; 
	text-align: left;
	padding: 15px; }
.special p { font-size: 12px; }
#footer { 
	width: 260px; 
	float: right;
	margin: 15px 0 15px 0;
	text-align: left;
	font-size: 11px;
	color: #999999; }
	#footer a { color: #999999; text-decoration: underline; }

#topright {
	z-index: 99999;
	position: relative;
	float: right;
	right: 10;
	top: 10;
	height: 100px;
	width: 100px;
	margin: 0; padding: 0;
	}