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;
}

/* 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 */

.contbox {
width: 77%;
float: left;
margin: 0 0 1em 1%;
border: 1px solid #6B6045;
background-color: #CEC7A8;
font-size: 11px;
}

.contbox p {
text-align: justify;
margin-left: 2px;
margin-right: 2px;
}

.conthead {
background-color: #AEAA8C;
padding-left: 2em;
font-size: 16px;
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #6B6045;
}

.contmore {
text-align: right;
padding-right: 1em;
}

img {
border: none;
}

td {
text-align: center;
width: 24%;
}

tr.added {
text-align: left;
}

tr.pic {
background-color: #9D9A77;
}

tr.cap { /* Captions */
background-color: #FFF;
}

table {
margin-bottom: 1em;
}

/* Right */

#right {
float: right;
width: 19%;
padding-right: 1%;
}

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

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

#links a {
display: block;
}


/* Footer */

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