html, body { height: 100%; }

body {
    margin: 0px;
    padding: 0px;
    /*background: #49618A url(../images/bg01.jpg) repeat-x left top;*/
    /*background:#8091AD;*/
    background:#F3A01C;
    color: #444;
    font: 12px Helvetica, Verdana, Tahoma, sans-serif;
    line-height: 20px;
}

/** WRAPPER */

#wrapper {
    width: 996px;
    margin: 0px auto;
    
}

#bgbtm { padding: 30px 0px 0px 29px; }

#wrapper { background: url(../images/bg02.jpg) repeat-y left top; }

#bgtop { background: url(../images/bg03.jpg) no-repeat left top; }

#bgbtm { 
    background: url(../images/bg04.jpg) no-repeat left bottom; 
    
}
#header {
    width:920px;
    height: 200px;
}

#page { 
    margin-top:10px;
    margin-left:8px;
}

/** SIDEBAR */

#sidebar {
    float: left;
    width: 296px;
}

/** CONTENT */

#content {
    float: left;
    width: 624px;
    height:100%;
    
}

/** FOOTER */

#footer {
    width: 996px;
    height: 45px;
    margin: 0px auto 0px auto;
    background: url(../images/bg05.jpg) repeat left top;
}

#footer p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    text-align: center;
    /*color: #E2E8F0;*/
    color:#4faac9;
}

#footer a {
    /*color: #E2E8F0;*/
    color:#4faac9;
    font-weight:bold;
}

