        body {
          font-family: verdana,arial,sans-serif;
          font-size: 10px;
          line-height: 15px;
          color: #E8F3DA;
          background-color: #3C3A2B;
          background-image:url(images/bg2.jpg);
          background-repeat: no-repeat;
          background-position: fixed;
          text-align: center;
          padding: 0px;
          margin-top: 30px;
          margin-bottom: 40px;
        }
        
        html>body {text-align: -moz-center;}
        
        td {
          font-family: verdana,arial,sans-serif;
          font-size: 10px;
          line-height: 15px;
          color: #E8F3DA;
          text-align: left;
          vertical-align: top;
        }
        
        .main {
        	margin: 0 auto;
        }
        
        .nav {
          background-image: url(images/nav_bg.png);
          background-repeat: no-repeat;
          text-align: left;
          vertical-align: top;
          padding-top: 35px;
          padding-left: 17px;
          padding-bottom: 60px;
        }
        
        .subnav {
        	padding-left: 11px;
        	padding-top: 6px;
        	padding-bottom: 15px;
        	font-family: arial,verdana,sans-serif;
        	font-size: 11px;
        	line-height: 14px;
        }
        
        .content {
       		background-image: url(images/boat_bg.jpg);
       		background-repeat: no-repeat;
        }
        
        .inner_content {
       		background-image: url(images/boat_bg.jpg);
       		background-repeat: no-repeat;
        }
        
        .wrap1 {
        	border-color: #E6E7E9;
        	border-style: solid;
        	border-width: 1px;
        	margin-top: 9px;
        }
        
        .wrap2 {
        	border-color: #D9DADE;
        	border-style: solid;
        	border-width: 1px;
        }
        
        .wrap3 {
        	border-color: #C4C5C6;
        	border-style: solid;
        	border-width: 1px;
        }
        
        .content_box {
        	background-color: #605E45;
        	border-color: #F1F2F4;
        	border-style: solid;
        	border-width: 1px;
        	padding-left: 10px;
        	padding-right: 10px;
        	padding-bottom: 10px;
        	font-size: 9px;
        	color: #E8F3DA;
        }
        
        .content_box2 {
        	background-color: #3C3A2B;
        	border-color: #F1F2F4;
        	border-style: solid;
        	border-width: 1px;
        	padding: 10px;
        }
        
        .content_box_text {
        	text-align: justify;
        	font-size: 9px;
        	color: #E8F3DA;
        }
        
        .content_box_text2 {
        	font-size: 9px;
        	color: #E8F3DA;
        }
        
        .content_box_text3 {
        	font-size: 10px;
        	color: #E8F3DA;
        }
        
        .thumbs {
        	border-color: #C4C5C6;
        	border-style: solid;
        	border-width: 2px;
        	margin-top: 3px;
        	margin-right: 3px;
        }
        
        .thumbs2 {
        	border-color: #C4C5C6;
        	border-style: solid;
        	border-width: 2px;
        	margin-top: 3px;
        }
        
        .footer {
        	text-align: center;
        	padding-top: 30px;
        	line-height: 16px;
        }
        
        h1 {
					background-image: url(images/flower.jpg);
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 18px;
					font-weight: bold;
					font-size: 10px;
					color: #A8B167;
					margin-top: 15px;
					margin-bottom: 2px;
				}
        
        a:link {
          color: #929E5E;
          text-decoration: underline;
        }
        
        a:active {
          text-decoration: underline;
          color: #929E5E;
        }
        
        a:visited {
          text-decoration: underline;
          color: #929E5E;
        }
        
        a:hover {
          text-decoration: none;
          color: #929E5E;
        }
        
        .subnav a:link {
        	width: 114px;
        	background-image: url(images/nav_item_bg.gif);
        	background-repeat: no-repeat;
          color: #ffffff;
          text-decoration: none;
        }
        
        .subnav a:active {
        	width: 114px;
          background-image: url(images/nav_item_bg.gif);
        	background-repeat: no-repeat;
          color: #ffffff;
          text-decoration: none;
        }
        
        .subnav a:visited {
        	width: 114px;
          background-image: url(images/nav_item_bg.gif);
        	background-repeat: no-repeat;
          color: #ffffff;
          text-decoration: none;
        }
        
        .subnav a:hover {
        	width: 114px;
        	background-image: url(images/nav_item_bg_on.gif);
        	background-repeat: no-repeat;
          color: #ffffff;
          text-decoration: none;
        }
        
        .footer a:link {
        	color: #929E5E;
        	font-weight: bold;
        }
        
        .footer a:active {
        	color: #929E5E;
        	font-weight: bold;
        }
        
        .footer a:visited {
        	color: #929E5E;
        	font-weight: bold;
        }
        
        .footer a:hover {
        	color: #ffffff;
        	font-weight: bold;
        	text-decoration: none;
        }
        
        .input {
        	background-color: #AAB38C;
        	border: none;
          font-family: verdana,sans-serif;
          font-size: 11px;
          color: #605E45;
        }
        
        .input_btn {
        	font-size: 11px;
        	background-color: #BFDD96;
        	border: none;
        	color: #605E45;
        	font-weight: bold;
        	padding: 2px;
        }
        
        form {
        	margin: 0px;
        	padding: 0px;
        }