body {
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/interface/bg.gif);
	background-repeat: repeat;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* Main Container for site structure*/	

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

p
{
	text-align:left;
 }

	
/*Content layout - LEFT SIDE*/	


#content
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 520px;
	
}

.box {
	width: 210px;
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #CC9933;*/
	background-image:url(images/interface/bg-side.jpg);
	background-repeat:no-repeat;

}

/*Headings*/

H1 {
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	}
	
.home-feature {
	
	font-size: 26px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	text-shadow: #EFEFEF 3px 2px 5px;
	background-image: url(images/interface/subhead-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom: 1px solid #000000;
	padding: 5px;

	}	
	
H2 {
	font-size: 16px;
	color: #AC822B;
	font-variant:small-caps;
	}

H3 {
	font-size: 15px;
	}

H4 {
	font-size: 14px;
	}
	
H5 {
	font-size: 16px;
	color: #90040F;
	font-weight:lighter;
	margin: 0px;
	}
	
.specialtxt {
	color: #AC822B;
	
	}
	

a { 
	color: #333333;
	text-decoration: underline;

	}
	
a:visited { 
	color: #333333;
	text-decoration: underline;
	}	

a:hover {
	color: #333333;
	text-decoration: none;
	}

#footer
{
	height: 45px;
	padding: 5px;
	background-color:#CC9933;
	
}


input {
 border:  1px solid #F8F0DE;
}


select {
  border:  1px solid #F8F0DE;
}


textarea {
  border:  1px solid #F8F0DE;
}

form {
 border:  1px solid #F8F0DE;
}

.buttons {
	background-color: #333;
	color:#FFF;
	padding: 3px;
	border: 2px solid #000;
}