/* START Layout Styles */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
div#container-page  {
  background-image: url(images/page_back.jpg);
  background-repeat: repeat-y;
  background-position: 0% 693px;
  width: 780px;
  margin: 0 auto;  
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
  position: relative;
  min-height: 770px; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /*For IE */
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
div#container-inner {
  background-image: url(images/back.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  min-height: 770px; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /*For IE */
}
div#header {
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  background-position: 28px 16px;
  height: 126px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
div#loginbox {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
  text-align: right;
}
div#content {
  width: 100%;
  position: relative; /*** Let's be nice to IE ***/  
  display: table; /*** For non-IE browsers ***/  
}
div#nav {
  width: 150px;
  float: left;
}
div#main-content {
  width: 500px;
  float: right;
  padding-right: 100px;
}
div#right {
  float: right;
  width: 200px;
  padding-left: 20px;
  padding-bottom: 100px;
  padding-right: 20px;
}
div#footer {
  padding-top: 10px;
  padding-left: 180px;
  clear: both;
}
div#filler {
  height: 20px;
}
/* END Layout Styles */


/* START Text Styles */
.headertext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #FFFFFF;
  font-weight: bold;
}
.headertext a:link, .headertext a:visited, .headertext a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.headertext a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.headertext th {
  font-size: 1.3em;
}
.contenttext {
  font-family: Tahoma, Helvetica;
  font-size: 0.7em;
  color: #000000;
  background-color: transparent;
  text-align: justify;
  text-decoration: none;
}
.contenttext a:link, .contenttext a:visited, .contenttext a:active {
  color: #0A8EFF;
  text-decoration: none;
}
.contenttext a:hover {
  color: #0A8EFF;
  text-decoration: underline;
}
.footertext {
  font-size: 0.8em;
  color: #000000;
  text-align: left;
  text-decoration: none;
  padding-left: 1px;
  color: #A1A1A1;
}
.footertext a:link, .footertext a:visited, .footertext a:active {
  color: #0A8EFF;
  text-decoration: none;
}
.footertext a:hover {
  text-decoration: underline;
}
.navtext, .navtext a:link, .navtext a:visited, .navtext a:active {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.navtext a:hover {
  color: #BAE1FF;
}
.navtext li{
  width: 128px;
  height: 27px;
  text-align: right;
  list-style-type: none;
  display: block;
  width: 128px;
  height: 27px;
}
.homebtn {
  background-image: url(images/nav01.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.homebtn a, .tripsbtn a, .gallerybtn a, .surfsupbtn a, .bookingbtn a, .memberbtn a, .whobtn a, 
.newsbtn a, .contactbtn a, .linksbtn a {
  display:block;
  width: 128px;
  height: 27px;
  margin-bottom: -18px;
  padding-top: 5px;
}
.tripsbtn{
  background-image: url(images/nav02.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.gallerybtn{
  background-image: url(images/nav03.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.surfsupbtn{
  background-image: url(images/nav04.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.bookingbtn{
  background-image: url(images/nav05.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.memberbtn{
  background-image: url(images/nav06.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.whobtn{
  background-image: url(images/nav07.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.newsbtn{
  background-image: url(images/nav08.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.contactbtn{
  background-image: url(images/nav09.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.linksbtn{
  background-image: url(images/nav10.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
p {
  padding-top: 15px;
}
.form {
  color: #0A8EFF;
}
.formbtn {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0px;
  color: #0A8EFF;
}
.login-form {
  background-color: #D1EAFF;
  border: 1px solid #3090C2;
}
.login-form-btn {
  background-image: url(images/submit_button.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 23px;
  height: 17px;
  border: 0px;
  padding: 0px;
}
.main-image {
  float: right;
  margin-right: 50px;
  margin-left: 10px;
  width: 284px;
  height: 143px;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.2em;
  padding-top: 10px;
}
#ad image {
  border: 2px solid #D95030;
}
img {
  border: 4px double #911D8A;
}
.heading {
  border: 0px;
}
.page-image {
  float: right;
  margin-left: 5px;
}
.contenttext li {
  background-image: url(images/bullet_flower.gif);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-bottom: 5px;
}

.bullets {
  background-image: url(images/bullet_flower.gif);
  background-position:right;
  background-repeat: no-repeat;
}

/* END Text Styles */