* {
margin: 0;
padding: 0;
}

body {
font-family: arial;
background: #c20674;
text-align: center;
color: #444;
}

.leftimg {
float: left;
padding: 2px;
border: solid 2px #222;
margin: 5px 10px 5px 0;
}

#hours {
height: 22px;
padding-top: 5px;
background: #fff url('../images/topbg.jpg') repeat-x center center;
font-size: 14px;
font-weight: bold;
color: #000;
border-bottom: solid 3px #000;
}

#head {
}

#wrapper {
width: 795px;
margin: 0 auto 20px auto;
text-align: left;
border-top: solid 7px #000;
border-left: solid 7px #333;
border-right: solid 7px #333;
border-bottom: solid 7px #000;
background: #fff;
}

#wrapper p {
font-size: 13px;
line-height: 150%;
}

#left {
width: 450px;
float: left;
margin: 20px 0 20px 20px;
}

#left h1 {
margin-top: 10px;
display: block;
height: 57px;
width: 400px;
}

#left h1.aboutus {
background: url('../images/aboutus.jpg') no-repeat left center;
}

#left h1.ourmenu {
background: url('../images/ourmenu.jpg') no-repeat left center;
}

#left h2 {
font-size: 18px;
margin-left: 10px;
}

#left h3 {
font-size: 13px;
color: #c20674;
font-weight: normal;
margin: 2px 5px;
}

#left table {
width: 400px;
margin: 0 10px 20px 10px;
font-size: 13px;
}

#left table tr {
}

#left table td {
padding: 6px 0 2px 0;
border-bottom: dotted 1px #444;
}

#left table td.cost, #right table td.cost {
color: #080;
font-weight: bold;
text-align: right;
}

#left table td.item {
font-size: 14px;
color: #444;
font-weight: bold;
}

#left table td.desc {
padding-top: 0;
color: #444;
font-weight: normal;
border: none;
}

#right {
width: 275px;
float: right;
margin: 20px 10px;
font-size: 13px;
}

#right h1 {
display: block;
width: 200px;
height: 57px;
margin-top: 10px;
}

#right h1.icecream {
background: #fff url('../images/icecream.jpg') no-repeat left center;
}

#right h1.desserts {
background: #fff url('../images/desserts.jpg') no-repeat left center;
}

#right ul {
list-style: none;
margin-left: 45px;
}

#right ul li {
margin-bottom: 3px;
padding-left: 18px;
background: #fff url('../images/bullet.jpg') no-repeat left center;
}

#right h2 {
font-size: 17px;
margin: 7px 5px 0 5px;
}

#right h3 {
margin: 0 5px 2px 5px;
font-size: 13px;
color: #c20674;
font-weight: normal;
}

#right h4 {
font-size: 12px;
font-weight: normal;
margin: 0 5px 2px 5px;
}

#right table {
width: 250px;
border-bottom: dotted 1px #444;
font-weight: bold;
margin-bottom: 5px;
}

#right table td {
padding: 2px 0;
}

#right table td.desc {
padding: 0 0 5px 0;
font-weight: normal;
}

#footer {
width: 100%;
clear: both;
text-align: center;
padding: 10px 0;
}

#footer a, #footer a:visited {
color: #c20674;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #333;
}