    body { 
        padding: 0px; margin: 0px; 
        font-family: verdana, arial;
    }
    
    #layout {
        width: 1128px;
        height: 690px;
        position: absolute;
        top: 0px;
    }
    
    #topLogoDiv {
        position:absolute;
        top: 0px;
        left: 475px;
    }
    
    #topHeaderBg {
        position:absolute;
        top: 0px;
        left: 735px;
        width: 320px;
        height: 108px;
        background-image: url(../images/st-top-bg.jpg);
    }
    
    #topCornerDiv {
        position:absolute;
        top: 0px;
        left: 1055px;
        width: 73px;
        height: 108px;
        background-image: url(../images/st-top-corner.jpg);
    }
    #socialNetworkDiv {
        position: absolute;
        top: 108px;
        left: 475px;
        text-align:right;
        width: 580px;
        height: 41px;
    }
    
    #contentDiv {
        position: absolute;
        top: 149px;
        left: 475px;
        width: 578px;
        height: 340px; 
        overflow: auto;
    }
    
    #rightBg {
        position: absolute;
        left: 1055px;
        top: 108px;
        width: 73px;
        height: 390px;
        background-image: url(../images/st-right-bg.jpg)
    }
    
    #bottomBg {
        position: absolute;
        left: 475px;
        top: 498px;
        height: 192px;
        width: 260px;
        background-image:url(../images/st-bottom-bg.jpg);
    }
    
    #fruitBottom {
        position: absolute;
        left: 735px;
        top: 498px;
        height: 192px;
        width: 393px;
        background-image: url(../images/st-bottom-right.jpg);
    }
    
    #twitter_update_list {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        font-size: .8em;
    }
    
    .flickrDiv img {
        margin-right: 10px;
    }
    
    h4 { margin: 0px; padding: 0px; border-bottom: 2px solid #43a33f; color: #43a33f; }
    a { color: #43A33F; }
    a:hover { color: #D53128; }
    
    .footer {
        text-align:center; font-size: .7em; width: 1128px; position: absolute; top: 680px; margin-bottom: 3px;
    }
    
    .testimonial { font-size: .8em; margin: 15px; }
    .testimonialName { text-align:right;}
    #printHeader {visibility: hidden; height: 0px; width: 0px; display: none; }
