
body {
    background: #606060;
}

#flags a img {
    border-color: #fff;
}

#page-container {
    background: #e5e5e5;
}

#header {
    background: #2d2e8c url(blue/header.gif) top left repeat-x; 
    color: #fff;
}

#menu {
    background: #000 url(blue/menu.gif) top left repeat-x;
}

#menu li {
    border-color: #fff;
}

#menu li a {
    color: #fff;
}

#menu li a:hover {
  color: #7f91b3;
}

.side-content a {
    color: #000;
}

.side-content a:hover {
    color: #2c2d8c;
}

#book-now a{
    background-image: url(blue/btn_book.gif);
}

#gift-vouchers a{
    background-image: url(blue/btn_giftvouchers.gif);
}

#email-signup a{
    background-image: url(blue/btn_emailsignup.gif);
}

#content {
    background: #fff;
}

#text {
    color: #333;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
    color:  #2d2e8c;
}

.blue {
    color: #2d2e8c !important;
}

.red {
    color: #f00 !important;
}

.green {
    color: #185318 !important;
}