
body {
    background: #ff5303 url(plainorange/bg.jpg) top left repeat-x;
}

#page-container {
    border-color: #ff5303;
    background: #fff9bd url(plainorange/left.gif) top left repeat-y;
}

#head {
    background: #ff5303;
    color: #fff;
}

#flags a img {
    border-color: #fff;
}

#head a {
    color: #fff;
}


#menu {
    background: #ff5303;
}

#menu li a {
    color: #fff;
}

#menu li a:hover {
    color: #f8d6c6;
}

#center-contents {
    color: #001886;
}

#center-contents a, .extra-contents a {
    color: #e6885d;
}
#center-contents a:hover,  #page-container .extra-contents a:hover {
    color: #ff5303;
}

#address {
    color:  #ff5303;
}

#special-offers {
    background: #f8d6c6;
}

#special-offers div {
    background: #fff;
}

#book-now a {
    border-color: #ff5303;

    color: #ff5303;
    background: #fff url(plainorange/bookNowBg.jpg) top left repeat-y;
}

#book-now a:hover {
    background-color: #001886;
    background-position: top right;
    color: #fff;
    border-color: #001886;
}




#links a {
    color: #e6885d;
}


#text h1, #text h2, #text h3, #special-offers h1, #text h4 {
    color: #ff5303;
}



#footer {
    background: #ff5303;
    color: #fff;
}

.blue {
    color: #001886 !important;
}

.blue:first-letter {
    color: #001886 !important;
}

.red {
    color: #ff5303 !important;
}

.red:first-letter {
    color: #ff5303 !important;
}

.green {
    color: #7ab102 !important;
}

.green:first-letter {
    color: #7ab102 !important;
}


