body {
	font-family: Georgia, Garamond, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/structure/textured_bkg.jpg);
		scrollbar-3dlight-color:#BAB694;
    scrollbar-arrow-color:#AAA57B;
    scrollbar-base-color:#F7F1CA;
    scrollbar-darkshadow-color:##AAA57B;
    scrollbar-face-color:#F7F1CA;/*#AAA57B*/
    scrollbar-highlight-color:#BAB694;
    scrollbar-shadow-color:#57553F;

}

div#head {
 width: auto;
 margin: 0;
 background-image: url(../images/structure/header_bkg.gif);
 background-repeat:repeat-x;
 height: 68px;
}


div#logo {
background-image: url(../images/structure/logo.gif);
width:216px;
height:100px;
background-repeat: no-repeat;
margin: 12px 0 0 20px;
position: absolute;

}

div#body {
	width: 60%;
	/*margin-left: 40%;*/
	margin: 2em auto auto auto;
	padding:0 10px 80px 0;
	background-image: url(../images/structure/swash.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

div#image {
 width: 38%;
 display: none;
}

div#foot {
 height: 43px;
 background-image: url(../images/structure/footer_bkg.jpg);
 text-align: right;
 padding: 0;
 width: 100%;
 margin: 0;
 clear: both;
}

div#contact {
 font: .8em verdana,arial,helvetica,sans-serif;
 background-color: #AAA57B;
 color: #FEFADB;
 padding: .5em;
 border-top: 2px solid #B33012;
 
}
div#body h1 {
 width: auto;
 text-align: center;
 padding: auto;
 position: fixed;
}

div#body h2 {
 font: bold 1.2em Georgia, Garamond, serif;
 color: #B33012;
}

div#body h3 {
 font: bold 1em Georgia, Garamond, serif;
 color: #AAA57B;
}

div#body p, ul li, ol li {
 color: #660000;
 line-height: 1.8em;
}

.right {
float: right;
}
.left {
float: left;
}
.border {
 border: 3px outset #AAA57B;
 margin: 1em;
}

ul li {
	font-size: .8em;
	list-style-image: url(../images/structure/bullet.gif);
	margin-bottom: 1em
}

ol li {
	font-size: .8em;
	margin-bottom: 1em
}

p.pullquote {
	width: 12em;
	text-align: center;
	font: bold italic 1em inherit;
	color: #B33012;
	border-top: solid 3px #B33012;
	border-bottom: solid 3px #B33012;
	margin: .5em;
	padding: .5em;
	float: right;
	line-height: 1.1em!important;
}

p a:link, p a:visited {
 color: #AAA57B;
 text-decoration: none;
}

p a:hover, p a:active {
 color: #B33012;
 background-image: url(../images/structure/link_dingbat.gif);
 background-repeat: no-repeat;
 background-position: center bottom;
 overflow: show;
 padding-bottom: 5px;
}