#wrapper {
    margin: 0 auto;
    width: 934px;
    text-align: left;
    min-height: 600px;
    height:auto !important;
    height: 600px;
    background: #fff url(../images/bg.gif) repeat-y top left;
}

/*---------------- Header Layout ----------------*/
#header {
    height: 232px;
    font-size: 0;
}

#mainContentWrap {
    /*background: #fff url(../images/home_main_bg.gif) repeat-x top left;*/
    clear: left;
}

#mainContentBoxes {
    padding-left: 41px;
    /*background: #ccc url(../images/home_content_bg.gif) repeat-y top left;*/
}

#greyShadowBox {
    width: 364px;
    height: 498px;
    float: left;
    background: url(../images/beach.jpg) no-repeat bottom center;
}

#greyShadowBoxContent {
    margin: 20px;
    color: #fff;
}

#greyShadowBox img.beach {
    vertical-align: bottom;
}

#greyBox {
    width: 324px;
    float: right;
    height: 498px;
    background: #fff url(../images/bg_logo.jpg) no-repeat bottom left;
}

#greyBoxContent {
    margin: 20px;
    font-size: 1.2em;
}

#greyBoxContent p {
    padding-top: 10px;
}

#greyBoxContent strong {
    font-size: 1.5em;
    color: #7cbd17;
}
