html {
	overflow-y: scroll;
}
body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/darklowbackground.jpg) repeat-x fixed bottom;
	margin: 0px;
	color: #FFFFFF;
}
h1 {
	font-size: 1.3em;
	color: #DAE0EB;
}
h2 {
	font-size: 1.1em;
}

a img {
	border: 1px solid #FFFFFF;
}
#layout {


}
#logoimage {
	border-width: 0px;
	border-style: none;
	float: left;
	margin: 5px;
}
#logoimage2 {
	border-width: 0px;
	border-style: none;
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}

#nav {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
	margin-left: 225px;
}
#nav a {
	text-decoration: none;
	color: #E3EFF4;
	background: url(images/diamondicon3.png) no-repeat center center;
	padding: 20px 7px;
	font-size: .8em;
	font-weight: bold;
}
#nav a:hover, #nav a:focus {
	background: url(images/diamondicon3-over.png) no-repeat center center;
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin-left: 25px;
}
#content a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:visited {
	color: #D6E1EF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #B5AE08;
}
#contact {
	color: #CCCCCC;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
#contact a {
	color: #CCCCCC;
	text-decoration: none;
}
#contact a:hover, #contact a:focus, #footer a:hover, #footer a:focus {
	color: #B5AE08;
	text-decoration: underline;
}
#footer {
	color: #999999;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
.thumbdescbox {
	width: 200px;
	text-align: center;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 200px;
}
div.thumbs img {
	text-align: center;
	margin: 10px;
	vertical-align: middle;
}
div.thumbs {
	line-height: 225px;
}
.thumbs   a:hover   img {
	border: 1px solid #B5AE08;
	text-decoration: none;
}
.textsmall {
	font-size: 0.75em;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
.gallerynav {
	font-size: 1.5em;
	font-weight: bold;
	height: 1em;
}

.gallerynavleft {
	float: left;
}
.gallerynavright {
	float: right;
	margin-right: 25px;
}

