body { 
	background: #a36a32;
	margin: 0;
	color: #000;
	font: 80% Arial, Verdana, Helvetica;
}

A:link { color: #a36a32 }
A:visited { color: #7f4d1c }
A:active, A:hover { color: #205563 }

h1 { 
	color: #000;
	font: 150% Georgia, Times New Roman, Times;
}

h1.special { font: 30px; margin-bottom: -5px;}

h2 {
	color: #c4a77d;
	font: 150% Georgia, Times New Roman, Times;
}
h3 {
	color: #c4a77d;
	font: italic 140% Georgia, Times New Roman, Times;
}
h4 {
	color: #c4a77d;
	text-transform: uppercase;
	font: bold italic 120% Georgia, Times New Roman, Times;
}
h5 {
	color: #c4a77d;
	font: bold italic 120% Arial, Helvetica, Verdana;
}
h6 {
	color: #c4a77d;
	font: bold 100% Arial, Helvetica, Verdana;
}
hr {
	height: 1px;
	color: #c4a77d;
}

.pic { margin-left: 10px; }

/* div layout info */
#top {
	width: 100%;
	height: 54px;
	background: url('images/top-bg.gif') repeat-x bottom #a36a32;
}

#body1 {
	width: 100%;
	height: 333px;
	background: #fff3d5;
}

#menu {
	width: 210px;
	height: 333px;
	float: left;
	padding: 5px 0px 5px 15px;
}
	.button {
		padding: 2px 0px 2px 0px;
	}

#homepics {
	padding: 6px 5px 6px 0px;
}
	#homepics img {
		margin-right: 5px;
	}
	
#body2 {
	background: url('images/shadowbg.gif') repeat-x top;
	padding: 10px 7px 10px 3px;
}

#body {
	width: 100%;
	background: #fff3d5;
	min-height: 333px;
}

#gallery {
	width: 100%;
	background: #fff3d5;
	min-height: 333px;
}

#content {
	padding: 10px;
	margin-left: 210px;
}
	html>body #content { margin-left: 225px; }

.box1 {
	width: 355px;
	float: left;
	margin: 2px;
	border: solid 1px #87611e;
	padding: 8px;
	background: #9d6630;
}
	.box1 object, .box1 embed {
		margin-bottom: -5pt;
	}
	
.box2 {
	width: 355px;
	float: left;
	margin: 2px;
	border: solid 1px #c4a77d;
	padding: 8px;

}

.box1 a:link, .box1 a:visited { color: #59340f; }
.box1 a:active, .box1 a:hover { color: #f7d88b; }

#footer {
	clear: both;
	margin-top: 5pt;
	padding: 5px;
	border-top: solid 1px #87611e;
	font: 85% Arial, Verdana, Helvetica;
}

#footer a {
	color: #5f340a;
}

.button a:link, .button a:visited {
	display: block;
	width: 190px;
	height: 40px;
	color: #000;
	border: solid 1px #a36a32;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 188px;
	height: 33px;
}
html>body .button a:link, html>body .button a:visited { width: 188px; height: 33px; }

.button a:active, .button a:hover  {
	color: #000;
	background: #f5e5c0;
}