body {
    
font: 12pt Verdana, Arial, Georgia, sansserif;
    
}

#header {
    
width: auto;
    
}

#logo {
    
float: left;
    
}

#nav {
    
float: left;
    
}

#nav ul {
    
list-style: none;
    
display: inline;
    
}

#nav li {
    
display: inline;
    
}

#content {

width: auto;
    
float: left;
    
clear: left;
    
}

#content a {
    
text-decoration: none;
    
font-weight: bold;
    
}