body { 
margin: 0; padding: 0;
background: url(background.jpg) repeat;
font-family: georgia, times, serif;
font-size: 14px;
font-weight: normal;
color: #a39d6c;
}

a, a:link {color: #382511; font-weight: bold; text-decoration: none; font-style: italic;}
a:hover {text-decoration: underline; }

img {
padding: 1px;
border: 3px solid #676b38; }

#footer img {
padding: 1px;
border: 3px solid #a39d6c; }

blockquote {
padding: 7px;
border-left: 5px solid #a39d6c;
background: #676b38;
}

select, input, textarea, input {
border-width: 0 0 0 5px;
border-style: solid;
border-color: #a39d6c;
color: #a39d6c;
background-color: #676b38;
padding: 4px;}	

.show_members_no_website {display: none;}
/*LAYOUT*/	

#container {
width: 737px;
margin: 0 auto;
background: #525a37;
border-left: 10px solid #a39d6c;
border-right: 10px solid #a39d6c;

}

#header {
background: url(header.jpg) no-repeat;
color: #131313;
width: 737px;
height: 312px;
}

#sidebar {
float: right;
width: 205px; 
background: #525a37;
}

ul.nav
{
list-style-type:none;
font-size: 0.9em;
padding: 2px;
font-weight: normal;
}

ul.nav li
{
margin-bottom:2px;
width: 180px;
padding: 7px;
border-left: 5px solid #a39d6c;
background: #676b38;
}

ul.nav li a, ul.nav li a:visited
{
font-weight:bold;
text-decoration: none;
color:#a39d6c;
width: 180px;
display: block;
}

ul.nav li:hover, ul.nav li a:hover
{
background-color:#525a37;
text-align: right;
color: #a39d6c;
}

ul.nav li:hover a
{
background-color:#525a37;
color: #a39d6c;
text-align: right;
}

#content {
background: #525a37;
width: 500px;
padding: 5px;}

#content p, #sidebar p {
font-size: 1.0em;
text-align: left;}

#content h1, h1{
padding: 5px;
font-size: 1.4em;
font-weight: normal;
font-style: italic;
border-bottom: 2px solid #a39d6c;
}

#content h2 {
padding: 5px;
background: #676b38;
text-transform: uppercase;
font-size: 0.9em;
font-weight: normal;

}

#content h3 {
margin: 0 5px 5px 5px;
font-size: 0.75em;
font-weight: none; 
border-bottom: 2px solid #a39d6c;
text-transform: uppercase;
text-align: right; 
}

#content h4 {
margin: 0 15px 0 15px;
font-size: 0.75em;
font-weight: none;
border-right: 1px solid #777;
float: right;}


#footer {
clear: both;
padding: 5px;
width: 720px;
margin: 0 auto;
border-top: 10px solid #a39d6c;
background: #676b38;
}

