body {
	background-color: #AEBFB1;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;

	background-image: url(bg1.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}

img {
	border: 0px;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, serif;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	font-style: italic; 
	text-align: center;
}


a  {
	color: #51895b;
	
}



#caption {
        font-size: 11px;
	font-weight: normal;
	font-style: italic; 
	text-align: center;
	line-height: 14px;
}


#container {
	display: block;
	width: 800px;
	background-color: white;
	margin: 0px auto 0px auto;
}

#header {
	display: block;
	height: 135px;
	margin: 10px 10px 0px 10px;
}

	#header h1 {
		display: block;
		float: right;
		margin: 35px 10px 0px 0px;
		text-align: right;
		font-family: Georgia, Times New Roman, serif;
		font-size: 36px;
		line-height: 42px;
		letter-spacing: -1px;
		/*font-style: italic;;*/
		color: #314b36;
		font-weight: normal
	}
	
	#header #logo {
		float: left;
	}
	
#nav {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #497051;
	font-size: 14px;
	font-variant: small-caps;
	font-family: Georgia, Times New Roman, serif;
	margin: 0px 0px 10px 0px;
	_padding: 4px 0px 4px 0px;
}

	#nav a {
		padding: 0px 8px 0px 8px;
		color: #314b36;
	}
	
	#nav a:hover {
		color: #497051;
		background-color: #efefef;
	}
	
	#nav a.current, #nav a.current:hover {
		text-decoration: none;
		color: #C53E3B;
		background-color: white;
	}
	
#spotlight {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#footer {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	line-height: 11px;
	border-top: 1px solid #d9d9d9;
	text-align: center;
}

p.presented {
	margin: 5px 15% 20px 15%;
	font-weight: normal;
	line-height: 19px;
	
}

body#internal #content {
	margin: 5px 10% 25px 10%;
}
.invisible {
	display: none;
}

.whisper {
	color: #555555;
}

.centralia {
	text-align: center;
}

img.left {
	float: left;
	margin: 10px;
}

img.right {
	float: right;
	margin: 10px;
}
#contactForm{
	background-color: #AEBFB1;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#contactForm td{
	padding: 4px;
}
#contact{
	width: 100%;
	text-align: center;
}
#comments{
	width: 300px;
	height: 50px;
}
.rightalign{
	text-align: right;
}
#content{
 margin: 0px 30px;
}