html {
overflow-x: visible;
}

body {
background-image: url(/images/bg.gif);
background-color: #BDB38C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

div#all {
background-color: #C9BEAB;
width: 100%;
float: left;
border: 1px solid #8B845A;
}

a {
color: #000;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
margin-bottom: 0;
}

img {
border: 0;
}

#categories {
width: 99%;
padding: 1% 0 1% 1%;
}

#categories li {
display: inline;
list-style: none;
margin: 0 1em;
}

#categories ul {
display: inline;
}

#categories a {
border-bottom: 1px dashed #484839;
}

#categories a:hover {
border-bottom: 1px solid #484839;
text-decoration: none;
}

#links ul, #links li {
margin: 0;
padding-left: 1em;
}

li.current {
font-weight: bold;
}

li a {
font-weight: normal;
}

/* Header */

#header {
float: left;
background-image: url(/images/header3.jpg);
background-repeat: no-repeat;
background-position: right;
background-color: #F7F1F3;
height: 150px;
width: 100%;
border-bottom: 1px solid #8B845A;
margin-bottom: 1em;
}

#header a {
text-align: center;
width: 75px;
height: 12px;
background-color: #B4B19A;
float: left;
border-right: 1px solid #6A6448;
border-bottom: 1px solid #6A6448;
margin-right: 1px;
color: #46463C;
}

#header a:hover {
height: 100px;
background-color: #706747;
color: #000;
text-decoration: none;
border-right: 1px solid #40402F;
border-bottom: 1px solid #40402F;
}

#home:hover, #prices:hover, #events:hover, #history:hover, #guest:hover, #staff:hover, #gallery:hover {
background-repeat: no-repeat;
background-position: bottom;
}

#home:hover {
background-image: url(/images/hover_m.jpg);
}

#prices:hover, #history:hover {
background-image: url(/images/hover_o.jpg);
}

#events:hover {
background-image: url(/images/hover_r.jpg);
}

#guest:hover {
background-image: url(/images/hover_n.jpg);
}

#staff:hover {
background-image: url(/images/hover_e.jpg);
}

#gallery:hover {
background-image: url(/images/hover_y.jpg);
}

/* Content */

#links {
float: left;
width: 19%;
padding: 0 1%;
}

h3 {
font-size: 14px;
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#lbox {
padding-left: 2px;
border: 1px solid #5F542F;
background-color: #CEC7A8;
margin-bottom: 1em;
}

#photo {
text-align: center;
width: 78%;
float: right;
}

#photo img {
border: 1px solid #434132;
}

/* Footer */

#footer {
width: 100%;
clear: both;
color: #DEDBCF;
font-weight: bold;
text-align: right;
}
