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

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


A:link {COLOR: #B09346; text-decoration: none; font-weight:bold}
A:visited {COLOR: #B09346; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #2B1700; text-decoration: underline; font-weight:bold}


#container {
width : 437px; 
margin : auto; 
text-align : center; 
margin-top : 0px;
float : center;
background-color : #3C380B;} 

#header {
width : 437px;
margin : 0; 
margin-bottom : 0;
} 

#footer {
width : 437px;
margin : 0; 
margin-bottom : 0;
} 

#body {float : center; 
width : 437px;  } 

#main {margin : auto; 
float : center; 
width : 300px; }



.title {
	font: 14px Georgia;
	font-variant:small-caps;
	font-weight: bold;
	color: #0D0C01;
	border-top: 1px dotted #0D0C01;
	padding:1px;
    letter-spacing: 2px;
    text-align: center}
