body {
       font-size: 11px;
       font-family: Helvetica, Arial, Sans-Serif;
       color:#564b47;
       margin: 0;
       padding: 0;
}

ul {
       list-style:none;
}
strong {
       color: #B06913;
}
img, a img{
        border: 0;
}
.active, li.active a{
        background: #FFF !important;
        color:#B06913 !important;
}

#screen{
       height:574px;
       width:722px;
       position:absolute;
       margin:-290px 0px 0px -361px;
       top: 50%;
       left: 50%;

}

.screen-smallwidth {
       margin-left: 4px !important;
       margin-right: 4px !important;
       left:0 !important;
}
.screen-smallheight {
       margin-bottom: 4px !important;
       margin-top: 4px !important;
       top: 0 !important;
}

.logo-smallwidth {
    margin-left: 2px !important;
}

.logo-smallheight {
    margin-bottom: -4px !important;
}
div#nav-container {
    float:right;
    position:relative;
    height:26px;
}
#navigation{
    width:722px;
    text-align:left;
    margin-left:0px;
    clear:both;
    min-height:127px;

}
   #navigation img{
     border:0;
     margin:-6px 0 20px -95px;
     
   }
    #navigation ul{
        margin:0px !important;
        padding: 0px !important;
    }
        #navigation li{
            float:left;
            margin:0 0 -1px 8px;
            padding: 0;
            background-color:#807F84;
            border: 1px solid #DDD;
            border-bottom:0;
        }
        #navigation li:hover{
            background-color:#DDD;
        }
            #navigation li a{
                color: #FFF;
                font-weight:bolder;
                text-decoration:none;
                padding: 6px;
                line-height:26px;
            }
            #navigation li a:hover{
                background:#EEE;
                color:#B06913;
            }
    
#sections{
    overflow:hidden;
    background-color:#FFF;
    width:720px;
    height:429px;
    clear:left;
    margin:0;
    padding: 0;
    border: 1px solid #DDD;
}
    
    #sections ul{
        width:3660px;
        padding:0;
    }
    
        #sections li{
            float:left;
            padding:16px 40px 10px 40px;
            height: 429px;
            background-image:url(../img/background-m.jpg);
            background-position: bottom right;
            background-repeat: no-repeat;
        }
            #sections li.anders{
                margin-top:429px;
            }
            
            #sections p{
                width:670px;
                margin:16px 0;
                font-size:100%;
                line-height:1.4em;
            }
            
            #sections h2{
                color: #B06913;
                margin:20px 0pt;
                font-size:140%;
            }
            #sections a{
                color:#000;
                font-weight:bolder;
                text-decoration:none;
                border-bottom: 1px dotted #B06913;
            }
            
.copyright {
        display:block;
        float:right;
        font-size: 85%;
        color: #CCC;
}