

a img {
    border: none;
}

body { 
    font-family: verdana, sans-serif;
    margin: 10px 0px;
}

#page-container {
    position: relative;
    width: 960px;
    margin: auto;
    border: solid #000;
    border-width: 1px 2px;
    overflow: hidden;
}

#flags {
    float: left;
    padding: 3px 10px 0px 10px;
}

#top-line {
    font-weight: bold;
    padding: 5px 100px 2px 5px;
}

#head {
    border-bottom: solid 1px;
}

#banner{
    position: absolute;
    top: 54px;
    border-bottom: solid 1px;
    padding-bottom: 25px;
    z-index: 1;
}

#banner-image2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu {
    position: relative;
    padding: 5px;
    margin-bottom: 175px;
    letter-spacing: 0.05em;
    z-index: 2;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

#menu li {
    display: inline;
}

#menu a {
    text-decoration: none;
    padding: 3px;
    font-weight: bold;
}

.extra-contents {
    width: 230px;
    padding: 5px;
    float: left;
    clear: both;
}

#address {
    text-align: center;
}

#links {
    margin: 25px 0px;
}

#links div {
    border: solid 1px;
    padding: 5px;
}

#links a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#book-now {
    position: absolute;
    top: 2px;
    right: 2px;
}

#book-now a {
    text-decoration: none;
    font-weight: bold;
}

#center-contents {
    overflow: hidden;
}

#images{
    width: 230px;
    padding: 5px;
    float: left;
}
#images-caption {
    margin-top: 5px;
    text-align: center;
}
#special-offers {
    width: 230px;
    float: left;
    padding: 5px;
    font-size: 0.8em;
    text-align: center;
    clear: both;
}

#special-offers h1 {
    font-size: 2em;
    font-weight: normal;
}

#special-offers a {
    text-decoration: none;
    font-weight: bold;
}

#text {
    overflow: hidden;
    padding: 5px 10px;
    text-align: justify;
}

#text h1 {
    font-size: 2em;
    margin: 20px 0px;
    text-align: center;
    font-weight: normal;
}

#text h2 {
    font-size: 1.5em;
    font-weight: normal;
}

#text h3 {
    font-size: 1.2em;
    font-weight: normal;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
    text-align: left;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    border-top: solid 2px;
}

.center {
    text-align: center !important;
}