/* this makes the page title invisible */
h1 {
    text-indent: -9999px;
}


#wrapper {
background:url(../images/home-bg.jpg) no-repeat #ae6813;
}

#body {
    min-height: 465px;
}


/* #footer a */
#footer a {
    color: #fff;
}


/* left & right info boxes */
#leftbox, #rightbox {
    /*background:url(../images/home-leftbox-head-bg.jpg) no-repeat #f2ebdb;*/
    background:url(../images/home-infobox-bg.png) no-repeat;
    height: 244px;
    margin-bottom: 12px;
    margin-right: 14px;
    padding-top: 2px;
    position: absolute;
    top: 404px;
    width: 246px;
}

#leftbox {
    left: 20px;
}

#rightbox {
    right: 0;
}

#leftbox div.headline, #rightbox div.headline {
    color: #f2ebdb;
    height: 29px;
    margin-left: 5px;
    width: 228px;
}

#leftbox div.headline {
    background:url(../images/home-lefthead-bg.png) no-repeat;
}

#rightbox div.headline {
    background:url(../images/home-righthead-bg.png) no-repeat;
}

#leftbox h4, #rightbox h4 {
    font-size: 1em;
    margin: 0;
    padding: 4px 8px;
}

#leftbox p, #rightbox p {
    color: #63462d;
    line-height: normal;
    margin: 6px 12px;
    padding: 0;
}