/* Overridden tags */

body {

    padding: 0;
    border: 0;
    margin: 0px auto;
    
    height: 100%; 
    max-height: 100%;
    
    text-align: center;
    background-color: #000000;
    
    font-family: sans-serif;
    
}

a:link {
    color: #7c3700;
}

a:visited {
    color: #5c2700;
}

h1 {
    color: #92590a;
    font-size: larger;
}

h2 {
    text-align: center;
}

img {
    border-width: 0px;
}

/* Page Layout */

#main_frame {
    
    width: 798px;

    top: 0;
    padding: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../images/site_border.jpg");
    
}

#site_layout {
    
    margin: 0 auto;
    width: 792px;
    position: relative;
    left: 4px; /* adjust for size different in left/right border */
    background-color: #000000;
    
}

#layout_header {
    
    margin: 0 auto;
    position: relative;
    top: 0;
    height: 267px;
    
}

#layout_content {
    
    margin: 0 auto;
    padding: inherit;
    
    position: relative;
    top: 0px;
    min-height: 400px;
    width: inherit;
    
    text-align: left;
    color: #885209;
    font-size: medium;
    font-family: sans-serif;
    
}

#layout_footer {
    
    font-size: x-small;
    color: #666666;
    position: relative;
    top: 0px;
}

/* Specific Stuff */

.subtext {
    position: relative;
    left: 5%;
    width: 95%;
}