body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#holder
{
	position:relative;
	background-color: #7b8542;
	width:800px;
	min-height:575px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid black;

}

#logo
{
	position:relative;
	width:793px;
	height:167px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top:3px;
	background-image: url('images/HeadingBackground.jpg');
}

#logoimage
{
	position:absolute;
	width:217px;
	height:151px;
	margin-left:61px;
	margin-top:9px;
	background-image: url('images/Logo.jpg');
	background-repeat:no-repeat;
}

#logoimage h1
{
	visibility:hidden;
}

#logoimage h2
{
	visibility:hidden;
}

#navigation
{
	position:relative;
	width:797px;
	height:23px;
	/* background-image: url('images/NavBackground.jpg'); */
	background-color: #7b8542;
	background-position:right top;
	background-repeat:no-repeat;
	color:white;

}


#navigation ul {
	position:relative;
	padding-left:40px;
	margin-left:10px;
	padding-top:1px;
	margin-top:0px;
	font-size:16px;
	/* border:2px solid red;  */
}


#navigation ul li {
	position:relative;
	display:inline;
	margin-right:10px;
	margin-left:15px;
}

.menubullet{
	position:absolute;
	width:2px;
	height:14px;
	padding-top:3px;
	margin-left:0px;
}


#navigation ul li a {
	text-decoration:none;
	color:white;
}

#navigation ul li a:hover {
	/* color:#805d2a; */
	color:#be3940;
}



#homebodybackground
{
	position:relative;
	width:793px;
	height:604px;
	margin-left: 4px;
	margin-right: 3px;
	background-image: url('images/HomeBodyBackground.jpg');
	background-color: #d1c7a7;
	background-position:right top;
	background-repeat:no-repeat;
	color:white;
}

#homebody
{
	position:relative;
	margin-top:19px;
	padding-top:5px;
	background-color:#805d2a;
	height:155px;
	width:611px;
	text-align:center;
	line-height:180%;
}

#homefooterspacer
{
	position:relative;
	height:340px;
}

#footer
{
	position:relative;
	font-size:14px;
	color:#7b8542;
	margin-left:188px;
}

#mainbackground
{
	position:relative;
	width:778px;
	min-height:500px;
	margin-left: 4px; 
 	margin-right: 3px; 
 	margin-bottom: 3px;  	
	background-color:#805d2a;
	color:white;
	padding:8px;
}

#pagebody
{
	margin:30px;
}

#pagebody a
{
	color:white;
}

#pagebody a:hover
{
	color:white;
}


#mainfooter #footer
{
	position:relative;
	width:800px;
	font-size:14px;
	color:#7b8542;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}