

/* The Wrapper */

.wrapper {
        width:780px;
        margin:0 auto;
        }

/* The Top */

.top_main {
        height:50px;
        margin-top:10px;
        background:url(top00000.gif);
        background-color: #F0E4CF;
        }


/* The Content */

.content_main {
        padding:25px 39px 25px 36px;
        background:url(content0.gif) top;
        }



/* The Footer */

.footer_main {
        height:50px;
        background:url(footer00.gif);
        background-repeat:no-repeat;
        text-align:center;
        color:#442c0e;
        font-size:14px;
        padding-top:10px;
        }
.footer_main a {
        color:#804e30;
        text-decoration:none;
        }
.footer_main a:hover {
        color:#000001;
        }


