body {
	background-color: #1b1b1b;
	margin: 0px;
	padding: 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 80%;
}
.footer {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 35px 0 10px 10px;
	background: url(gr/content-bottom.gif) no-repeat #1b1b1b;
	width:800px;
}
.footerSplash {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 5px 0 10px 10px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #CCC;
}
.feature {
	width: 340px;
	padding: 0 40px 0 20px;
	float: right;
}
.feature img {
	padding: 0;
	border: none;
}
.contentSubnav {
	width: 160px;
	padding: 0 20px 0 40px;
	float: left;
}
.contentRight {
	width: 520px;
	padding: 0 40px 0 20px;
	float: right;
}
.photoRight {
	width: 180px;
	padding: 0 40px 0 20px;
	float: right;
}
.contentLeft {
	width: 500px;
	padding: 0 20px 0 40px;
	float: left;
}
.content {
	padding: 0 40px;
	width: 720px;
	float: left;
}
.contentHome {
	background: url(gr/content-bkg2.gif) repeat-y;
}
.contentInterior {
	background: url(gr/content-bkg-interior.gif) repeat-y;
}
.contentInteriorSub {
	background: url(gr/content-bkg-interior-sub.gif) repeat-y;
}
.contentInteriorPhoto {
	background: url(gr/content-bkg-interior-photo.gif) repeat-y;
}
.contentShadow {
	background: url(gr/content-top.gif) no-repeat;
	height: 20px;
}
ul#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 180%;
}
ul#navigation a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	color: #CCC;
	line-height: 100%;
	margin: 0 0 10px;
}
ul#navigation a:hover {
	color: #FFF;
}
ul#navigation li {
	display: inline;
}
ul#navigation a.on {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	color: #FFF;
}

.form p {
	margin-bottom: 2px;
	font-weight: bold;
}
