#main {
    position: relative;
    clear: both;
    top: 20px;
    margin-top: 0
}

h1 {
    margin: 0 0 1em 0;
}

#intro {
    background: #E9FFD8 url(../images/corner-green-tl.png) no-repeat left top;   
    width: 620px; 
}

#intro2 {
    background: #E9FFD8 url(../images/corner-green-bl.png) no-repeat left bottom;  
    padding: 0 20px;
    width: 580px;
    height: 285px;
}

html>body intro2 {
    padding: 10px 20px;
    height: auto;
}

#main-pic {
    background: transparent url(../images/main-pic-about-us.jpg) no-repeat right top;
    overflow: visible;
    position: absolute;
    right: 0;
    top: -14px;
    padding: 0;
    height: 348px;
    width: 282px;
}

#intro .col-left {
    float: left;
    padding: 0 20px 0 0;
    width: 250px;
}

#intro .col-right {
    float: left;
    padding: 0 0 0 20px;
    width: 289px;
    border-left: 1px solid #BDDEA5;
}

#col-left {
    float: left;
    padding: 60px 20px 10px 20px;
    width: 386px;
    background: #FDFFEA url(../images/logo-baywest.png) no-repeat 10px 10px;
    margin: 38px 10px 0 0;
}

html>body #col-left {
    margin: 18px 10px 0 0;
    width: 394px;
}

#col-right {
    float: left;
    margin: 38px 0 0 10px;
    padding: 60px 20px 10px 20px;
    width: 386px;
    background: #FDFFEA url(../images/logo-gojo.png) no-repeat 10px 10px;
}

html>body #col-right {
    margin: 18px 0 0 10px;
    width: 394px;
}

#main p {
    margin: 1em 0;
}

.highlight {
    color: #2E8741;
    font-size: 1.2em;
    font-weight: bold;
}
