html {margin:0; padding:0;}

body {
    margin:0;
    padding:0;
    font-size: 62.5%;
    font-family: Georgia, Times New Roman, Times, serif;
    text-align:center;
    background: #a97347;
}

#container {
    margin: 0 auto;
    padding:0;
    width:928px;
}

#order {
    font: 2.5em Book Antiqua, Georgia, Times New Roman, Times, serif;
    color: #ffb380;
    position: relative;
    text-transform:uppercase;
    top: 245px;   
    z-index:88;
    left: 10px;
}

#store {
    width: 225px;
    height: 137px;
    position:relative;
    margin-top: -110px;
    top:282px;
    left:668px;
    z-index: 100;
}

#order  a:link, a:visited, a:active {
    text-decoration:none;
    color: #ffb380;
}

#order a:hover {
    color:#fff;    
}

#masthead {
    width:928px;
    background: url(../images/header.png)  ;
    height: 206px;
    margin-top: -40px;
}

#logo {
    width: 343px;
    height: 155px;
    background: url(../images/logo.png) no-repeat;
    margin-left: 280px;
}

#dateblock {
    background: url(../images/datebg.png) no-repeat;
    width: 195px;
    height: 200px;
    float:left;
}

#time {
    font: 1.2em Georgia, Times New Roman, Times, serif;
    color: #ffff00;
    margin-top:30px;
    margin-left: 15px;

}

#venue {
    float:left;
}

img {
    border:0;
    padding:0;
}


#display {
    width: 860px;
    height: 618px;
    background: url(../images/masthead.png) no-repeat;
    position:relative;
    margin-left: 30px;
    top: -170px;
    margin-bottom: -130px;
}

#menuitems {
   float: left;
   margin-top: -50px;
   margin-left: 30px;
   width: 860px;
}

#date {
    font: 2.0em Georgia, Times New Romans, Times, serif;
    color: #eebe43;
    text-align:center;
    width: 133px;
    margin-top: 20px;
}

ul#menu li {
     display:inline;  
    list-style-type:none;
    color: #fff;
    background: url(../images/button.png) no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;    
}

hr {
   border: 0;
   background: url(../images/line.png) repeat-x ;   
}

ul#menu li a, a:link, a:visited, a:active, a:hover {
    color: #fff;
    text-transform:uppercase;
    padding: 20px 30px 25px 30px;   
    width: 500px;
    font: 1.0em Arial, Helvetica sans-serif;
    color: #ffccaa;
    text-decoration:none;     
}

#info img.right {
	padding-right: 10px;
	padding-bottom: 10px;
}

ul#menu li a:hover {
    color: #fff;
}

#info {    
    font: 1.5em Georgia, Times New Roman, Times, serif;
    color: #fff;
    text-align:left;
    margin-left: 120px;
    padding-bottom: 20px;
    margin-right: 120px;   
}

#info p {
         line-height: 1.5em;
}

td  p {
        line-height: 1.5em;
}

#info h1 {
    font: 3.0em Georgia, Times New Roman, Times, serif;
    color: #fff000;    
    text-align:center;
}

#info h2 {
    font: 2em Georgia, Times New Roman, Times, serif;
    color: #ddff55;
}

.highlight {
    color: #fff000;
}


#content {
    width: 928px;
    background: url(../images/body.png) repeat-y;
}

.content{}

#footer {
    width: 928px;
    height: 130px;
    background:url(../images/footer.png) no-repeat;
}
 
 .footer{}

#info a:link, a:visited, a:active {
    text-decoration:none;
    color: #ffb380;
    margin:0;
    padding:0;
}

#info a:hover {
    text-decoration:underline;
    color:#fff
}



ul{
    color: #ffccaa;
    list-style-type: decimal;
}

li{}