
body 
{
    background-color: #ddddda;
    margin: 0px;
    padding: 0px;        
}

#header
{
    background-color: #eeeee9;
    color: #666655; 
    left: 0px;
    top: 0px;
    height: 130px;
    font-family: "Garamond";
    font-size: 25px;  
}

#headerSmall
{
    font-family: "Garamond";
    color: #666655; 
    font-size: 16px;  
}

#divider
{
    background-color: #cfcfcc;
    height: 10px;
}


#about
{
    /*background-color: #cfcfcc;*/
    color: #888866; 
    position: absolute; 
    left: 20px;
    top: 250px;
    width: 50px;
}


#publications
{
    /*background-color: #cfcfcc;*/
    color: #888866; 
    position: absolute; 
    left: 120px;
    top: 250px;
    width: 100px;
}

#solar
{
    color: #888866; 
    position: absolute; 
    right: 10px;
    top: 250px;
    width: 200px;
}


#featuredLinks
{
    color: #880000; 
    font-family: "Arial";
    font-size: 30;  
    width: 820px;
}








