body {
    background: #000;
    text-align: center;
    margin: 0 auto;
    font-family: georgia, tahoma, verdana, sans-serif;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 992px;
    background-color: white;
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat-y;
    position: relative;
}

#wrapper2 {
    background-image: url('../images/left_bg.jpg');
    background-repeat: no-repeat;
    padding-left: 100px;
    position: relative;
}

#right_dark_bg {
    position: absolute;
    height: 600px;
    margin: 0;
    right: 0;
    top: 0;
    width: 140px;
    background-image: url('../images/right_bg.jpg');
    background-repeat: no-repeat;
}

#logo {
    margin: 0;
    padding: 0;
    height: 109px;
    width: 752px;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    text-indent: -9000px;
}

#menu {
    background-image: url('../images/menu.jpg');
    height: 33px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 752px;
}
    #menu li {
        display: inline;
        list-style-type: none;
    }
    
    #menu li a {
        color: #fff;
        text-decoration: none;
        margin-left: 20px;
        float: left;
        line-height: 33px;
        padding: 0 8px;
        
    }
        #menu li a:hover {
            color: #ddd;
        }
        
        #menu li a.current {
            background: #fff;
            color: #333;
        }
    
#content {
    background-image: url('../images/content_bg.jpg');
    background-repeat: no-repeat;
    padding: 40px 160px 40px 20px;
    overflow: auto;
}
