body {
	margin: 0;
	background-color: #997f5f;
	font-family: Verdana, sans-serif;
	color: #0f0d0b;
	-webkit-text-size-adjust: none;
}

strong {
	font-weight: bold;
}

/* @group a */

a {
	text-decoration: none;
	color: #39477b;
}

a:hover {
	text-decoration: underline;
	color: #54340b;
}

p.contact a {
	text-decoration: none;
	color: #d2d3c1;

}

p.contact a:hover {
	text-decoration: underline;
	color: #d2d3c1;
}



/* @end */

/* @group structure */

#container {
	width: 852px;
	margin: 30px auto 20px;
}

#box {
	border: 1px solid #000;
	background-color: #a5da6a;
}

#top {
	width: 100%;
	background: url(header.gif) no-repeat 0 top;
}

#left {
	width: 450px;
	float: left;
	padding-left: 45px;
	padding-top: 100px;
	padding-bottom: 20px;
}

#right {
	float: right;
	width: 242px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
}

div.photo img {
	border: 1px solid #3d2422;

}

div.quote {
	border: 1px solid #809382;
	margin-top: 30px;
	background-color: #cef5ac;
	padding: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #750600;
	text-align: justify;
	margin-bottom: 40px;
}

#bottom {
	background-color: #54340b;
}

.hide {
	visibility: hidden;
}



/* @end */

/* @group text */

p.header1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px dotted #452421;
	letter-spacing: 1px;
	padding: 15px 5px 8px;
	margin: 0 0 10px;
}

#topnav {
	font-size: 11px;
	margin: 0 0 10px;
	padding-left: 55px;
	text-align: center;
	padding-bottom: 5px;
}

#left ul {
	padding-left: 30px;
}

#left ul li {
	padding-top: 7px;
}

.text {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

p.contact {
	font-size: 12px;
	color: #d2d3c1;
	margin: 0;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
}

p.caption {
	font-size: 11px;
	margin: 0;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	line-height: 1.25;
	color: #6b6c62;
	padding-top: 6px;
}

p.qtext {
	font-size: 12px;
	margin: 0;
}

p.quotecredit {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0;
}

p.design {
	font-size: 10px;
	color: #54340b;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}



/* @end */

/* @group Navigation */

#links {
	height: 35px;
	padding-top: 20px;
	background: #54340b url(bgwave.gif) no-repeat center top;
}

#navbar, #navbar ul {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #d2d3c1;
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

#navbar a {
	display: block;
	float: left;
	padding: 7px 15px 8px;
	text-decoration: none;
	color: #d2d3c1;
	}
	
#navbar li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px dotted #664f3c;
}

#navbar a:hover {
	color: #d2d3c1;
	background: #8b612a;
}

#navbar li.active {
	color: #d2d3c1;
	background: #8b612a;
}

#navbar li.spacer {
	width: 15px;
	color: #54340b;
	border-bottom: none;
	border-top: none;
	padding: 7px 15px 8px;
}


/* @end */
/* @group clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block }

/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End hide from IE-mac */
	
/* @end */
