/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #3d6219;
	background-image:url(images/backgroundstripe.gif);
	margin-top: 0;
	}

.allcontent {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
#masthead {
	margin-top: 10px;

	}
	
#mainbox {
	position: relative;
	top: -320px;
	padding: 40px 30px 20px 280px;
	line-height: 22px;
	color: #6d4722;
	border-top: 15px solid #6d4722;
	border-right: 10px solid #6d4722;
	border-bottom: 25px solid #6d4722;
	border-left: 0px solid #6d4722;
	background-color: #f3edab;
	}
	
#mainbox h1 {
	color: #6d4722;
	font-size:16px;
	font-style: bold;
	line-height: 20px;
	letter-spacing: 3px;
	}
	
#mainbox h2 {
	color: #255b4d;
	font-size:14px;
	line-height: 18px;
	}
	
#mainbox a {
	text-decoration: none;
	color: #255b4d;
	}
	
#mainbox a:hover {
	text-decoration: underline;
	}
	
#navlayer {
	position: relative;
	left: 20px;
	top: 40px;
	Width: 216px;
	height: 319px;
	z-index: 99;
	}
	
#navbar {
	width: 165 px;
	margin-top: 12px;
	Margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 0px;
	border-right: 0px solid #255b4d;
	z-index: 99;
	}
	
#navbar ul {
	display: block;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#naavbar li {
	display:block;
	border: 1px solid #255b4d;
	color: #255b4d;
	margin: 0px;
	padding: 0px;
	}
	
#navbar a {
	color: #255b4d;
	text-decoration: none;
	display: block;
	padding: 7px;
	background-color: #f3edab;
	border-bottom: 1px solid #255b4d;
	}
	
#navbar a:hover {
	color: #f3edab;
	text-decoration: none;
	display: block;
	padding: 7px;
	background-color: #6d4722;
	border-bottom: 1px solid #255b4d;
	font-weight: bold;
	}
	
#mainboxphotoline {
	position: relative;
	top: 0px;
	margin: 0px 0px 0px -250px;
	clear: both;
	}
	
#mainboxphotoline img {
	border-top: 5px solid #8080FF;
	border-bottom: 5px solid #8080FF;
	}

#footer {
	position: relative;
	top: -315px;
	font-size: 10px;
	width: 900px;
	text-align: center;
	color: #f3edab;
	padding-top: 5px;
	line-height: 20px;
	}

#footer a {
	text-decoration: none;
	color: #f3edab;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #f3edab;
	font-style: bold;
	}
	
