#bodyheight{height:510px}

/* defines color and font style for general links */
a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	background-color: #89301d;
	text-decoration: none;
}

/* link darkens when hovered over w/o underline */
a:hover {
	color: #c6a589;
	background-color: #89301d;
	text-decoration: none;
}

.about-main {
  	font-weight: bold;
	color: #c6a589;
	background-color: #89301d;
	font-size: 12px;
	width: 845px;
	line-height:225%;
}

.about-leftp {
	width:325px;
	display:inline;
	float:left;
	padding-top:80px;
}

.about-rightp {
	width:310px;
	display:inline;
	float:right;
	padding-top:80px;
}

.activemenu {
    color: #c6a589;
	background-color: #89301d;
}

.contact-main {
	width:575px;
	padding-left:210px;
}

.contact-inner {
	padding-top:25px;
}

.inactivemenu {
    color: #ffffff;
	background-color: #89301d;
}

.darktext { /* darker, bold text found in Ordering and Showroom */
	font-weight: bold;
	color: #c6a589;
	background-color: #89301d;
	font-size: 12px;
}

/* footer text links */
.footerlink {
	font-size: 12px;
	color: #c6a589;
	background-color: #89301d;
}

/* footer text links brighten when hovered over */
.footerlink:hover {
	color: #ffffff;
	background-color: #89301d;
}

.gallerySpecificMain{
	width: 885px;
}

.gallerySpecificThumbs{
	width: 830px;
	padding-left: 55px;
	line-height: 150%;
}

.homeMain{
	width: 885px;
}

.homeDescription{
	width: 830px;
	padding-left: 55px;
	padding-top: 20px;
	line-height: 150%;
}

/* all headers are white */
h1, h2, h3, h4, h5 {
	color: #ffffff;
	background-color: #89301d;
}

/* defines general styling for all pages */
html,body {
    margin: 5px;
    border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #89301d;
}

/* images have no borders */
img {
	border-width: 0px;
}

/* image links have no borders or colors */
.imglink {
	color: #a1594a;
	background-color: #89301d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* image links don't change when hovered over */
.imglink:hover {
	background-color: #89301d;
	color: #89301d;
	border-style: none;
	text-decoration: none;
}

/* colors for contact form */
.input {
	background-color: #a1594a;
	border-width: 1px;
	color: #ffffff;
}

/* links enclosed in other text are white */
.linksmall {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #89301d;
}

/* links enclosed in other text darken when hovered over */
.linksmall:hover {
	font-weight: bold;
	color: #c6a589;
	background-color: #89301d;
}

.orders-main {
	width:875px;
	font-weight: bold;
	color: #c6a589;
	background-color: #89301d;
	font-size: 12px;
	line-height:150%;
}

.orders-topp {
	padding-top:60px;
}

.orders-bottomp {
	padding:20px;
}

.orders-bottomimg {
	float:left;
	padding-right:25px;
}

.whitetext { /* white, bold text */
	font-weight: bold;
	color: #ffffff;
	background-color: #89301d;
	font-size: 12px;
}

.singlewhitetext { /* white, bold text */
	font-weight: bold;
	color: #ffffff;
	background-color: #89301d;
	font-size: 12px;
	line-height:150%;
}