/* CSS Document */

body {
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	min-width: 800px;
	background-color: #0A2407;
	background-image:url(images2/greenbg3.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
	
		}
	
a:link, a:visited {text-decoration: underline; color: #818274;}
a:hover, a:active {text-decoration: underline; color: #DF1313;}

	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8D1616;
	padding-left: 10px;
	padding-right: 10px;
	}	

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}
	
p {padding-left: 10px;
	padding-right: 10px;
	}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #DAE5A2;
	
		}
		


/*Content Stuff*/	
#content {
	width: 760px;
	float: right;
	background-color: #DAE5A2;
	
			}
		
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
	
#gallery {
	width: 760px;
	margin-top:0px;
	float: left;
	background-color: #000000;
		}
		

		
.gallery p{margin-left: 10px;
		}
	
	
/*Navigation Stuff*/	


.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #E2E7C9;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #E2E7C9;
border: 2px solid #E2E7C9;
}

.bevelmenu li a:hover{
color: black;
background-color: #C8D19B;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


	


/*Footer Stuff*/
#footer {
	clear: both;
	color: #0A2407;
	border-top: 1px solid #000000;
	padding: 8px;
	background-color: #F2F2DA;
	}
#footer p{text-align: center;
	color: #0A2407;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */