html
{
    height: 100%;
}
body
{
background: url(images/bg.png);
background-repeat: repeat-x;
font-family:georgia,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
background-color: #613f2a;
font-size: 14px;
margin: 0;
height: 100%;
}
hr
{
    border: 0px;
    background-color: #696969;
    height: 1px;
    float: left;
}
input
{
    font-family: Georgia, serif;
    border: 1px solid #777777;
    font-size: 14px;
    color: #777777;
    padding: 2px;
}
.contactButton
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #333333;
    background-color: #333333;
    color: white;
}
a:link
{
color: #0000ff;
text-decoration: none;
}
a:visited
{
color: #0000ff;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: none;
}
#header
{
    margin: 0 auto;
    width: 974px;
    height: 167px;
    position: relative;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
}
#header img
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#header2
{
    background-image: url(images/top2.png);
    margin: 0 auto;
    width: 974px;
    height: 91px;
    position: relative;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    z-index: 5000;
}
#logo
{
    position: absolute;
    left: 30px;
    top: -95px;
    z-index: 10000;

}
#slideshow
{
    position: absolute;
    float: right;
    z-index: 10000;
    top: -110px;
    /*top: -110px;*/
    left: 500px;
}
#main
{
    background-color: #ffffff;
    margin: 0 auto;
    width: 974px;
    min-height:100%;
    height:auto;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
}
#menu
{
    float: left;
    width: 188px;
    min-height:100%;
    height: 1220px;
    position: relative;
    top: 5px;
    z-index: 15000;
}
.testimonials
{
    font-size: 13px;
    padding-left: 5px;
}
#ads
{
    width: 200px;
    height: auto;
    float: right;
    padding-right: 15px;
    position: relative;
    top: -85px;
}
.lodgingEntry
{
    position: relative;
    left: 10px;
    /*height: 90px;*/
    height: auto;
    width: 700px;
    border: 1px solid #d3d3d3;
    background-color: #f3f3c3;
    -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
#footer
{
    text-align: center;
    font-size: 10px;
    background-image: url(images/top2.png);
    margin: 0 auto;
    width: 974px;
    height: 91px;
    position: relative;
    border-left: 3px solid #333333;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    color: #ffffff;
}