html {
	height: 100%; 
	min-height: 100%;
}

body {
	height: 100%; 
	min-height: 100%;
	background-image: url('../images/bg_fade.jpg'); 
	background-position: top center;
	background-repeat: repeat-x; 
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

#shadow {
	width: 920px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px; 
	background-image: url('../images/shadow.png'); 
	background-repeat: repeat-y; 
}

#wrapper {
	width: 805px;
	height: auto%;
	margin: 0px auto;
	background-color: #f2e9da;
	background-image: url('../images/main_bg.jpg'); 
	background-repeat: no-repeat; 
	background-position: top center;
}

#menu {
	width: 600px;
	height: 25px;
	margin: 0px auto;
}

#menu img {
	margin: 0px 30px 0px 0px;
	border: none;
}

#contentbox {
	width: 790px;
	height: auto;
	margin: 5px auto;
	padding: 0px;
}

#contentleft {
	width: 490px;
	height: auto;
	padding: 15px;
	float: left;
	background-color: #fff;
	font: 12px "verdana";
	color: #a64d00;
}

#contentleft a {
	font: bold 12px "verdana"; 
	color: #a64d00;	
}

#contentright {
	width: 225px;
	height: auto;
	padding: 15px 0px 15px 25px;
	float: right;
	border-style: none none none double; border-color: #c9c4bd;
}

#contentright img {
	margin: 0px 0px 25px 0px;
}

#footer {
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

#footer, #footer a {
	margin: 0px auto;
	font: 12px "verdana"; color: #a64d00;	
	text-decoration: none;
}

.quote {
	width: 280px;
	display: block;
	text-align: center;
	margin: 10px auto 20px auto;
	font: italic 12px "verdana"; color: #5da6b3;
	background-image: url('../images/quote.png'); 
	background-repeat: no-repeat; 
	background-position: center right;	
}
