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

* {
margin: 0px;
padding: 0px;
}
body {
background:#000000;
position:relative;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fed18b;
}
.header {
background:url(images/header.jpg) no-repeat top center; 
height:280px;
margin-bottom:25px;
width:800px;
display:block;
}
.maincontent {
width:800px;
}
.leftcolumn {
float:left;
padding-left:15px;
padding-right:19px;
text-align:right;
width:230px;
}
.rightcolumn {
float:right;
padding-left:15px;
padding-right:15px;
text-align:left;
width:500px;
}
.bar {
background:url(images/CateringEventServNEW.jpg) top right no-repeat;
height:34px;
width:143px;
display:block;
}
.bar:hover {
background:url(images/CateringEventServNEWyel.jpg) top right no-repeat;
height:34px;
}
li {
list-style:none;
padding-bottom:5px;
}
.parties {
background:url(images/Contact_red.jpg) top right no-repeat;
height:16px;
width:89px;
display:block;
}
.parties:hover {
background:url(images/Contact_yel.jpg) top right no-repeat;
height:16px;
}
.catering {
background:url(images/Gallery_red.jpg) top right no-repeat;
height:16px;
width:89px;
display:block;
}
.catering:hover {
background:url(images/Gallery_yel.jpg) top right no-repeat;
height:16px;
}
.contact {
background:url(images/CookingClass_red.jpg) top right no-repeat;
height:16px;
width:172px;
display:block;
}
.contact:hover {
background:url(images/CookingClass_yel.jpg) top right no-repeat;
height:16px;
}
.hours {
background:url(images/PrivateEnt_red.jpg) top right no-repeat;
height:16px;
width:195px;
display:block;
}
.hours:hover {
background:url(images/PrivateEnt_yel.jpg) top right no-repeat;
height:16px;
}
.menu {
background:url(images/SampleMenus_red.jpg) top right no-repeat;
height:16px;
width:137px;
display:block;
}
.menu:hover {
background:url(images/SampleMenus_yel.jpg) top right no-repeat;
height:16px;
}
.home {
background:url(images/home-red.jpg) top right no-repeat;
height:16px;
width:58px;
display:block;
}
.home:hover {
background:url(images/home-yel.jpg) top right no-repeat;
height:16px;
}
.homeOver {
background:url(images/home-yel.jpg) top right no-repeat;
height:16px;
width:58px;
display:block;
}
.barOver {
background:url(images/CateringEventServNEWyel.jpg) top right no-repeat;
height:34px;
width:143px;
display:block;
}
.partiesOver {
background:url(images/Contact_yel.jpg) top right no-repeat;
height:16px;
width:89px;
display:block;
}
.cateringOver {
background:url(images/Gallery_yel.jpg) top right no-repeat;
height:16px;
width:89px;
display:block;
}
.contactOver {
background:url(images/CookingClass_yel.jpg) top right no-repeat;
height:16px;
width:172px;
display:block;
}
.hoursOver {
background:url(images/PrivateEnt_yel.jpg) top right no-repeat;
height:16px;
width:195px;
display:block;
}
.menuOver {
background:url(images/SampleMenus_yel.jpg) top right no-repeat;
height:16px;
width:137px;
display:block;
}
.history {
display:inline;
width:500px;
}
.history li {
display:inline;
}
.titleText {
color:#990000;
font-size:14px;
text-transform:uppercase;
}
