#dropdownmenu {
width: 100%;
float: right;
padding-bottom: 5px;
border-bottom: 2px solid #00AACC;
}

#dropmenu a {
color: #0AC;
background-color: #FFFFFF;
}

#dropmenu a:hover {
color: #000000;
background-color: #0AC;
}

#content {
     width:580px;
     }
  
#sidebar {
     width:300px;
     }

a { color: #0AC;
     text-decoration: none;
     }

a:hover {
     text-decoration: underline;
     }

#container h1 a {
     color: #0AC;
     font-family: futura, helvetica, arial, sans-serif;
     font-size: 48px;
     }