body {
    background: #00AEEF;
    font-family: verdana, arial;
    font-size:15px;
    color:#555454;
}

div#container {
    margin-left:auto;
    margin-right:auto;
    width: 789px;
    background: #FFFFFF;
}

div#header {
    height:230px;
    background:#FFFFFF;
    position:relative;
    background-image: url(/media/images/base/rotary_norfolk.jpg);
    background-repeat: no-repeat;
    background-position: 100% 10%; 
}

.top {
    position: absolute;
    bottom: 135px;
    padding-left:3px;
    font-size:1.5em;
    color:#00AEEF;
}

.bottom {
    position: absolute;
    bottom: 0;
}

div#menubar {
    float:left;
    width: 168px;
    background:#FFFFFF;
}

div#menubar ul li {
    list-style-type: none;
    width:143px;
    margin-left:-38px;
    margin-bottom:3px;
    padding: 5px 0px 5px 20px;
    background: #00AEEF;
}

div#menubar a, div#menubar a:visited, div#menubar a:link, div#menubar a:active { font-weight: bold; color:#FFFFFF; text-decoration:none;}
div#menubar a:hover { color: #83BB38; }

div#content {
    float:left;
    padding:20px;
    background:#FFFFFF;
    width: 581px;
    position: relative;
}

div#bottom_content {
   position: absolute;
   bottom: 0;
   font-size: 0.8em;
}

a, a:active, a:visited, a:link {color:#00AEEF; font-weight:bold; }
a:hover {}

.sponsor {
    float:left; 
    margin-right:20px;
}

.sponsor img { border: none; }

.sponsor a, .sponsor a:visited, .sponsor a:active, .sponsor a:link {text-decoration: none; font-size:0.9em; color: #00AEEF; font-weight:normal; }
.sponsor a:hover {text-decoration: none; }

