body {
margin: 0 auto;
padding: 0;
font-family: Verdana, Tahoma, Sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#container {
color: #544524;
margin: 0 auto;
width: 760px;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 12px;
}

#menu ul {	
list-style: none;
width: 140px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 2px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
font-size: 12px;
padding: 9px 0 0 10px;
background: url('img/navbg.gif') repeat-x;
border-bottom: 1px solild #505050;
border-left: 4px solid #D8C28F;
}	
	
#menu li a:hover {
background: url('img/navbg-o.gif') repeat-x;
color: #815600;
border-left: 4px solid #EBD299;
}

#content {
margin: 0px 0px 20px 145px;
padding: 0px 10px 0px 10px;
text-align: justify;
font-size: 13px;
}

#content img {
border: 1px solid #AF9F78;
padding: 0px;
margin: 0 0 0 0;
}

a img {
border: 0px;
}

.right {
float: right;
padding-left: 5px;
font-size: 9px;
font-weight: bold;
text-align: center;
}

#copyright {
clear: both;
padding: 3px;
border-top: 1px solid #BEAE8E;
font-size: 10px;
text-align: center;
}

a {
color: #4F3700;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #4F3700;
text-decoration: underline;
}

.arch_title {
background-color: #675000;
padding: 5px;
color: #FFF;
font-size: 14px;
font-weight: bold;
}

.arch_title a {
color: #FFF;
text-decoration: none;
}

.arch_title a:hover {
color: #FFF;
text-decoration: underline;
}

.arch_desc {
background-color: #E2D4A2;
padding: 5px;
margin-bottom: 10px;
}