@charset "utf-8";
/* CSS Document */

#menu-column1, #menu-column2 {
   position: relative;
   float: left;
   margin-left: 25px;
   width: 360px}
#menu-column1 img, #menu-column2 img {
   float: left;
   margin-right: 10px;
   margin-bottom: 20px; }
#menu-column1 p, #menu-column2 p {
   padding-top: 7px; }
.borderit img {
   padding: 2px 2px;
   border: 1px solid #b06d32; }
.borderit:hover img {
   border: 1px solid black; }
.food-title {
   float: left;
   color: #b06d32;
   font-size: 125%; }
.food-price {
   float: right;
   color: #b06d32;
   font-size: 95%; }
#pdf {
   font-size: 88%;
   font-weight: bold;
   position: absolute;
   left: 859px;
   top: 82px; }
#catering-price {
   color: #b06d32;
   position: absolute;
   left: 204px;
   top: -58px; }
#tab-spacer {
   clear: left;
   padding: 40px; }
.to-top {
   background-color: #b06d32;
   font-size: 130%;
   padding: 5px 5px;
   text-decoration: none; } 
.to-top:hover {
   color: white;
   background-color: black; }
