body {            
	color: #333333;
   margin: 60px;
   padding: 0px;
   text-align: center;    
   font: 9px/1.5 Verdana, Georgia, Hevletica, serif;    
   background-color: #5D685D;
}

#container {
	width: 500px;
	\width: 520px;
	w\idth: 500px;
	border: none;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

.top {
  border: solid 6px #D6D6D6; 
  border-bottom: none; 
  padding: 8px; 
  background-color: #A20000; 
  text-align: right;   
  color: #000000;
}

.top a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
				        	
.top a:visited { 
	color: #FFFFFF;	
	text-decoration: none;		
	font-weight: normal;					
}		

.top a:hover { 	
	color: #BEBEA6;
	text-decoration: none;
	font-weight: normal;		
}	

#content {
  border: solid 6px #D6D6D6; 
  background-color: #BEBEA6; 
  height: 200px; 
  padding: 20px; 
  text-align: left;    
  color: #666666
}
		
#left {
	float: left;
	width: 250px;
	line-height: 180%
}

#right {
	float: right;
	width: 160px;
}

a:link { 
	text-decoration: none; 
	color: #8C7800;
	font-weight: normal;
}
		
a:visited { 
	text-decoration: none;
	color: #8C7800;
	font-weight: normal;		
}
	
a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: normal;			
}