html {
background-image: url(../images/logo.jpg);
background-color: #FFFFBB;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 15% 0 15%;
	padding: 0px;
  color: #000000;
	border-right-color: #FFCF2A;
	border-right-style: double;
	border-bottom-color: #FFCF2A;
	border-bottom-style: double;
	border-top-color: #FFCF2A;
	border-top-style: solid;;
}

h1
{
margin-top: 0px;
margin-bottom: 0px;
color: #00008d;
font-size: 24px;
line-height: 44px;
}

h2
{
margin-top: 0px;
margin-bottom: 0px;
font-size: 18px;
}

h3
{
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: #00008d;
}

h4
{
margin-top: 0px;
margin-bottom: 0px;
font-size: 12px;
font-weight: bold;
color: #00008d;
}

h5
{
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
color: #cc0000;

}

#outer_wrapper {
  
}

#wrapper {

}

#container {
padding: 12px;
background-color: #ffffff;
background-image: url("images/bg2.gif");
}

#header {
  float: left;
  width: 100%;
	background-color: #ffffff;
  border-bottom: 1px solid #00008d;
  margin-bottom: 2em;
}

#header ul {
  margin: 0;
  padding: 2em 0 0 0;
  list-style: none;
}

#header li {
  float: left;
  background-image: url("images/tab_left.gif");
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
  padding: 0 0 0 8px;
}

#header a {
  float: left;
  display: block;
  background-image: url("images/tab_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0.2em 10px 0.2em 0;
  text-decoration: none;
  font-weight: bold;
  color: #333366;
}
#booking #header li.booking,
#directions #header li.directions,
#missions #header li.missions,
#terms #header li.terms,
#cv #header li.cv,
#africa2010 #header li.africa2010,
#business #header li.business {
    background-image: url("images/tab_active_left.gif");
}
#booking #header li.booking a,
#directions #header li.directions a,
#missions #header li.missions a,
#terms #header li.terms a,
#cv #header li.cv a,
#africa2010 #header li.africa2010 a,
#business #header li.business a {
  background-image: url("images/tab_active_right.gif");
  background-color: transparent;
  color:#FFFFFF;
}

#content {
background-color: #ffffff;
min-height: 500px;
}

#sidebar {
  float: right;
	padding-top: 2px;
	padding-left: 4px;
	margin-left: 2px;
	font-size: .9em;
}

#footer {
  background: #ffffff;
  clear: both; 
	text-align: center;
	font-size: .8em;
	border-top: 1px #00008d solid;
}

.right {
float: right;
margin-top: 10px;
margin-left: 30px;
margin-right: 5px;
margin-bottom: 20px;
width: 200px;
font-size: .8em;
background-image: url("images/bg2.gif");
background-repeat: repeat-y;
position: relative;
min-height: 140px;
}

