
html, body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    }

#header {
    background: url(/6975/skins/ramb/cityscape/header.jpg) no-repeat;
    width: 792px;
    height: 141px;
    color: #006;
    margin-bottom: 0px;
    }

#topnav {
    margin: 0;
    padding: 0;
    background: url(/6975/skins/ramb/shared/top_nav_bg.png) no-repeat bottom left;
}

#topnavcontent {
    margin: 0;
    /* sum of width + margin should be 790 */
    width: 610px;
    margin-left: 145px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
}
    
#sidenav {
    width: 137px;
    position: absolute;
    left: 0;
    top: 145px;
    background: #C6C8CA url(/6975/skins/ramb/shared/side_nav_bg.png) no-repeat bottom left;
    font-size: 10px;
    }
    
#content {
    padding: 10px;
    margin: 20px 0 10px 145px;
    width: 680px;
    }

#content_box {
    padding: 6px 15px;
}

#tagline {
    height: 30px;
    color: white;
    margin: 0;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
    background-color: #6C6C6E;
}
    
#footer {
    width: 800px;
    background-color: #fff;
    color: #006;
    font-size: 11px;
    text-align: right;
    padding: 2px 10px 0 0;
    clear: both;
    }

p {
    padding: 0;
    margin-top: 0px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
    }

dd, dt {
    font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    }

