@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:171px;
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/bar.gif) top right no-repeat;
height:18px;
width:35px;
display:block;
}
.bar:hover {
background:url(images/barOver.gif) top right no-repeat;
height:18px;
}
li {
list-style:none;
padding-bottom:5px;
}
.parties {
background:url(images/parties.gif) top right no-repeat;
height:20px;
width:141px;
display:block;
}
.parties:hover {
background:url(images/partiesOver.gif) top right no-repeat;
height:20px;
}
.catering {
background:url(images/catering.gif) top right no-repeat;
height:20px;
width:94px;
display:block;
}
.catering:hover {
background:url(images/cateringOver.gif) top right no-repeat;
height:20px;
}
.contact {
background:url(images/contact.gif) top right no-repeat;
height:20px;
width:93px;
display:block;
}
.contact:hover {
background:url(images/contactOver.gif) top right no-repeat;
height:20px;
}
.hours {
background:url(images/hours.gif) top right no-repeat;
height:19px;
width:65px;
display:block;
}
.hours:hover {
background:url(images/hoursOver.gif) top right no-repeat;
height:19px;
}
.menu {
background:url(images/menu.gif) top right no-repeat;
height:20px;
width:58px;
display:block;
}
.menu:hover {
background:url(images/menuOver.gif) top right no-repeat;
height:20px;
}
.home {
background:url(images/home.gif) top right no-repeat;
height:17px;
width:58px;
display:block;
}
.home:hover {
background:url(images/homeOver.gif) top right no-repeat;
height:17px;
}
.homeOver {
background:url(images/homeOver.gif) top right no-repeat;
height:17px;
width:58px;
display:block;
}
.barOver {
background:url(images/barOver.gif) top right no-repeat;
height:18px;
width:58px;
display:block;
}
.partiesOver {
background:url(images/partiesOver.gif) top right no-repeat;
height:20px;
width:141px;
display:block;
}
.cateringOver {
background:url(images/cateringOver.gif) top right no-repeat;
height:20px;
width:94px;
display:block;
}
.contactOver {
background:url(images/contactOver.gif) top right no-repeat;
height:20px;
width:93px;
display:block;
}
.hoursOver {
background:url(images/hoursOver.gif) top right no-repeat;
height:19px;
width:65px;
display:block;
}
.menuOver {
background:url(images/menuOver.gif) top right no-repeat;
height:20px;
width:58px;
display:block;
}
.tapas {
background:url(images/historytapas.gif) top right no-repeat;
height:19px;
width:153px;
display:block;
}
.churrascaria {
background:url(images/historychurrascaria.gif) top right no-repeat;
height:19px;
width:224px;
display:block;
}
.history {
display:inline;
width:500px;
}
.history li {
display:inline;
}
.titleText {
color:#990000;
font-size:14px;
text-transform:uppercase;
}
.pdfDL {
font-family:Arial, Helvetica, sans-serif;
color:#990000;
font-size:12px;
}