body 
{
        background-image: url("backgrnd.jpg");
        background-repeat: repeat;
        background-position: 205px 20px;
        font-family: Georgia, Garamond, Times New Roman;
        color: #FFFFFF;
        margin: 0px;
        padding: 0px;
}

h2
{
        font-family: Garamond, Georgia, Times New Roman;
        font-size: 36px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
}

h3
{
        font-family: Garamond, Georgia, Times New Roman;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: left;
}

A:visited
{
        font-family: Georgia, Garamond, Times New Roman;
        font-size: 16px;
        font-weight: bold;
        color: #C0C0C0;
        text-decoration: none
}

A:link
{
        font-family: Georgia, Garamond, Times New Roman;
        font-size: 16px;
        font-weight: bold;
        color: #C0C0C0;
        text-decoration: none
}

A:active
{
        font-family: Georgia, Garamond, Times New Roman;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none
}

A:hover
{
        font-family: Georgia, Garamond, Times New Roman;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none
}

p
{
        text-align: justify;
}

.header1
{
        font-family: Garamond, Georgia, Times New Roman;
        font-size: 30px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
}

.header2
{
        font-family: Garamond, Georgia, Times New Roman;
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
}

#header 
{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
}

#menu 
{
        position: absolute;
        top: -20px;
        left: 0px;
        width: 205px;
        min-height: 500px;
        text-align: right;
}

#content
{
        position: absolute;
        top: 0px;
        left: 205px;
        min-height: 500px;
        min-width: 650px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-right: 20px;
}

#footer 
{
        position: absolute;
        left: 0px;
        top: 595px;
        width: 100%;
        height: 100px;
}

#ordernow
{
        position: absolute;
        left: 420px;
        top: 435px;
}

#button
{
        border-style: inset;
        border-color: #a08080;
        background-color: #750603;
        width: 150px;
        text-align: center;
        padding: 2px;
        margin: 4px;
}
  

