body {
background-color:#B08A59;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

.wholebody {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background:url(images/body.jpg) repeat-y 0 0 ;
	
}


.toptitle {
	width: 100%;
	background-color:#D2A60D;
	color:#1A1D1E;
	font-size:24px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #662E00;
	
}

div.toptitle h1, div.toptitle h1 a:link, div.toptitle h1 a:visited {
	padding:0;
	margin:0;
	font-size:30px;
	color:#FFFFFF;
	text-decoration:none;
	text-indent:50px;
}


div.toptitle h1 a:hover {
text-decoration:underline;
color:#CCCCCC;
}

div.toptitle h2 {
font:10px;
color:#FFFFFF;
text-align:right;
margin:0 20px;
padding:0;
}

/* this is for the big picture */

.bigpicture {
	background-image: url(images/stripe.jpg);
	background-repeat: repeat;
	width: 100%;

	
}
.ADVERT {
	width: 728px;
	height: 90px;
}


/* this is the menu bar */

.hormenubar {
	width:728px;
	height:30px;
	background-color:#1A1D1E;
	color:#FDE9B4;
	text-align:center;
	padding: 9px 0 9px 0;
	margin: 3px 0 px 0 px;
	
}

	.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 {
	background-color: #ECE9D8;
	width: 200px;
	float:left;
	clear:none;
	margin:0;
	padding:0;
	}


	.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 {	
	float:right;
	clear:none;
	background-color:#FFFFFF;
	width: 526px;
	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:150px;
	}
	
	.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;
	}
	
	#alignright {
	float:right;
	margin:5px 20px 5px 5px;
	padding:0;
	clear:none;
	}

	#alignleft {
	float:left;
	margin:5px 5px 5px 20px;
	padding:0;
	clear:none;
	}
	
	#clearboth {
	clear:both;
	margin: 5px 0;
	padding:0;
	}