body {
	background: #fff url(/images/pagebg.jpg);
	padding:0px 0px 8px;
	margin:0 auto;
	text-align:center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:.87em;
}
#wrap {
	text-align:left;
	width:770px;
	margin:0 auto;
	border:4px ridge #b2966f;
	border-top:none;
	min-height:510px;
	background:#fff url(/images/wrapbg.gif) repeat-y;
}
#hdr {
	height:93px;
	padding: 10px 0px 0px;
	background: #fff url(/images/bgtl.jpg) top left no-repeat;
}
#lft, #rght { font-size:.9em; }
#lft {
	float:left;
	background:url(/images/bgbl.jpg) top left no-repeat;
	min-height:420px;
	width:250px;
}
#lft p, #lft ul {
	margin: 0px 8px 8px;
	background:url(/images/lftbg.png);
	padding:.15em .45em .3em;
}
#lft ul, #lft li {
	padding:0;
	list-style-type:none;
}
#lft ul { padding:5px 0px; }
#lft a {
	padding:.15em .45em;
	display:block;
	text-decoration:none;
	color:#713038;
	border-bottom:1px dotted #713038;
}
#lft a:hover, #lft a:active {
	background:#713038;
	color:#fff;
}
#main {
	float:left;
	margin-left:10px;
	width: 305px;
}
#rght {
	float:left;
	margin-left:10px;
	width:195px;
	background:url(/images/bgbr.jpg) top right no-repeat;
	min-height:225px;
	padding:218px 0px 0px;
}
.clr { clear:left; height:1px; margin:0; padding:0; }
#credit { width:778px; margin:1px auto; text-align:right; font-size:.65em; color:#6F2F31; }
#credit a { color:#6F2F31; text-decoration:none; margin-right: 8px; }
#credit a:hover { border-bottom:1px dotted #6f2f31; }
/* styles */
h1 { font-size:1.5em; }
h2 { font-size:1.3em; color:#86313b; margin:0; padding: 5px 0px 7px 42px; }
#main p {
	margin:0;
	padding:.25em .35em;
}
#main hr {
	background:#713038;
	border:none;
	height:1px;
}
.subhd {
	font-size:.7em;
	font-style:italic;
}
#main a { color:#713038; }
#main a:visited { color: #474955; }
#main a:hover, #main a:active { color:red; }
.sil { 
	display:none;
}
form { font-size:.86em; margin:2px 0px 6px; }
form, input.red, textarea {
	border:1px solid #713038;
}
textarea { width: 290px; }
