/*
bgcolor="#F6E6C2" 
text="#003399" 
link="#c3b38d" 
vlink="#c3b38d" 
alink="#c3b38d" 
leftmargin="0" 
topmargin="0" 
marginwidth="0" 
marginheight="0"*/

body {
	background: #f6e6c2 url(bg.gif) repeat-x left top;
	margin: 0px;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight: normal;
} 
#backdrop { 	
	position: relative;	
	text-align: left;
	margin: auto;
	top: 5px;
	width: 900px; 
}

#content {
	position: absolute; 
	top: 175px; 
	left: 175px; 
	width: 700px; 
	background-color: #fff; 
	border: 1px solid #685B3E;
	padding: 5px;
}

.text {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header {
	font-size:14px; 
	color: #900; 
	font-weight: bold;
}

.quote {
	font-size:12px;
	color: #003399;
	font-weight: bold;
}

#sidebar {
	/*position:absolute; */
	/*top: 200px; */
	/*left: 0px; */
	width: 170px; 
	background-color:#ECE0C1;
}

.title {
	color: #685B3E; 
	font-weight: bold;
	text-align: center;
}

.reasons {
	margin-left: -10px;
	color:#685B3E;
	
}


#footer {
	position:absolute; 
	top: 1650px; 
	left: 0px; 
	width: 100%;
}

.footer {
	text-align:center; 
	font-size: 12px;
	color: #685B3E;
}
