
/* ====== The following CSS is provided as a visual aid, we will not be editing this bit ===== */
*{
	font-size:100%;
}



body{
	font:75%/140% Arial, Helvetica, sans-serif;
}

div{
	background:none;
}

h1,h2, h3
{
	color:#900;
	font-size: 14px;
}

dd{
	margin-left:0;
}

/* ====== Begin editing below this line =====*/

#wrap{
	width: 810px;
	height: 880px;
	margin:0 auto;
}

#header{
	width: 805px;
	height: 90px;
}

#left-content{
	width: 90px;
	height: 850px;
	color: #900000;
	float:left;
	background: #e9e9d1;
	padding-right: 10px;
	padding-top: 40px;

}

#main-content{
	width: 635px;
	height: 850px;
	float:left;
	background: white;
	padding-left: 20px;	padding-right: 50px;
	padding-top: 40px;
	

	
}

#foot{
	
	width:785px;
	clear: both;
	color: black;
	padding-left: 20px;
	font-size: 9px;
	background: #c5af7e;
}


} 
	