body {
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #c7c7c7 url(/images/bodybg.gif) repeat-x top;
}
html, body {
	height: 100%;
}
body, td, th, .formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #333;
}
img {
	border: 0;
}
a {
	color: #c7726f;
}
h1 {
	color: #989582;
	font-size: 30pt;
	margin: 0 0 1em 0;
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: left;
	background: #fff;
}
#header {
	background: url(/images/headerbg.gif) repeat-x top;
}
#banner {
	background: url(/images/bannerright.jpg) no-repeat right top;
	height: 154px;
}
#logo {
	height: 129px;
}
#logo img {
	margin: 15px 30px;
}
#nav {
	text-align: center;
}
#nav a {
	color: #fff;
	font-size: 10.5pt;
	text-decoration: none;
	text-transform: lowercase;
	display: inline-block;
	font-weight: normal;
	height: 28px;
}
.topNavLink {
	background: url(/images/topnavdivider.gif) no-repeat right 5px;
}
#nav a:hover, #nav a.active {
	background: url(/images/navright.gif) no-repeat right top scroll;
	color: #989582;
}
#nav a span {
	padding: 2px 5px 8px 8px;
	margin-right: 3px;
	display: inline-block;
	height: 28px;
	cursor: pointer;
}
#nav a:hover span, #nav a.active span {
	background: url(/images/navleft.gif) no-repeat left top scroll;
}
#contentArea {
	padding: 60px 55px 54px 55px;
}
#footerContainer {
	text-align: left;
}
#footer {
	text-align: center;
	position: absolute;
	margin-top: -24px;
	width: 100%;
}
#footerInner {
	background: #646255;
	width: 100%;
	height: 24px;
}
#footer, #footer a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}
#footerLeft {
	float: left;
	padding-left: 20px;
	padding-top: 2px;
}
#footerRight {
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}
.footerDivider {
	padding: 0 6px;
}

#galleryContainer {
	float: right;
	margin-left: 12px;
	width: 450px;
}
#galleryFrame {
	border: 1px solid #ccc;
}
#gallery, #galleryFrame {
	width: 450px;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
}
#galleryButtons {
	height: 29px;
	width: 450px;
	position: absolute;
	margin-top: -8px;
}
.previousButton, .nextButton {
	cursor: pointer;
}
.previousButton {
	float: left;
	padding-left: 6px;
}
.nextButton {
	float: right;
	padding-right: 6px;
}

.clearer {
	clear: both;
}

label {
	display: block;
	float: left;
	width: 130px;
}

.galleryThumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 11px;
	margin-bottom: 11px;
	line-height: 100px;
	text-align: center;
}
.galleryThumb img {
	vertical-align: bottom;
}