
body {
	margin: 0; 
	padding: 0; 
	background:#FFF;
   font-family: Verdana, Geneva, sans-serif; 
   font-size: 0.8em; 
   min-width: 500px; 
}

A 
{
	font-weight: bold;
	color: #FF8000;
}
A:link 
{
	font-weight: bold; 
	text-decoration: none;
	color: #FF8000;
}
A:visited	
{ 	
	font-weight: bold; 
	color: #B1D3EC; 
	text-decoration: none; 
}
A:active 
{ 
	font-weight: bold; 
	color: #999999;  
}
A:hover		
{
	font-weight: bold;
	color: #FFF; 
	text-decoration: none;
	background-color: #CCCCCC; 
}

#wrapper {
	margin:0 auto;
	width:500px;
	text-align: left;
}

#banner {
margin: 0  20px; 
background: #FFF url(i/rotate.php) no-repeat;  
width: 500px; 
height: 153px; 
}

#content {
margin: 10px 20px; 
width: 500px; 
text-align: right; 
}

#blurb {
}

#imagelinks {
border-bottom: 2px solid #000; 
}