body {
    background: #fffac2;
    border: 0px;
    padding: 0px;
    font-family: arial, "lucida console", sans-serif;
    color: white;
}

#jcsContainer {
    margin-left: auto;
    margin-right: auto;
    width: 886px;
    background: #00592a url(../images/jcs_bg.png) repeat-y top left;
}

#jcsHeader h1 {
    width: 886px;
    height: 143px;
    background: url(../images/jcs_header_logo.png) no-repeat top left;
    text-indent: -7000em;
    margin: 0px;
}
/*
#jcsHeader {
    background: url(../images/golf_bunker.png) no-repeat right 143px;
    height: 554px;
}
*/

.imageHeader {
    float: left;
    width: 335px;
}

/* Menu */

#jcsTopMenu ul {
    list-style: none;
    float: left;
    width: 172px;
}

#jcsTopMenu ul li {
    margin-top: 10px;
    font-size: 15px;
}

#jcsTopMenu ul li a{
    color: white;
    text-decoration: none;
}

/* End: Menu */

/* Main content */
#jcsContent {
    background: #6db991;
    padding-top:  50px;
    padding-bottom:  40px;
}

#jcsContent .contentBlock {
    float: left;
    width: 375px;
    margin-left: 35px;
    font-size: 16px;
    color: white;
    position: relative;
}

#jcsContent .largeContentBlock {
    float: left;
    width: 95%;
    margin-left: 35px;
    font-size: 16px;
    color: white;
    position: relative;
}

#jcsContent .contentBlock h2 {
    top: 0;
    text-indent: -7000em;
    width:  372px;
    height: 85px;
    padding: 0px;
    margin: 0px;
}

#jcsContent .contentBlock h2.welcome {
    background: url(../images/welcome_title.png) no-repeat top left;
}

#jcsContent .contentBlock h2.whatPeopleSay {
    background: url(../images/people_say_title.png) no-repeat bottom left;
}

/* End: Main Content */

/* Footer */
#jcsFooter {
    background-color: #3d413f;
    padding:  5px 10px 5px 35px;
    font-size: 10px;
}

#jcsFooter .copyright {
    text-indent: -7000em;
    background: url(../images/copyright.png) no-repeat top left;
    width:105px;
    height: 36px;
    
}
/* End: Footer */

