/** BASIC */



/** WRAPPER */

#wrapper {
    margin: 0px auto;
}

/** HEADER */

#header {
    height: 89px;
    background: white url(../images/home_01.jpg) no-repeat left top;
}

#header h1, #header h2 {
    float: left;
    margin: 0px;
    text-indent: -9999em;
}

/** CONTENT */

#content {
    float: right;
}

/** SIDEBAR */

#sidebar {
    float: left;
}

/** PAGE */

#page {
    width: 800px;
    height: 440px;
    background: white url(../images/home_04.jpg) no-repeat left top;
    float: left;
}

/** CONTENT */

#content {
    width: 500px;
    padding: 150px 30px 90px 10px;
    
    /* position: absolute;*/
    /* bottom: 60px; */
}

h1 {
    font-size: 28px;
    color: #660000;
    font-family: Verdana, Arial;
}
