body {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666666;	background: #DDBC90 url(../img/bg_body.jpg) repeat-x center top;	text-align: center;	margin: 190px 0px 50px 0px;}

#maincontainer {	background-color: #FFFFFF;	padding: 25px 25px 0px;	height: auto;	width: 730px;	margin-right: auto;	margin-left: auto;	text-align: left;}

#logo {	background: url(../img/bg_logo.gif) no-repeat left top;	text-align: right;	height: 61px;	width: 730px;}
#logo li {	font-size: 0.7em;	color: #939056; display: inline;}
#logo a {	color: #939056;	text-decoration: none;}

#navigation {	background-color: #E7D0B2;	height: 25px;	width: 730px;}
	
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	font-size:0.8em;
	background:transparent url("../img/light.gif") repeat-x top left;
	border-bottom: 1px solid #FFFFFF;}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 15px 0 20px;
	height:19px;
	height:20px;}
ul#menu li a:hover{	background:transparent url("../img/dark.gif") repeat-x top left;		}

#header {	background: #E7D0B2 url(../img/bg_header.jpg);	height: 217px;	width: 730px;}
#header h1 {	font-size: 1.1em;	color: #AFAC76;	padding-top: 170px;	font-weight: normal;	padding-left: 25px;	margin: 0px;	padding-right: 0px;	padding-bottom: 0px;}
#header strong {	color: #939056;	font-weight: normal;}		
	
#content {	background-color: #F6EEE3;	padding: 15px;	float: left;	height: auto;	width: 434px;	margin-top: 25px;	font-size: 0.8em;}

#rightcol {	float: right;	height: auto;	width: 238px;	margin-top: 25px;}
#rightcol div {	float: right;height: auto;	width: auto;	margin-bottom: 25px;}

#clear {clear:both;}
#clear p {	display: none;}

#footer {
	font-size: 0.7em;
	color: #BB7838;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 255px;
	margin-bottom: 0px;

}
#footer a {	color: #BB7838;}
