* {margin:0; padding: 0;}
body{
  background: #70ADE4 url('/images_new/background.jpg') repeat-x;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 13px;
	color: #494949;
}
#wrapper{  
  width: 1009px;
  margin: auto;
}

a img{border:none;}
a:link,a:visited{color: #3989d4; }
a:hover,a:active{text-decoration: none;}

h1{
  font-size: 20px;
  color: #3989d4;
  float: left;
  margin-bottom: 0px;
  padding: 0;
}
h3{
  font-size: 18px;
  font-weight: bold;
  /*color: #3989d4;*/
  margin: 8px 0 5px 0;
}
p{
  text-align: justify;
  margin-bottom: 10px;
}
ul{
  margin-left: 18px;
}
ul li{margin-bottom:5px;}

.clear{clear: both;}
.red{color: red; font-weight: bold;}
.center{text-align: center;}

#header{
  background: url('/images_new/header_bg.jpg') top left no-repeat;
  height: 266px;
  width: 100%;
  position: relative;
}
#header img{
  position: absolute;
  top: 35px;
  left: 142px;
}
#menu{
  position: absolute;
  bottom: 16px;
  left: 60px;
  margin-left: 60px;
}
#book-now{
  float: right;
  margin: -16px -18px 0 0;
  background: url('/images_new/book_now_button.png') top left no-repeat;
  width: 152px;
  height: 35px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}

#content{
  width: 850px;
  background: #fff url('/images_new/content_bg.jpg') top no-repeat;
  /*height: 400px;*/
  margin-left: 47px;
  text-align: left;
  padding: 20px 25px 35px 25px;
  position: relative;
}
#content p.contact{
  position: absolute;
  bottom: -5px;
  left: 100px;
}

#footer{
  width: 900px;
  background: url('/images_new/footer_bg.jpg') top left no-repeat;
  height: 55px;
  margin-left: 47px;
}
#footer-menu{
  padding: 7px 0 0 50px;
}
