body {
background: url(../images/orange-page-bg.jpg) repeat-x top left #000000;
}
#subnav h1 {
float: left;
margin-right: 10px;
}
#nav li a {
color: #b9a399;
}
.customnav {
padding-top: 12px;
}
.clear {
clear: both;
}
.heading {
margin-bottom: 6px;
}

#content { float: left; width: 507px; }

#content h2 {
color: #b3b3b3;
font-weight: lighter;
font-size: 18px;
}
#content h2 span {
color: #ffb6b6;
}
#content h2.indent {
margin-left: 6px;
margin-bottom: 5px;
}
#content h3 {
font-size: 12px;
color: #ed9581;
font-weight: normal;
}
#content p {
color: #e5ddcb;
}
#content p.ext_images {
text-align: center;
}
#content p.ext_images img {
margin: 0 10px;
}
#content a, #content a:visited {
color: #ffcdb6;
text-decoration: none;
}
#content a:hover {
color: #ffffff;
}
#content .peach {
color: #ed9581;
margin-bottom: 0;
}
#content img.imageright {
float: right;
margin-left: 5px;
margin-bottom: 5px;
}
#content p.collection {
	background-color: #7c7c7c;
	color: #323232;
	margin-bottom: 2px;
	width: 499px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Contact Table */

td {
padding: 2px 0;
vertical-align: top;
color: #7c7c7c;
}
td.main_tablehead {
background-color: #7c7c7c;
color: #323232;
padding: 4px;
}
td.labels {
width: 120px;
text-align:right
}
td.fields {
width: 294px;
}
td.fields select, td.fields input, td.fields textarea {
width: 294px;
}
td.fields textarea {
height: 75px;
}
td.submitbutton {
text-align: right;
background-color: #7c7c7c;
padding: 4px 0;
}
.form_validation_field_error_error_message {
color: #CC9900;
}
