body
{
  margin: 0pt;
  padding: 0pt;
  text-align: center;
  background:#EEE;
  color:#000;
  font-family:Verdana,Arial,sans-serif;
  font-size:9pt;
  line-height:1.3em;
}

div#wrapper
{
  text-align: left;
  width: 950px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  height: 360px;
}

#header
{
  background:#FFF url(images/header.jpg) no-repeat;
  height:200px;
  margin:0pt auto;
  position:relative;
  width:950px;
}

#nav
{
  background:#FFF url(images/nav_background.gif) repeat-x;
  height:50px;
  margin:0pt auto;
  width:950px;
}

div#container
{
  margin: 0 20 10 20;
}

h1
{
  font-size: 1.1em;
}

h6
{
  font-size: 0.9em;
}

p
{
  text-align:justify;
}

.btnHome
{
width: 120px;
height: 50px;
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(images/tab_home.gif);
}

.btnHome:hover
{
background-image: url(images/tab_homeh.gif);
}

.btnServices
{
width: 170px;
height: 50px;
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(images/tab_services.gif);
}

.btnServices:hover
{
background-image: url(images/tab_servicesh.gif);
}

.btnFleet
{
width: 135px;
height: 50px;
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(images/tab_fleet.gif);
}

.btnFleet:hover
{
background-image: url(images/tab_fleeth.gif);
}

.btnBooking
{
width: 235px;
height: 50px;
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(images/tab_booking.gif);
}

.btnBooking:hover
{
background-image: url(images/tab_bookingh.gif);
}

.btnContact
{
width: 200px;
height: 50px;
display: block;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(images/tab_contact.gif);
}

.btnContact:hover
{
background-image: url(images/tab_contacth.gif);
}