body {
	background: #afba99;
	
	

	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	
}


h1, h2, h3 {
		font-family: times new roman;
}
 

#wrapper {
	width: 1000px;
	 background: #fff;
	background-image:url("background.jpg");
	background-repeat:repeat-x;

	position: relative;
	left: auto;
	right: auto;
	

	margin-left: auto;
margin-right: auto;

   }
   
 img { border: none; } 

#header {
	width: 1000px;
	height: 30px;
	background: #778856;
	z-index: 2;
	
	}
	
.imageframe { 
	width: 300px;
	height: 300px;
	padding-right:10px;

	
	}

	
	
#headnav {
position: relative;
top: 8px;
left: 650px;
	z-index: 2;
}

div.headimage {
width: 1000px;
height: 180px;
position: relative;


 background: #778856;
 	z-index: 2;
}



#nav {
	width: 135px;
	
	position: absolute;
	background: #778856;
	float: left;
	
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
}
	
.mymenu {   
	width: 140px;    
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	   font-weight:bold; 
	
	
}



.mymenu  ul {   
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	
}

.topborder {
	border-top: 3px solid white;
}
.mymenu  ul li {   
	margin-top: 0px; /*spacing between menu items*/
	border-bottom: 1px solid white;
	
}

.mymenu  li a {
   padding: 5px;
   width:130px;  /*because we have padding:5 - 190px-10px*/  
   display:block;   
   background-color: #778856; 
   text-decoration: none;

   
}

.mymenu  li a:hover {   
	background-color: #bdc6aa;
	text-decoration: none;
	
}

	
	
.mymenu li a span {   
	color:#003300; 
}

.mymenu li a:hover span {
	color: #000000;
}


	
	
#content {
	width: 845px;
	min-height: 440px;
	position: relative;
	left: 150px;

	background: transparent;



	}
	
h1{ 
font-family: times new roman, arial, helvetica, sans-serif;
margin: 0px 10px 0px 0px; }

h2{ 
font-family: times new roman, arial, helvetica, sans-serif;
margin: 0px 10px 0px 0px; }

h3{ 
font-family: times new roman, arial, helvetica, sans-serif;
margin: 0px 10px 0px 0px; }

h4{ 
font-family: times new roman, arial, helvetica, sans-serif;
margin: 0px 10px 0px 0px; }
	
.imagemargin{
margin-bottom: -10px;
}

#footer {
	width: 1000px;
	height: 50px;
	background: #778856;
	position: relative;


	}

