a img,
td img {
	display: block;
	border: none;
}

p img {
	display: inline;
}

img, div, .border {
	behavior: url(/css/iepngfix.htc);
}

td, th {
	vertical-align: top;
}

strong {
	font-weight: bold;
}

html, body {
	background: url(/images/body-bg.jpg) repeat-x;
	padding: 18px;
}

a {
	color: #3a1f15;
	text-decoration: underline;
}

.highlight {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom:1px;
	background-color: #d9c983;
/*	background-color: #f2e985;*/
}

#page {
	width: 785px;
	margin: auto;
}

#navigation {
	background:url(/images/nav-spacer-bottom.jpg) repeat-y;
}

#navigation img {
	display: block;
	border: none;
}

#content {
	background:url(/images/content-bg.jpg) no-repeat top left;
	padding: 20px 20px 0px 20px;
}

#content h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: normal;
	color: #3a1f15;
}

#content h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	color: #3a1f15;
}

#content h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	color: #3a1f15;
}

#content p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	color: #3a1f15;
	margin-bottom: 1em;
}

#content li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3a1f15;
	margin-left: 2em;
	list-style: circle;
}

hr.faq {
	width: 75%;
	text-align: center;
	opacity: .3;
	filter: alpha(opacity = 30);
}

#copyright {
	margin-top: 75px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: normal;
	color: #3a1f15;
	text-align :center;
}


table.form th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3a1f15;
	padding: 5px;
	text-align: right;
}

table.form td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3a1f15;
	padding: 5px;
	text-align: left;	
}


input.error,
textarea.error {
	background: #ffaaaa;
	border: 2px solid #ff0000;
}



/* Gallery */
.gallery_photo {
	width: 118px;
	padding: 3px;
	margin: 3px;
	background: #ffffff;
	border: 1px solid #776d60;
	float: left;
	text-align: center;
}

.gallery_photo img {
	text-align: center;
	margin: auto;
	border: 1px solid #7f7c79;
}



/* Showcase Images */
#showcase {
	text-align: center;
	width: 100%;
}

#showcase img {
	display: inline;
	margin: 15px;
	padding: 3px;
	border: 1px solid #666;
	background: #fff;
}