body{
background:url(/images/bg.gif) repeat-y #772107 top left;
margin:0;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
min-width:800px;
}

A:link{ color:#FFFFFF; text-decoration:none; }
A:hover{ color:#ACCFEE; text-decoration:underline; }
A:active{ color:#FFFFFF; text-decoration:none; }
A:active:hover{ color:#ACCFEE; text-decoration:underline; }
A:visited{ color:#FFFFFF; text-decoration:none; }
A:visited:hover{ color:#ACCFEE; text-decoration:underline; }

#wrap{
width:800px;
margin-left:0;
margin-right:auto;
}

#navlist {
list-style-type: none;
text-align:center;
/* padding-right: 20px; */
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size:16px;
font-variant:small-caps;
font-weight:bold;
color:#B7AB7B;
}

#navlist a:link { color: #B7AB7B; text-decoration:none; }
#navlist a:visited { color: #B7AB7B; text-decoration:none; }
#navlist a:hover {color: #000000; text-decoration:none; }

#featured{
width:620px;
background:inherit;
margin-top: 4em;
margin-bottom: 4em;
color:#C9BA8B;
padding: 1em 3em 1em 1em;
border-width: 1px 1px 1px 1px;
border-color: #C9BA8B;
border-style: solid;
text-align:left;
}

#featured h3 {font-size:13px;}
#featured label {
		display: block;
		padding: 0.66em 0.66em 0.33em ;
		font-size: 1.2em;
}

.hr {
	border-width: .05em;
    border-color: #A58F63;
    border-style: solid;
}

