#bg {
    background-image: url("../img/bgs/about.jpg");
    height: 990px;
    }

#nav {
    position: absolute;
    top: 189px;
    left: 70px;
    }
    
    #nav ul{
        margin: 0;
        padding: 0;
        }
        
        #nav li {
            margin: 0;
            padding: 0 10px 0  20px;
            float: left;
            list-style: none;
            }

        #nav a {
            color: #1f1a14;
            display: block;
            padding: 8px 0 16px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            }

        #nav a.current {
            background: url("../img/about/nav_bg.png") no-repeat;
            background-position: bottom center;
            }

    #content {
        position: absolute;
        top: 250px;
        left: 129px;
        width: 740px;
        }
        
        #content h2 {
            color: #1f1a14;
            }
            
        #content p {
            color: #1f1a14;
            padding: 0 20px 15px 0;
            margin: 0;
            line-height: 25px;
            }
        
        
        #content h3 {
            margin: 0 0 20px;
            padding: 0;
            color: #70685e;
            font-size: 18px;
            }
            
        #content .body {
            width: 495px;
            float: left;
            }
            
        #content .side {
            width: 245px;
            float: left;
            }

#bottom_mask {
    top: 965px;
    }    
#footer {
    top: 1000px;
    }