/*css for home page*/

/* ============================== Layout ============================== */
#wrapper {
    position: relative;
    width: 850px;
    margin: 75px auto 0 auto;
    text-align: left;
    border: 1px solid #c9472f;
    background: #202e02 url(../images/bg2.gif) repeat-y top left;
    min-height: 700px;
    height:auto !important;
    height: 700px;
}

/* ============================== Main Content ============================== */
#mainContent{
    width: 659px;
    height: 700px;
    margin: 0;
    padding: 0;
    background: #202e02 url(../images/home_photo.jpg) no-repeat top left;
    float: right;
}

#mainContent p {
    font-size: 1.0em;
    line-height: 1.5em;
}


#homeContent {
    width: 205px;
    margin: 40px 0 0 40px;
    text-align: left;
}

#homeContent p {
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 1.0em;
    font-weight: normal;
}

#homeContent p.highlight {
    color: #c9472f;
    font-weight: bold;
}

.acorn {
    padding-top: 120px;
}
