/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#000 url(images/bg_tile.gif) repeat-x left top;

}
#bgstatic{
position:absolute;
top:100px;
left:0px;
width:100%;
height:200px;
background:#000 url(images/BackgroundPanorama.jpg) no-repeat center;
margin:0;
padding:0;

}
#wrap{
	text-align:left;
	margin:0 auto;
	width:100%;
	padding:0;
	position:absolute;

}
#stayinformed input, select, textarea {
	background-color: #D9C5A3;
	border: 2px solid #D9C5A3;
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 4px 0px 8px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: 827357;
	font-style: italic;
	margin: 0px 0px 2px 0px;

}
a:link, a:visited {
	color: #827357;
}
a:hover {
	color: #B4AB9A;
}
.thumbnail {
float: left;
width: 100px;
border: 1px solid #999;
margin: 0 18px 20px 0;
padding: 3px;
}

.clearboth { clear: both; }
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #1F4C37;
	text-align: center;
	line-height: 15px;
	padding-top: 20px;
	letter-spacing:.1em;
}
.menu a:link{
	color: #665733;
	text-decoration: none;
}
.menu a:visited{
	color: #665733;
	text-decoration: none;
}
.menu a:hover{
	color: #827357;
}
