body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #e6eae8;
}

img {
	border:0;
}

a {
	color:#060;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#090;
	text-decoration:none;
	font-weight:bold;
}

h1, h2, h3 {
	text-decoration:underline;
}

#container {
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #999;
	background-color: #FFF;
}

#header{
	width:100%;
	height:101px;
	background-image: url(banner_top.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #999;
}

#menu {
	width:100%;
	border-bottom: 1px solid #999;
}

#content{
	margin:5px;
}

#footer {
	border-top: 1px solid #999;
	font-size:11px;
	text-align:center;
	padding:10px;
}

div#left {
    float: left;
    width: 115px;
}
div#right {
    float: right;
    width: 115px;
	text-align:right;
}
div#middle {
    padding: 0px 115px 5px 115px;
    margin: 0px;
}

div#left img, div#right img{
	width:110px;
}

div#leftThumb {
    float: left;
    width: 128px;
}
div#rightThumb {
    float: right;
    width: 128px;
	text-align:right;
}
div#middleThumb {
    padding: 0px 128px 0px 128px;
    margin: 0px;
	text-align:center;
}

#galleryThumbs div img {
	width:128px;
}

#camps {
	font-size:36px;
	font-weight:bold;
}

#homeSpacer {
	height:190px !important;
}

.center{
	text-align:center;
}

.bigDisplayImage {
	max-width:750px;
}