BODY {
	background-color:#993300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
}
	
ul  {
	font-family: verdana, sans-serif;
	font-size: 12px;
	list-style-type: square;
	}
	
/* Main Container for site structure*/	

#main{
	width:850px;
	margin: 0px auto;
	padding: 0px;
	/*background-color: #FEFBF4;*/
	background-color: #F7D9BE;
	
}	
	


/*Content layout - LEFT SIDE*/	


#content
{
	margin: 0px auto;
	padding: 10px 20px 5px 20px;
	width: 750px;
	background-image: url(images/interface09/home-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #F7D9BE;
	
}

#contentnobg
{
	margin: 0px auto;
	padding: 0px 20px 5px 20px;
	width: 720px;

}

/*Content layout - RIGHT SIDE*/	

#sidebar {
	float: right;
	width: 210px;
	margin: 5px 5px 0px 5px;
	padding: 5px 15px 5px 15px;
	
	}
	

/*Headings*/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #501B00;
	padding: 5px 0px 5px 0px;

	}
	
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300; 
	border-bottom: 1px solid #993300;
	padding: 5px 0px 5px 0px;
	}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #993300; 
	}

H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0000000; 
	}
	
H5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000000; 
	}
	

a { 
	font-family: verdana; 
	color:#993300; 
	text-decoration: none;

	}
	
a:visited { 
	font-family: verdana; 
	color:#993300; 
	text-decoration: none;
	}	

a:hover {
	color:#993300; 
	text-decoration: underline;
	}

#footer
{
	background-image:url(images/interface09/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 100px;

}
