* {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 0px;
    background-image: url(../images/village_mural.jpg);

    display: block;
    font-family: "Papyrus", "Arial Narrow", "Arial";
    font-size: 13px;

    font-weight: bold;
    overflow: none;
}

hr { 
    margin-bottom: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

a { 

}

a:visited { color: blue;}

h1 { 
    font-size: 26px;
    text-align: center;
    color: black;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-right: 20px;
    font-family: "Papyrus";
}

h1#top-header {
    padding: 0;
    margin: 0;
}

h2 { 
    padding-bottom: 10px;
    color: #9a0a09;
}

p {
    padding-top: 8px;
    padding-bottom: 8px;
}

blockquote {
    background-color: #acb3bb;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 6px solid #bbb;
    border-bottom: 6px solid #bbb;
    padding: 4px;
    font-size: 12px;
    margin-bottom: 1em;
    font-weight: normal;
}

form { 
    border: 1px solid #ccc;
    background-color: beige;
    padding: 8px 8px 0 8px;
    width: 270px;
    border: 3px solid #aaa;
}

#logo {
    margin-left: 140px;
    display: block;
    padding-bottom: 7px;
    padding-top: 6px;

}

#footer {
    clear: both;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-left: 100px;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;

    color: black;
}

#body {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 780px;
}

blockquote #attribution {
    padding-top: 0.4em;
    text-indent: 3em;
    color: black;
}

#zagat-badge {
    border: none;
    margin-right: 0;
    border: 3px solid #6b141c;
    border-top: 5px solid #6b141c;
    display: block;
    margin-left: auto;
    margin-top: 12px;
}

#content {
    padding: 10px;
    padding-bottom: 0;
    width: 610px;
    float: right;

    margin: 0;
    float: right;

    z-index: -1;
    font-size: 13px;
    overflow: auto;
    height: 480px;
    min-height: 500px;
    max-height: 500px;
    font-family: "Papyrus";
}

.centered-message {
    padding-top: 100px;
    text-align: center;
    font-size: 20px;
}

.inset-image-left {
    float: left;
    padding-right: 14px;
    border-right: 1px solid #888;
    margin-right: 14px;
}

.inset-image-right {
    float: right;
    padding-left: 14px;
    border-left: 1px solid #888;
    margin-left: 14px;
    margin-bottom: 10px;
}


.menu-box {
    padding-bottom: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.item-name {
    font-weight: bold;
    font-size: 14px;
    display: inline;
}

.item-price {
    color: #666;
    font-size: 14px;
    padding-left: 12px;
    display: inline;
}

.item-description {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.captcha-note {
    color: #999;
    font-size: 8px;
}

#top {
    width: 100%;
}

.page-title {
    text-align: center;
    padding-bottom: 14px;
    font-family: "Arial";
    text-decoration: none;
}

#left-bar {
    float: left;
    display: block;
    font-weight: normal;

    width: 130px;
}

ul#menu {
    border-left: 1px solid #999;
}

ul#menu li {
    list-style-type: none;
    font-size: 16px;
    text-align: right;

    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

ul#menu a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: "Papyrus";
}

ul#menu a:hover {
    color: green;
}

ul#menu li.highlighted {
    color: red;
}

ul#menu-sections { 
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

ul#menu-sections li {
    display: inline;
    list-style-type: none;
    padding-right: 14px;
}

ul#menu-sections a { 
    text-decoration: none;
    color: blue;
}

a.link-to-top {
    font-size: 12px;
    text-decoration: none;
    color: blue;
    float: right;
}

.type-header {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 14px;
    padding-top: 10px;
    font-family: "Papyrus";
    text-decoration: underline;
    clear: both;
}

.section-header {
    font-family: "Papyrus";
    color: black;
}

.item {
    font-family: "Papyrus";
    padding-bottom: 0;
    font-size: 18px;
    color: black;
    padding-top: 5px;
    display: inline;
}

.description {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

h3.price {
    font-weight: normal;
    color: #555;
    display: inline;
    padding-left: 5px;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 6px;
}

.copy {
    padding-top: 30px;
    color: #aaa;
    font-size: 8px;
    text-align: right;
}

#imageContent {
    position: relative;

    top: -450px;
    left: 440px;
    width: 205px;

    background-color: lightgreen;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#front-image {
    width: 90%;
    border-right: 1px solid #888;
    padding-right: 18px;
    margin-right: 10px;
}

.box { 
  background: white;
  margin: 10px;
}
.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

#subscribeForm fieldset {
    border: 0;
}

legend {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}
