root { 
    display: block;
}

html {
}

body {
    width: 800px;
    background-color: #0064c6;
    margin-right: auto;
    margin-left: auto;
    color: #C94112;
}

h4 {
    
}

#logo {
    float: left;
    padding-left: 20px;
    width: 330px;
}

.main_menu_container {
    background-image: url(images/menu_bg.gif);
    height:32px;
}

.button {
    height: 22px;
    float: left;
    width: 115px;
    text-align: center;
    padding: 10px 8px 0px 8px;
    font-family: sans-serif;
    color: white;
    border-style: hidden solid hidden solid;
    border-left-color: #C94112;
    border-right-color: #d48468;
    border-width: 1px;
}

.button a.menu_link:link,  /*{color: #F0F0F0; background: transparent; text-decoration:none} */
.button a.menu_link:active, /* {color: #F0F0F0; background: transparent; text-decoration:none} */
.button a.menu_link:visited, /* {color: #F0F0F0; background: transparent; text-decoration:none} */
.button a.menu_link:hover {color: #F0F0F0; background: transparent; text-decoration:none}

.text_area {
    color: #C94112;
    line-height: 125%;
    font-size: 14pt;
    margin: 12px 30px 12px 30px;
    padding: 12px 30px 12px 30px;
    background-color: #ffDB70;
}

/*
.text_area.coming_soon {
    font-style: italic;
}
*/

.sample_quilt {
}

.sample_quilt p {
    text-align: center;
}

.sample_quilt img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:500px;
}

#footer {
    margin-top: 48px;
    text-align: center;
    font-family: 'Times New Roman',Times,serif;
    font-size: 14px;
    color: #E0E0E0;
}




