#screen{
    background: #f1f7fc url(/images/carouselbg-trans.png) scroll repeat-x;
    margin:0 auto;
    position:relative;
    height:350px;
    width:950px;
}
    #navigation{
        width:950px;
        background-color:#fff;
    }
        #navigation ul{
            float:right;
            margin:0;
        }
            #navigation li{
                float:left;
                margin:0 0 0 4px;
                padding:5px 10px;
                background-color:#eee;
            }
    
#sections{
    overflow:hidden;
    width:950px;
    height:350px;
    clear:left;
    margin-left:0px;
}

#sections ul, li{
        padding:0;
        margin:0;
        list-style:none;
}
    #sections ul{
        width:5400px;
    }
        #sections li{
            float:left;
            padding:11px 0;
        }
            #sections table{
                width:950px;
                margin:16px 0;
                padding:0 15px;
            }
                #sections table td {
                    margin:0;
                    padding:10px 0 0 15px;
                    border:none;
                    width:430px;
                    text-align:left;
                    vertical-align:top;
                    font-size:1.2em;
                    line-height:150%;
                }

.clear{
    clear:both;
    width:0;
    height:0;
}


