body {
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    
}


a#frontpagelink {
    display: block;
    background-color: #888888;
    height: 40px;
    width: 200px;
    
}

#headerstrip {
    height: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #aaaaaa;
    color: white;
    font-size:36px;
}

#menulevel1strip {
    overflow: hidden;
    width: 100%;
    background-color: #cccccc;
}

#menulevel1strip a {
    display: block;
    float: left;
    color: black;
    font-family: Helvetica;
    font-size: 14px;
    padding: 6px 4px 0 4px;
    height: 20px;
    text-transform: uppercase;
}

#menulevel1strip a:hover { 
    text-decoration: none;
    color: #555555;
}

#menulevel1strip a.selected { 
    background-color: #f0f0f0;
}

#menulevel2strip {
    overflow: hidden;

    width: 100%;
    background-color: #333333;
    clear: both;
}

#menulevel2strip a {
    display: block;
    float: left;
    color: white;
    font-family: Helvetica;
    font-size: 14px;
    padding: 6px 4px 5px 4px;
    text-transform: uppercase;

}

#content  {
    clear: both;
}

#menulevel2strip a:hover {
    text-decoration: none;
    color: #e0e0e0;
}

#menulevel2strip a.selected {
    background-color: #888888;
}
