/* version 2.0a */
@import url("layout.css");
@import url("nav.css");

body {
    margin: 0;
    padding: 0;
    background: #FFF8DC url(../img/page_bg.gif) repeat-y;
    color: #541616;
    font-family: Georgia, sans-serif;
    min-width:1000px;
}

div.hr {  height: 3px; border-bottom:solid 1px #E2C6A9; width:100%;  }

a {
    color: #993300;
    text-decoration: underline;
    font-family: Georgia, sans-serif;
}
a:hover {
    text-decoration: none;
    color: #CC6600;
}

/*** end ***/     
