@import "general.css";

body {
    text-align: center;
    color: #white;
    font: normal normal normal 12px Arial;
}

a {
    color: white;
}

#wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    border-right: 3px solid #eda841;
    background: #5b4a45 url("../../img/site/bg.gif") repeat-y left top;
    
    /* hide from ie6 */
    } html>body #wrapper {
    overflow: hidden;
    
    /* for ie6 */
    } * html #wrapper {
    height: 100%;
}

    #header {
        margin-left: 62px;
        height: 115px;
        background: url("../../img/site/header-bg.gif") repeat-x;
        border-bottom: 8px solid #eda841;
    }
    
        #header .wrapper {
            height: 100%;
            background: url("../../img/site/header-r.gif") no-repeat right top;
        }
    
            #header h1 {
                margin-left: 50px;
            }
            
    #content {
        padding: 20px 112px;
        background: url("../../img/site/swirl_cbg.gif") no-repeat right top;
    }
    
        #nav {
            font-size: 16px;
        }

        h2 {
            font-size: 22px;
            font-weight: normal;
            color: white;
        }
        
        .roll {
            list-style: none;
            padding-left: 300px;
            padding-bottom: 20px;
        }
        
            .roll li {
                margin-bottom: 10px;
                font-size: 18px;
            }
            
        .date {
            font-size: 16px;
            font-weight: bold;
            margin-top: 10px;
        }
        
        .text {
            width: 600px;
            line-height: 20px;
            margin-top: 10px;
            font-size: 16px;
        }
            
#footer {
    position: relative;
    width: 100%;
    height: 100px;
    margin: -100px auto 0 auto;
    text-align: left;
    
    /* for ie6 */
    } * html #footer {
    left: 0px;
    
    /* for ie7 */
    } *:first-child+html #footer {
    left: 0px;
}

    #footer p {
        position: absolute;
        bottom: 20px;
        left: 115px;
    }