/*////////  LAYOUT  ////////*/
body {
    text-align:center;
    margin: 0 auto;
    background: #012e78;
}

#topline {
    width:100%;
    height: 119px;
    margin: 0 auto;
    background: #012e78 url('/design/topbg.gif') repeat-x;

}

#menucontainer {
    width:100%;
    height: 258px;
    margin:0 auto;
    background: #012e78;
    
}

#maincontainer {
    width:100%;
    margin:0 auto;
    background: #012e78;
    
}

#footer1 {
    width:100%;
    margin:0 auto;
    background: #012e78;
    
}

#footer2 {
    width:100%;
    margin:0 auto;
    background: #012e78;
    
}

a:link, a.mainlink:link {
    font-family:Verdana;
    font-size:8pt;
    color:#ffec1a;
    text-decoration:none;
}
a:visited, a.mainlink:visited {
    font-family:Verdana;
    font-size:8pt;
    color:#ffec1a;
    text-decoration:none;
}
a:hover, a.mainlink:hover {
    font-family:Verdana;
    font-size:8pt;
    color:#ffec1a;
    text-decoration:underline;
}

a.bottommenu:link {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    text-decoration:none;
}
a.bottommenu:visited {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    text-decoration:none;
}
a.bottommenu:hover {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    text-decoration:underline;
}

a.rightlink:link {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    font-weight:normal;
    text-decoration:none;
}
a.rightlink:visited {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    font-weight:normal;
    text-decoration:none;
}
a.rightlink:hover {
    font-family:Verdana;
    font-size:7pt;
    color:#ffec1a;
    font-weight:normal;
    text-decoration:underline;
}

#maincontainer p {
    font-family:Verdana;
    font-size:8pt;
    color:#ffffff;
}

#maincontainer .righttable {
    font-family:Verdana;
    font-size:7pt;
    color:#ffffff;
    margin-bottom:1em;
    margin-top:1em;
}

.pricetable {
	font-family:Verdana;
    font-size:8pt;
    color:#ffffff;
}

.bookingtable {
	font-family:Verdana;
    font-size:7pt;
    color:#000000;
}