body,html{
	margin:0;
	padding:0;
}
body {
	min-width:750px;
	background-color: #333333;
	font-family: 'trebuchet ms', arial, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}
/* position:absolute for all browsers - the whole page scrolls */
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right: 0px;
	background-attachment: fixed;
	background-image: url(../images/back1.gif);
	background-repeat: repeat-x;
	z-index: 100;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>#headerwrap {
	position:fixed;
	height: 162px;
}
#header {
	width:750px;
	border: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	margin-top: 5px;
	height: 120px;
}
#navcontainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	white-space: nowrap;
	height: 20px;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
#middlewrap {
	height: 100%;
	margin-top: 180px;
	clear: both;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	width:720px;
	margin:0 auto;
	height: auto;
	clear: both;
}
#content {
	padding:0;
	height: 100%;
	margin: 0px auto;
	width: 740px;
}
#leftcol {
	float: left;
	width: 345px;
	text-align: justify;
	margin-top: 10px;
	margin-left: 6px;
}
#rightcol {
	float: right;
	width: 345px;
	margin-top: 10px;
}
#map-rightcol {
	float: right;
	width: 445px;
}
#index-rightcol {
	float: right;
	width: 345px;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	background-color: #F0EFF8;
}
#middle {
	width: 750px;
}
h1 {
	font-size: 1.3em;
	color: #62DC5F;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1em;
	color: #62DC5F;
	font-weight: bold;
	margin-top: 20px;
}
p {
	font-size: 0.9em;
	text-align: left;
	margin-top: 1.5em;
	letter-spacing: 0.7px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C4FBC7;
}
img {
	border: none;
	font-size: .7em;
}
.thumb-float-l {
	float: left;
	font-size: .5em;
	color: #666666;
	margin-right: 8px;
	margin-bottom: 2px;
	clear: none;
}
.thumb-float-r {
	float: right;
	font-size: .5em;
	color: #666666;
	margin-bottom: 2px;
	clear: none;
	margin-left: 6px;
}
.img-mid {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.small-left {
	font-size: 0.7em;
	text-align: left;
}
.tiny-centred {
	font-size: .6em;
	text-align: center;
}
.img-pad5 {
	margin-bottom: 5px;
	margin-bottom: 5px;
}
.img-30left-pad {
	margin-left: 30px;
	margin-bottom: 5px;
}
.small-text {
	font-size: 0.7em;
}
#top {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 0px;
	height: 15px;
}
#bottom {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 0px;
	height: 15px;
}
.gallery_layers {
	font-size: .8em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.gallery_layers_content {
	font-size: .8em;
}
.gallery-title {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.baseline {
	vertical-align: text-bottom;
}
.copyright {
	font-size: 70%;
	color: #999999;
	text-align: left;
}
