body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 background: #663300;
}

p {
 padding: 0px;
}

#wrapper { 
 margin: 0 auto;
 width: 845px;
 background: white;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 650px;
 width: 845px;
 display: inline;
}

#header {
 color: #333;
 width: 845px;
 float: left;
 height: 170px;
 background: #FFFFFF;
 display: inline;
}

#header img { 
 border: none;
 outline: none;
 outline-color: white;
}

#footer img { 
 border: none;
 outline: none;
 outline-color: white;
}

#header a { 
 outline: none;
 outline-color: white;
}

#footer { 
 width: 845px;
 height: 110px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 font-size: 80%;
 font-weight: bold;
}

#home-sidebar {
 float:left;
 width: 305px;
 padding-left:20px;
 padding-top:50px;
}

#home-sidebar img { 
 margin-bottom:3px;
 border: none;
 outline: none;
 outline-color: white;
}

img.page-title {
    float:right;
    padding-right:3em;
}

div.page-text {
    padding-top:10px;
    margin:4em;
    font-weight:normal;
    clear:both;
}

p.page-text { 
    padding: 0!important;
}

div.food-name {
    float:left;
    font-size: 110%;
    font-weight: bold;
}

div.food-desc {
    padding-left:20px;
    padding-bottom:15px;
}

div.food-price {
    float:right;
    font-size: 110%;
    font-weight: bold;
}

img#header {
 border: none;
}
img#footer {
 border: none;
}
