body {
background-color:#B08A59;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

.wholebody {
	position: relative;
	top: 10px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background:url(images/background.jpg) repeat;
	
}


.toptitle {
	width:100%;
	background-color:#D2A60D;
	color:#1A1D1E;
	font-size:24px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #662E00;
	}

.toptitle h1 {
	margin:0;
	padding:0;
	font-size:28px;
	text-indent:40px;
	}

.toptitle h1 a:link, .toptitle h1 a:visited {
color:#FFFFFF;
text-decoration:none;
}

.toptitle h1 a:hover {
color:#CCCCCC;
}

/* this is for the big picture */

.bigpicture {
	width:100%;
	background:#7E5E21;
	height: 245px;
}



/* this is the menu bar */

.hormenubar {
	background-color:#1A1D1E;
	color:#FDE9B4;
	text-align:center;
	padding:9px 0;
	width:100%;
	
	}

	.hormenubar a {
	text-align:center;
	color:#FDE9B4;
	padding-left:10px;
	font-size:18px;
	padding-right: 10px;
	

	
}






/* this is for the links */

	a:link {
	text-decoration: none;
	
}


	a:visited {
	text-decoration: none;
	
}


	a:hover {
	
	color:#FFFFFF;
	text-decoration:underline;
	}

	
	a:active {
	text-decoration:none;
	
}

/* this is the left box inside the main body content */
	.leftbox {
	float:left;
	padding:0;
	margin:0;
	background-color: #ECE9D8;
	width: 200px;
	display:block;
	height:auto;


}

	.leftbox p{
	width:200px;
	left:0px;
	}


	



	.leftbox a
	{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom: solid thin white;
	color:#4C3D33;
	list-style-type: square;
	display:block;
	}
	
	.leftbox h1 {
	color: #FFFFFF;
	background-color: #B08A59;
	left:0px;
	width: 180px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:5px;
	font-size: 18px;
	display:block;
	}


	.rightpicture {
	position:absolute;
	top:485px;
	left:200px;
	}
	
	
	/* this is the right box inside the main body content */

.rightbox {	
	background-color:#FFFFFF;
	width: 528px;
	float:left;
	margin:0;
	padding:0;	
	}
	
	.rightbox p {
	padding: 10px 20px 10px 20px;
	}

.rightbox h1 {
	padding-left:10px;
	padding-bottom:5px;
	margin-top:5px;
	color:#FFFFFF;
	width:518px;
	background-color:#64554E;
	font-size:18px;
	}
	
	.rightbox h2 {
	margin-top:3px;
	margin-left:20px;
	margin-left:20px;
	background-color:#717A72;
	color:#FFFFFF;
	font-size:16px;
	padding: 5px 5px 5px 5px;	
	width:250px;
	}
	
	.rightbox h3 {
	margin-top:3px;
	margin-left:3px;
	margin-left:20px;
	background-color:#900915;
	color:#FFFFFF;
	font-size:16px;
	padding: 5px 5px 5px 5px;	
	width:100px;
	}
	
	#adwords {
	float:right;
	clear:none;
	padding:0;
	margin:0 10px 0 0 ;
	width:160px;
	}
	
	
	#footer { 
	clear:both;
	color:#999999;
	font-size:12px;
	text-align:center;
	}

#footer a:link, #footer a:visited {
color:#CCCCCC;
}


#alignright {
clear:none;
float:right;
margin: 0 10px 0 5px;
padding:0;
}

#alignleft {
clear:none;
float:left;
margin: 0 5px 0 10px;
padding:0;
}
#aligncenter {
margin: 0 auto;
}

