body, html {
	background: #E6D2AE repeat;
	font-family:  verdana, sans-serif;
	font-size: medium;
	text-align:center;		
	}

	
h1 {
	text-align:center;
	
	}
	
h2 {
	width:90%;
	background:#903530;
	color:#db9e29;
	text-align:center;
	padding: 9px; 
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	font-family:perpetua, serif;
	font-variant: small-caps;
	}
	
h3 {
	font-size:1.2em;
	color:#903530;
	} 
	
 	
	
a:link  {
	color: #903530;
	border:0;
	}
	
	
a:visited  {
	color: #903530;
	} 	
	
a:hover {
	color: #903530;
	font-weight:bold;
	}
	
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

		
#bodycontainer {
	background: #FCFAF5;
	width:959px;
	border: #FCFAF5 solid 2px; 
	margin:0px;
	padding:0px;
	min-height:900px;
	height:100%;
	
	}
	
#header{
	float:right;
	width:958px;
	height:113px;
	background: url(images/header.jpg) no-repeat top left;
	margin:0px;
	padding:0px;
	}
	
.rotationbanner {
	float:right;
	background: #903530 ;
	width: 754px;
	height: 418 px;	
	margin:0px;
	padding:0px;
	}
	
.banner {
	background:url(images/rotation1.jpg) top left no-repeat;
	width:755px;
	height:418px;
	padding:0px;
	margin:0px;
	text-align:center;
	}
#menu{
 	position:relative;
	float:left;
	background:#903530;
	border: 0px 1px 1px 1px solid #db9e29;
	width:752px;
	height:45px;
	}
	
#leftside{float:right;
	background: #FDFBF9;
	width:715px;
	padding:15px 15px 55px 15px;
	text-align:left;
	line-height:135%;
	font-size: .9em;
	margin:5px 0 0px 5px;
	}
	
#leftside p{
	padding:0px 15px;
	} 
	


#rightside{
	float:right;
	background:#F0E6D0;
	padding:0px;
	margin:0px;
	width:204px;
	text-align:center;
	}
	
#rightside-content {
	background:transparent;
	padding:0px;
	margin:0px;
	border-left:1px solid #903350;
	border-bottom:1px solid #903350;
	}
	
#rightside-content img {
	margin-bottom:30px;	
	}
	

#rightside-content a:link  {
	color:#db9e29;
	border:0;
	}
	
	
#rightside-content a:visited  {
	color:#db9e29;
	} 	
	
#rightside-content a:hover {
	color:#db9e29;
	font-weight:bold;
	}

#footer{
	background: #903530;
	clear:both;
	color: #FDFBF9;
	
	padding:10px 0;
	width:958px;
	text-align:center;
	font-size:.8em;
	}
	
#ContactUsForm {
	font-size:.9em;
	}
	
