/* Global Elements */
body {
	background-color: #685b40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
p, ul {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
#quote {
	clear: both;
	float: right; 
	width: 450px; 
	color: #999999; 
	font-style: italic;
}
.psmall {
	font-size: .7em;
	line-height: 1.2em;
	word-spacing: 2px;
}
p.line {
	width: 500px;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}
p.noline {
	width: 500px;
	padding: 5px 0 0 0;
}
p.borderline {
	padding: 0 10px 20px 0;
}
a:link {color: #cb6112; text-decoration: none;}
a:visited {color: #cb6112; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {color: #cb6112; text-decoration: none;}

#wrapper {
	position: absolute; 
	clear: both; 
	left: 50%; 
	width: 860px; 
	margin-left: -430px; 
	padding: 0;
}
#container {
	width: 858px; 
	background: url(images/container-bg.gif) repeat-y top; 
}
ul.copy{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
/* Footer */
#footer {
	padding: 15px 10px 0 10px;
	border-top: 2px #685b40 dotted;
	color: #685b40;
	background-color: #FFFFFF;
}
#credits {
	position: relative;
	clear: both;
	width: 858px;
	margin: 0 0 0 25px;
	height: 30px;
	bottom: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	word-spacing: 2px;
	color: #FFFFFF;
}
/* Menu */
#menu {
 	position: relative;
	width: 839px;
    height: 33px;
	margin: -10px 30px 15px 10px;
	padding: 0;
	background-color: #685b40;
}
#menu li { 
	float: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
#menu a {
	float: left;
	padding: 7px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	padding: 7px 15px;
	border-bottom: 5px #cb6112 solid;
	text-decoration: none;
}
#menu a.current {
	color: #cb6112;
	border-bottom: 5px #cb6112 solid;
	text-decoration: none;
}
/* Main Content */
#box {
 	position: relative;
	width: 810px;
	margin: 15px 35px -15px 25px;
	padding: 0;
}
.lefty{ 
	float: left;
	width: 295px;
	margin: 0; 
	color: #685b40;
}
.righty {
	float: right;
	width: 490px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px #685b40 dotted;
}
h1 {
	margin: 0;
	padding-bottom: 2px;
	text-align: left;
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
}
h2 {
	margin: 0;
	padding-bottom: 2px;
	text-align: left;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #cb6112;
}
.gallery {
	width: 420px;
	background-color: #ad753c;
	padding-bottom: 8px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 4px;
	border: 1px #e6caa0 solid;
}
.gallery a {
	color: #FFFFFF;
	text-decoration: none;
}
.emailbox {
	margin: 0 0 20px 0; 
	padding: 0; 
	color: #685b40;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgb {
	border: 1px solid #CCCCCC;
}
.imgb a:hover {
	border: 0;
	text-decoration: none; 
}
.noborder:hover {
	border: 0px;
	text-decoration: none;
}
.hrcolor {
	color: #685b40;
}
.spacer {
	clear: both;
}