.ImageRotator {
	 width: 300px;
	 float: right;
	 margin: 10px;
	 border: solid 1px #5F3A03;
	 cursor: pointer;
}
body {
	margin: 10px;
	background-color: #FFF;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
}
#frame {
	border: solid 1px #000;
	background-color: #D1BA84;
	background-image: url('../images/menu_background.jpg');
	background-repeat: no-repeat;
	background-position: -345px 136px;
}
#navMenu {
	width: 145px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding-top: 10px;
	padding-left: 30px;
}
#navMenu li {
	list-style: none;
	margin-top: 10px;
	text-align: center;
}
#navMenu li.topLevel {
	margin-left: -355px;
}
#navMenu li a {
	color: #000;
	text-decoration: none;
	background-image: url('../images/rock.png');
	background-repeat: no-repeat;
	display: block;
	width: 105px;
	padding-top: 12px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
}
#navMenu li.two a {
	background-image: url('../images/rock2.png');
	width: 121px;
	padding-top: 17px;
	height: 39px;
}
#navMenu li.three a {
	background-image: url('../images/rock3.png');
	width: 125px;
	padding-top: 20px;
	height: 56px;
}
#navMenu li ul {
    padding: 0;
    margin: 0;
}
#navMenu li li {
    display: none;
    margin-top: 0;
    position: relative;
    top: -700px;
}
#navMenu li li a:hover {
    color: #FAEC8F;
}
#header {
	background-color: #9F7A43;
	background-image: url('../images/header.png');
	background-repeat: repeat-x;
	position: relative;
	background-color: #DDD;
	height: 135px;
	border-bottom: solid 1px #333;
}
#header img.Logo {
    border-right: solid 1px #5F3A03;
    float: left;
}
#header h1 {
	padding: 20px 0 0 0;
	font-family: Times, "Times New Roman", serif;
	font-size: 40px;
	color: #000;
	text-align: center;
}
h1 {
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}
h2 {
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	background-image: url('../images/h2.jpg');
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 17px;
	padding-bottom: 8px;
	padding-left: 65px;
	color: #000;
        font-size: 18pt;
}
p {
	max-width: 45em;
	margin: 15px;
}
.gallery img {
	border: solid 1px #FFF;
}
.GalleryImage {
  width: 302px;
  height: 290px;
  margin: 10px;
  float: left;
}
.ImageDescription {
  background-color: #FBE09D;
  border: solid 1px #FFF;
  padding: 2px;
  font-size: 12px;
}
#content {
	margin-left: 200px;
	min-height: 600px;
	padding: 1em;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #9F7A43;
	border-top: solid 1px #333;
}

form {
	width: 29em;
	margin-left: auto;
	margin-right: auto;
}

.FormInput {
	margin: 5px;
	padding: 2px;
	background-color: #DBC07D;
	border: solid 1px #FBE09D;
}

.FormInput .Label {
	font-weight: bold;
	display: block;
	float: left;
	width: 8em;
	padding-left: 1em;
}

.TextAreaInput {
	padding: 5px;
}

.TextAreaInput .Label {
	width: auto;
	text-align: center;
	float: none;
}

.FormInput input {
	border: solid 1px #FBE09D;
	width: 19em;
}
.FormInput textarea {
	border: solid 1px #FBE09D;
	width: 29em;
	height: 15em;
	overflow: auto;
}

form button {
	float: right;
	margin-right: 1em;
}

.plug {
	display: block;
	float: left;
  font-size: 10px;
}

.spacer {
	clear: both;
}
