/*******************
 *
 * CMTrees Main Styles
 * 
 * Colours:
 * 
 * Blue: #4babda 
 * Yellow: #fbfa74  
 *  
 *******************/
 
body {
    background-color: #4babda;
    color: #000;
    text-align: center;
    font-family: georgia, serif;
    font-size: 12px;
}

#layout_container {
    margin: 20px auto 0px auto;
    text-align: center;
}

h1 {
    margin: 0px auto;
    background-image: url(../../../images/home-amy-sullivan.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 800px;
    height: 74px;
    text-indent: -1000em;
}

h2 {
    margin: 0px auto;
    background-image: url(../../../images/home-book.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 400px;
    height: 410px;
    text-indent: -1000em;
}

h4 {
    color: #fbfa74;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 0px;
}

h4 a {
    color: #fbfa74;
    text-decoration: none;
}

h4 a:hover {
    text-decoration: underline;
}

h5 {
    height: 29px;
    background-image: url(../../../images/home-sub-title.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000;
    color: #fff;
    margin-bottom: 0px;
    text-indent: -1000em;
}

/** Errors */

.errors {
    text-align: left;
}
