body{
	margin:0 auto;
	padding: 0;
	background-color: #989287;
	font-family: "Century Gothic", sans;
	color: #4d221e;
}
div#wrapper{
	width:686px;
	margin:0 auto;
	padding-top:20px;
}
div#headingLeft{
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	height:95px;
	float:left;
	width: 250px;
}
div#headingRight{
	float: right;
	height: 95px;
	width: 250px;
	text-align: right;
}
a:link, a:visited{color:#4d221e; text-decoration: underline;}
a:hover{text-decoration: none;}
p{padding:5px 0;}


div#contentLeft{
	width: 48%;
	float: left;
}
	div#contentLeft ul{
		padding:2px 0 8px 20px;
	}
	div#contentLeft li{
		padding:5px;
	}

div#contentRight{
	width: 48%;
	float: right;
	text-align: right;
}
	div#contentRight img{
		margin:2px 3px;
		border: #4d221e 1px solid;
	}


div#footer{
	clear: both;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding: 40px 0 10px 0;
	font-size: 8px;
}
