body {
background-color:#5B4731;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

.wholebody {
	position: relative;
	top: 10px;
	height: 800px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	
}


.toptitle {
	width: 728px;
	background-color:#171715;
	color:#DFBA64;
	font-size:24px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DFBA64;
	
}

div.toptitle h1, div.toptitle h1 a:link, div.toptitle h1 a:visited {
	font-size:24px;
	color:#DFBA64;
	text-indent:50px;
}

div.toptitle h2 {
font-size:16px;
color:#DFBA64;
text-indent:50px;
}

/* this is for the big picture */

.bigpicture {
	width:728px;
	background-image: url(images/stripe.jpg);
	background-repeat: repeat;
	height: 300px;

	
}
.ADVERT {
	position: absolute;
	height: 90px;
	left: 0px;
	top: 350px;
}


/* this is the menu bar */

.hormenubar {
	width:728px;
	height:30px;
	display:block;
	background-color:#1A1D1E;
	color:#FDE9B4;
	text-align:center;
	padding-top:9px;
	margin-top:3px;
	
}

	.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: 195px;
	display:block;
	min-height:1125px;
	clear: none;
	float: left;


}

	.leftbox p{
	width:200px;
	left:0px;
	}


	



	.leftbox a
	{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom: solid thin white;
	color:#5B4731;
	list-style-type: square;
	display:block;
	}
	
	.leftbox h1 {
	color: #FFFFFF;
	background-color: #AB8A67;
	left:0px;
	width: 175px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:5px;
	font-size: 18px;
	display:block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B4731;
	border-bottom-color: #5B4731;
	}


	.rightpicture {
	position:absolute;
	top:485px;
	left:200px;
	}
	
	
	/* this is the right box inside the main body content */

.rightbox {
	background-color:#FFFFFF;
	width: 528px;
	min-height:1000px;
	clear: none;
	float: right;
	
	}
	
	.rightbox p {
	padding: 10px 20px 10px 20px;
	}

.rightbox h1 {
	padding-left:10px;
	padding-bottom:5px;
	margin-top:5px;
	color:#FFFFFF;
	width:518px;
	background-color:#AB8A67;
	font-size:18px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B4731;
	border-bottom-color: #5B4731;
	}
	
	.rightbox h2 {
	margin-top:3px;
	margin-left:20px;
	margin-left:20px;
	background-color:#ECE9D8;
	color:#5B4731;
	font-size:16px;
	padding: 5px 5px 5px 5px;
	width:150px;
	border: medium solid #5B4731;
	font-weight: bold;
	}
	
	.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;
	}
