html, body
{  
margin:0px;  
padding:0px;  
text-align:center;  
font-family:lucida grand,verdana, arial, helvetica, sans-serif; 
color:#a69e8d; 
font-size: 11px; 
background-color:#111;
}  

b 
{
color: #72614A;
font-weight: normal;
}

a:link, a:visited 
{
text-decoration: none;
letter-spacing: 1px;
color: #6C4817;
}

a:hover  
{
color: #2B1D0A;
}

a:active
{
text-decoration: none;
letter-spacing: 1px;
color: #6C4817;
}

p 
{
margin: 10px 5px 10px 50px;
padding: 0px;
font-size: 11px;
}


#layout
{  
width:800px; 
text-align:left;  
margin:auto;  
background-color:#111;
}  

#header
{	
background: url(layout.png) no-repeat;
height: 511px;
margin:10px 0px 0px 0px;	
padding:0px 0px 0px 0px;	
border-style:solid;	
border-color:black;	
border-width:0px 0px; 
top and bottom borders: 1px; 
left and right borders: 0px; 	
line-height:11px;
background-color:#111;
}  

#body 
{
width: 790px;
margin: 0px;
padding: 0px;
text-align: center;
background-color:#f2e7cd;
float: left;
padding-right: 10px;
}

#content 
{ 
width: 520px; 
padding: 0px 0px 0px 30px; 
text-align: left;
float: right;
margin: 0px 0px;
}

#menu 
{ 
width: 200px;
padding:0px 0px;
margin: 0px 0px;
text-align: center; 
padding-left: 30px;
float: left;
}

#menu a 
{
background-color: #fff9eb;
border-left: 0px;
font-family: verdana, sans-serif;
font-size:12px;
color: #a69e8a;
display: block;
width: 200px;
line-height:15px;
text-align:center;
text-decoration: none;
}

#menu a:hover 
{
background-color: #ccc3ad;
font-family: verdana, sans-serif;
font-size:12px;
color: #ffffff;
display: block;
width: 200px;
text-align:center;
text-decoration: none;
}

#menu li 
{
margin-bottom: 2px;
background-color: #ccc3ad;
font-family: verdana, sans-serif;
font-size:10pt;
color: #ffffff;
display: block;
list-style:none;
line-height:15px;
width: 200px;
text-align:center;
text-decoration: none;
}

ul, li 
{
padding:0px;
margin: 0px;
list-style:none;
}

h1 
{
font-size: 12pt;
font-family: georgia;
color: #ccc3ad;
text-transform:uppercase;
text-align: center;
font-weight: bold;
line-height: 15px;
letter-spacing: 3px;
border-bottom: 2px solid #fff9eb;
}

blockquote
{
padding:3px 3px 3px 3px;
margin:20px 20px 20px 40px;
background-color: #fff9eb;
color: #a69e8a;
}

#footer
{	
clear: both;
margin:10px 0px 0px 0px;	
padding:5px 0px 0px 10px;	
border-width:0px 0px; 
top and bottom borders:0px; 
left and right borders: 0px; 	
line-height:11px;
background-color:#f2e7cd;
}  

input, textarea, option, select 
{
font-size: 11px;
font-family: verdana, arial, tahoma;
background-color:#fff9eb;
padding: 2px;
color: #917e2a;
border: 0px;
}