/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #435F4D; 
margin : 0; 
border : 0;
padding: 0;
background-color : #A29C7D;
text-align : center;
cursor:default; 
} 

table, tr, td {
margin : auto;  
border : 0; 
} 


A:link {COLOR: #19261D; text-decoration: none; font-weight:bold}
A:visited {COLOR: #19261D; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #BBB27B; text-decoration:underline; font-weight:bold}


#container {
width : 540px; 
margin : auto; 
text-align : center; 
margin-top : 0px;
float : center  
} 

#header {
width : 540px;
margin : 0; 
margin-bottom : 0;

} 

#main {
float : center; 
width : 540px; 
padding-bottom : 0px; } 

#menu {margin : auto; 
float : right; 
width : 300px; 
padding-bottom : 8px; }


.text {
color : #435F4D; 
font-size : 12px; 
font-weight : normal; 
margin-bottom : 20px; 
margin-top : 15px; 
padding-bottom : 2px; 
width : 100%;
text-align : center;  
} 

.title {
color : #453900; 
font-size : 16px;
font-variant:small-caps; 
font-family : Georgia, Serif; 
font-weight : bold;
text-align : right;
border-bottom:1px solid #453900;   
margin-top : 0px;} 



