
html{
    height: 100%;
}

a img {
    border: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 100%;
}

#page-container {
    width: 960px;
    position: relative;
    margin: auto;
    min-height: 100%;
}

#flags {
  text-align: right;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}

#flags a img {
    border: solid 1px;
}

#top-line {
    text-align: center;
    font-size: 0.8em;

    border-top: solid 10px;
    width: 100%;
}


#menu {
    overflow: hidden;
    border-bottom: solid 5px;
}

#banner {
    position: relative;
    height: 150px;
    padding-bottom: 10px;
}

#banner img {
    display: block;
}

#banner-image2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 0.8em;
}

#menu li {
    display: block;
    width: 120px;
    float: left;
    text-align: center;
}

#menu li a {
    display: block;
    border: solid;
    width: 118px;
    border-width: 5px 0px 0px 2px;
    text-decoration: none;
    padding-top: 5px;
}

#menu li.first a {
    border-left-width: 0px;
    width: 120px;
}



.extra-contents {
    width: 230px;
    padding: 5px;
    float: left;
    clear: both;
    text-align: center;
}

#address p {
    margin: 0px;
}

#address {
    padding-top: 15px;
    padding-bottom: 15px;
}

general-images {
    padding-bottom: 2em;
}

#links a {
    display: block;
}

#book-now a {
    display: block;
    height: 25px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

#center-contents {
    overflow: hidden;
    padding-bottom: 2em;
}

#book-now, #images, #special-offers {
    width: 230px;
    padding: 5px;
    float: right;
    clear: both;
}

#images {
    text-align: center;
}

#images-caption {
    margin-top: 5px;
}

#special-offers {
    font-size: 0.8em;
    text-align: center;
}

#special-offers h1 {
    font-size: 2em;
}

#special-offers a, .extra-contents a {
    text-decoration: none;
    font-weight: bold;
}



#text {
    overflow: hidden;

    padding: 10px;
    font-size: 0.9em;
    text-align: justify;
}

#text a {
    text-decoration: none;
    font-weight: bold;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
    text-align: left;
}

#text h1 {
    text-align: center;
    font-size: 2em;
    margin: 20px 0px;
}

#text h2 {
    font-size: 1.5em;
}

#text h3 {
    font-size: 1.1em;
}


#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em; 
}

#footer div {
    border-top: solid 5px;
    border-bottom: solid 10px;
    width: 100%;
}

#map {
    height: 460px;
}

.center {
    text-align: center !important;
}
