@charset "utf-8";
body {
	background-color: #382512;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #382512;
}
#contact {
	float: right;
	text-align: right;
}
#header {
	background-image: url(/images/D-header.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	height: 70px;
}
#navigation {
	background-image: url(/images/D-navigation.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8D7BB;
	height: 21px;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
}
#content {
	background-image: url(/images/D-contentBackground.jpg);
	background-repeat: repeat-y;
	padding: 20px;
}
#footer {
	color: #EED9BE;
	padding-top: 5px;
}
#wrapper {
	margin: auto;
	width: 850px;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #781d05;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.imgR {
	margin-left: 20px;
	border: 1px solid #82502D;
}
a:link {
	color: #781D05;
}
a:visited {
	color: #781D05;
}
a:hover {
	color: #FF6600;
}
#pullout {
	float: right;
	width: 200px;
	margin-left: 20px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: inset;
	border-left-style: inset;
	border-bottom-color: #6A4622;
	border-left-color: #6A4622;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.white {
	color: #FFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
