body{
margin: 0;        
padding: 0; 
background-color: white;
color: #000;
font-size: 76%;
}

a:link {  color: #000;}
a:visited {color: #999999; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; }

div#nav{
position: absolute;
top: 30px;
left: 30%;
font: 1.2em garamond,helvetica,sans-serif;
background-color: white;
color : 000;        
height: 50px;   
}                       

div#nav ul {
list-style-type: none;             
}
div#nav ul li 
{
display: inline;
}

div#nav li a{
background-color: white;          
color : #000;  
}

div#nav li a:hover{
background-color: white;     
color: #660099;    
text-decoration: none;     
}  

div#content {
position: absolute;
top: 120px;
left: 218px;
right: 10px;
}

.thumbnail      /*added this*/
{
float: left;
width: 120px;
margin: 8px 0 0 10px;
padding: 8px;
}

.thumbnailg
{float: left;
width: 225px;
padding: 5px;
}
.clearboth { clear: both; }         /*to here*/

img{border: 0;}
#content h1{
font: bold 1.8em garamond, arial,sans-serif;
color: #000;
background-color:white;
}
#content h2 {
font:bold 1.5em garamond,arial,sans-serif;
color: #000;
background-color:white;
}
p {
font: 1.2em/140% garamond,arial,sans-serif;
color: #000;
}
.small
{
font: 1em garamond,arial,sans-serif;
color: #000;
background-color:white;
text-align: center;
}
hr{
height: 2px; 
width: 90%;
text-align:center; 
color: #999999; 
border: none; 
background-color: #999;
} 
div#sidebar {
position: absolute;
top: 50px;        
left: 10px;       
width: 180px; 
}

div#sidebar div.feature {
font: 1.2em/140% garamond,helvetica,sans-serif;
color : #000;                
background-color : #ccc;                                                             
margin-bottom : 12px;             
padding: 2px;                          
}

div#sidebar div.feature ul{
margin : 0;                   
padding : 0 0 8px 10px;                     
background-color: white;    
                            
}                                          
div#sidebar div.feature ul li{
color: #000;                      
background-color : white;  
list-style-type: none;
}
div#sidebar div.feature ul li a{
color: #000;                 
background-color : transparent;      
text-decoration : underline;     
}

div#sidebar div.feature ul li a:hover{
color: #660099;
background-color: white;    
text-decoration : none;
}
div#sidebar h2{
font: bold 1.1em garamond,helvetica,sans-serif;                
margin : 0;
padding : 0;
color: #000;                   
}
