/*css for home page*/

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

/* ============================== Main Content ============================== */
#mainContentWrap {
    width: 600px;
    margin: 0;
    padding: 0;
    float: right;
}

#mainContent {
    padding: 40px 20px 20px 0;
}

#mainContent h3 {
    font-size: 1.2em;
}

#mainContent p {
    margin: 8px 0 0 0;
    color: #fff;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.5em;
}

#mainContent p.highlight {
    font-size: 1.2em;
    font-weight: bold;
    color: #ccff99;
}

#mainContent p.smtext {
    font-size: 0.8em;
    font-weight: normal;
    color: #ccff99;
}

#mainContent .pic_left {
    padding: 20px 0px 40px 20px;
    float: left;
}

#mainContent .pic_right {
    padding: 20px 80px 40px 20px;
    float: left;
}

#mainContent a {
    color: #ccff99;
    font-weight: bold;
    text-decoration: underline;
}

#ss2 {
    padding: 0 0 0 185px;
}