body {
	background-color:#4D0202;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/interface/bg2008.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
/* Main Container for site structure*/	

#main{
	width:820px;
	margin: 0px auto;
	background-color: #EDE2DE;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	
}	


	
/*Content layout - LEFT SIDE*/	


#home-content
{
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 750px;
	
}

#homebot-content
{
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 700px;
	
}

#content
{
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 650px;
	
}

/*Headings*/

H1 {
	font-size: 24px;
	color: #90040F;
	margin: 35px 0px 25px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
H2 {
	font-size: 18px;
	color:  #000000;
	background-image:url(images/interface/subheader-bg.jpg);
	background-repeat:repeat-x;
	margin: 25px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 30px;
	}

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

H4 {

	font-size: 14px;
	color: #90040F;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
H5 {
	font-size: 16px;
	color: #90040F;
	font-weight:lighter;
	margin: 0px;
	}
	

a { 
	color: #90040F;
	text-decoration: none;

	}
	
a:visited { 
	color: #90040F;
	text-decoration: none;
	}	

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

#footer
{

	height: 20px;
	background-image:url(images/interface/footer.jpg);

}

.box {
	width: 210px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #D8E3F9;

}