*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #B5BCDC;
  background-image: url("images/background.jpg");
  background-repeat: repeat-x;
  font-family: arial;
  color: #444444;
}


a{
  text-decoration: none;
}
a:focus{
  outline: none;
}
 
ul{
  margin-left: 30px;
  margin-bottom: 15px;
}

li{
  margin-bottom: 5px;
}

h1{
  margin-bottom: 10px;
  color: #707CBB;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}

h2{
  margin-top: 15px;
  margin-bottom: 5px;
  color: #707CBB;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

p{
  margin-bottom: 10px;
}

#container{
  width: 842px;
  margin: 0 auto;
  margin-top: 50px;
  background-image: url(images/layout_r6_c1.jpg);
}

#sidebar{
  width: 257px;
  float: left;
}

#sidebar p{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1E0456;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  padding-left: 25px;
  padding-right: 15px;
  text-align: center;
}

#sidebarimage{
  background-image: url(images/layout_r1_c1.jpg);
  width: 257px;
  height: 476px; 
}

#main{
  width: 585px;
  margin-left: 257px;
}

#header{
  width: 585px;
  height: 300px;
  background-image: url(images/layout_r1_c2.jpg);
}

#navbar{
  position: relative;
  top: 262px;
  text-align:center;
}

#navbar a{
  display: inline-block;
  width: 116px;
  height: 27px;
  margin-right: 2px;
  background-image: url(images/nav.png);
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  font-family: "Century Gothic", arial; 
}

#navbar a:hover{
  background-image: url(images/nav-hover.png); 
}

#navbar .current{
  background-image: url(images/nav-selected.png);
}

#navbar .current:hover{
  background-image: url(images/nav-selected.png);
}

#content{
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 19px;
  font-family: arial;
  
}

#footer{
  clear: both;
  background-image: url(images/layout_r8_c1.jpg);
  width: 842px;
  height: 25px;
}

#copy{
  text-align: center;
  font-size: 10px;
  color: #7580BD;
  padding-bottom: 10px;
}

#copy a{
  text-decoration: none;
  color: #7580BD;
}

#printlogo{
  display: none;
}


.booking td{
  padding: 0 10px 5px 0;
}
.booking input, textarea{
  padding: 3px;
  border: 1px solid #CCC;
  width: 300px;
  font-family: arial;
  font-size: 12px;
}









.contact td{
  padding-right: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

.contact input, textarea{
  border: 1px solid #CCC;
  padding: 3px;
  width: 250px;
}








.todo{
  padding: 10px;
  margin: 10px;
  border: 1px solid #FF0000;
  background: rgba(255, 0, 0, 0.1);
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
}
















