body {
        background-color: #f9d76a;
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #80a4d1;
        }

html {
        overflow-y: scroll;
        margin: 0px;
        padding: 0px;
        }

#container {
        margin: auto;
        width: 1005px;
        padding-top: 50px;
        }

#left_site {
        width: 352px;
        height: 639px;
        display: inline;
        float: left;
        }

#left_spacer {
        background: url(../images/layout/spacer.jpg) no-repeat left top;
        width: 20px;
        height: 639px;
        display: inline;
        float: left;
        }

#content {
        width: 625px;
        height: 639px;
        display: inline;
        float: left;
        }

#right_spacer {
        background: url(../images/layout/right.jpg) no-repeat left top;
        width: 8px;
        height: 639px;
        display: inline;
        float: left;
        }

#left_top {
        width: 296px;
        height: 159px;
        padding-left: 56px;
        }

#left_middle {
        background: url(../images/layout/left_middle.jpg) no-repeat left top;
        background-color: #004a95;
        width: 342px;
        height: 213px;
        padding-top: 55px;
        padding-right: 10px;
        text-align: right;
        }

#left_footer {
        background: url(../images/layout/left_footer.jpg) no-repeat left top;
        width: 352px;
        height: 212px;
        }

#content_top {
        background: url(../images/layout/content_top.jpg) no-repeat left top;
        width: 625px;
        height: 159px;
        color: #004a95;
        }

#content_middle {
        background: url(../images/layout/spruch.gif) no-repeat right top;
        background-color: #004a95;
        width: 625px;
        height: 386px;
        padding-top: 47px;
        padding-bottom: 0px;
        }

#content_footer {
        background: url(../images/layout/content_footer.jpg) no-repeat left top;
        width: 625px;
        height: 8px;
        text-align: right;
        padding-top: 10px;
        color: #b49329;
        font-size: 11px;
        }

.clear {
        clear: both;
        }
