html {
    background-image: url(images/background2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-font-smoothing: antialiased;}

body {
    color:#d7c5b7;
    background-color: rgba(60, 31, 28, 0.8);
    font-family:'Goudy Bookletter 1911', serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 30px;
    margin-left: 80px;
    max-width: 700px;}

h1, h2, h3, h4, h5, h6 {
    margin-left: 10px;
    color: #009966;
    font-weight: 600;
    line-height: 1.3;}

 P {font-family:'Goudy Bookletter 1911', serif;
        padding: 12px;
        margin-left: 10px;
        width: 500px;
        width: auto;}

.menu_items { 
        position: fixed;
        display: table;
        table-layout: fixed
        font-family:'Goudy Bookletter 1911', serif;
        text-transform: uppercase;
        font-size: 14px;
        width: 600px;}

.menu_items li { 
        display: table-cell;
        text-align: center;
        padding:8px;
        background-color: #009966;
        list-style:none;
        height: auto;
        margin-bottom: 25px;
        }

.menu_items li a { 
        color: #d7c5b7;
        max-width: inherit;
        text-decoration:none;
        color: white;
        text-align: center;
        text-decoration: none}
  
li a:hover {
    color: #3C1F1C;
}


.footer{
    position: relative;
    text-indent: 180px;
    color: #d7c5b7;
    margin-left: 39px;
    margin-bottom: 10PX;
    width: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    height:25px;
    background:#009966;
}

.footer a:link, a:visited {
    color: #d7c5b7;
    text-decoration:none;}

.footer a:hover {color: #3C1F1C;
        text-decoration:none;}

