*, html, body {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
}
body {
	background-color: #2f4932;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
}

.clear {
	clear:both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}


#header {
	width:900px;
}
#logo {
	float:left;
	text-align: right;
	width:280px;
}
#logo img {
	border:0px;
}
#menu {
	float:left;
	font-size: 0.8em;
	margin:63px 0px 0px 0px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display:inline;
	margin:0px 15px 0px 5px;
}
#menu a {
	color:#a6aeb0;
	padding:5px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #2f4932;
	color:#ffffff;
}

.standalone a {
	border:1px solid #687868;
	background-color: #273d2a;
	color:#aeaeae;
	padding: 4px 5px;
	text-decoration: none;
}
.standalone a:hover {
	border:1px solid #889888;
	background-color: #1d3221;
	color:#ffffff;
	
}

#content {
	font-size: 0.8em;
	margin:60px 0px 90px 0px;
	width:100%;
}
#left {
	float:left;
	padding:0px 20px 0px 0px;
	text-align: right;
	width:50%;
}
#left img {
	border:5px solid #162718;
}
#right {
	color:#d4d4d4;
	float:left;
	padding:0px 0px 0px 20px;
	width:320px;
}
#right select {
	color: #1d1d1d;
	margin:5px 0px;
}
#right option {
	color:#797979;
	padding:1px 10px 1px 2px;
}


#about {
	color:#d4d4d4;
	margin-top:-14px;
	width:650px;
}
#about h2 {
	color:#d4d4d4;
	font-size: 1.7em;
	font-weight: normal;
	padding:0.5em 0px 0.6em 0px;
}
#about p {
	color:#d4d4d4;
	line-height: 1.3em;
	font-size: 1.1em;
	padding:0px 0px 0.8em 0px;
}

#float_right {
	border:5px solid #162718;
	float: right;
	line-height: 0px;
	margin:1.2em 0px 0.5em 1.0em;
	padding:0px 0px 0px 0pt;
}

#gallery_title {
	color:#d4d4d4;
	margin:0px auto;
	width:650px;
}
#gallery_title h2 {
	color:#d4d4d4;
	font-size: 1.2em;
	font-weight: normal;
	padding:56px 0px 0.1em 0px;
}
#gallery {
	background-color:#1d3221;
	margin:0px 0px 175px 0px;
	width:100%;
}
#gallery #picwrap {
	overflow:auto;
	margin:0px auto;
	height:205px;
	width:830px;
	white-space: nowrap;
}
#gallery #picwrap a {
	line-height: 0px;
}
#gallery #picwrap img {
	border:5px solid #162718;
	line-height: 0px;
	margin:2px 1px 0px 1px;
	vertical-align: middle;
}


#footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear:both;
	height:21px;
	width:100%;
}


#home_email {
	font-size: 0.9em;
	text-align: center;
	margin:0.5em auto 1.0em auto;
	width:100%;
}
#home_email a {
	color:#aeaeae;
	text-decoration: none;
}
#home_email a:hover {
	color:#d4d4d4;
	text-decoration: underline;
}