/**----------------------global formats-------------**/
body, html {
	background: #807059;
	margin: 0;
	height: auto;
	width: auto;
	line-height: 1.2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #004000;
	padding-top: 1em;
}
p {text-align: left;
}
a:link, a:visited, a:hover {
	color: #5A4E3E;
}
table {margin-auto;}
h1 {
	color: #004000;
	font-size: 1.3em;
	line-height: 125%;
	font-weight: bold;
}

ul {
	text-align: left;
}

/**---------- main layout division------**/
#container {
	background: #5A4E3E;
	border: 15px solid #3F372B;
	border-top: 0;
	height: auto;
	width: 730px;
	margin: auto;
	text-align: center;
}


	
/*-----------Header Banner --------------*/
#header {
	background: #fcd59c url(graphics/fencebg.gif);
	width: 100%;
	height: 100px;
	position: relative;
	top: -5px;
}
#header img {
	vertical-align: middle;
	margin: auto;
	margin-top: 15px;
	padding: 5px;
}

#bannerpics {
	width: auto;
	margin-top: 5px;
	padding: 2px;
}
/*-----------Side Navigation & Navigation List Links --------------*/
#navigation {
	float: left;
	margin-left: 1px;
	margin: auto;
	width: 170px;
	text-align: left;
	font-weight: bold;

}
	
#navigation ul {
	list-style: none;
	margin-top: 2em;
	margin-left: 1em; 
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #3F372B;
	margin-top: .5em;
}

#navigation li a {

	display: block;
	padding: 5px 5px 5px .5em;
	border-left: 12px solid #3f372b;
	border-right: 12px solid #3f372b;
	background-color: #fcd59c;
	color: #5A4E3E;
	text-decoration: none;
}

#navigation a:hover {
	border-left: 12px solid #004000;
	border-right: 12px solid #004000;
	background-color: #3f372b;
	color: #FFEFD8;
}
/*-----------Main Content --------------*/
#content {
	background-color: #FFEFD8;
	margin-left: 202px;
	padding: .5em 2em;
	text-align: center;
	width: auto;
}
#content img {
	border: 0;
}

.topnav {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	margin: auto;
}

.topnav ul {
	list-style: none;
	margin: auto;
	padding: 0;
	padding-top: 4px;
}

.topnav li {
	text-align: center;
	display: inline;
		margin: auto;
}

.topnav a:link, .topnav a:visited {
	padding: 3px 10px 2px 10px;
	color: #004000; 
	text-decoration: none;
}

.topnav a:hover {
	color: #FFEFD8;
	background-color: #004000;
	border: 0;
}
		

/*-----------Footer --------------*/
#footer p{
	clear: both;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	color: #FFEFD8;
}

#left {
float: left;
margin-left: 150px;
}

#right {
float: right;
margin-right: 150px;
}

/*-----------Author Info --------------*/
#author {color: #FFEFD8;}

#author a:link, #author a:visited {
	font-size: .8em;
	color: #FFEFD8;
}
