body{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;
	background: url(images/ocean_bg.gif) repeat-x;
 	background-color:#000000;
	color:#FFFFFF;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
 	line-height:20px;
	text-align: center;
	height:auto;

}

div {
	padding:0px;
	margin:0px;
}

h3
{ 
  	font-size:15px; 
  	font-family:Georgia, "Times New Roman", Times, serif; 
  	line-height:18px;
	font-style:italic;
  	color:#ffffff;
}

h2
{ 
  	font-size: 18px; 
	text-transform:uppercase;
  	font-family:Georgia, "Times New Roman", Times, serif; 
  	line-height:20px; 
  	font-weight:bold;
  	color:#ffffff;
}
img
{
    border:0px;
	padding: 0px;
	margin: 0px;
	float:left;
}

a:link{
    color:#FFFFFF;
	text-decoration:underline;
}

a:visited{
    color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
    color:#66CCFF;
	text-decoration:underline;
}

#bodybg{ 
}

#mainTable {
    width: 1024px; 
	padding: 0px;
}

#topimg {
    display: block;
	background: url("images/topimg.jpg") no-repeat;
	width: 1024px;
	height: 109px;
	padding: 0px;
	margin: 0px;
}

#header {
    display:block;
	background: url("images/headerbg.jpg") no-repeat;
	width: 1024px;
	height: 81px;
	padding: 0px;
	margin: 0px;
	clear:both;
}

#topMenu {
    float:left;
	padding-top:0px;
    padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin: 0px;
}

#container {
   clear:both;
   margin:0px;
   padding: 0px;
   background-color: #020609;	 
   width:1024px;
}

/*#uperbg {
    z-index: 1;
    padding: 0px;
    background: url("images/upperbg.jpg") no-repeat;
	width:1024px;
	height: 339px;
}*/

#contentBody {
	z-index: 200;
	background: url("images/upperbg.jpg") no-repeat;
	position: relative;
	width: 1024px;
	text-align:left;
	clear:both;
}
#contentLeft {
    margin-top: 20px;
	width: 229px;
	height: 450px;
	padding-left: 113px;
	padding-right: 15px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66CCFF;

}
#contentRight {
    width: 500px;
	padding-left: 40px;
	float: left;
	text-align:left;
	border-left: 1px #ffffff;
}

#footer {
   z-index: 10;
   position: relative;
   top: 180px;
   text-align:right;
   clear:both;
   font-size: 10px;
   padding-right:70px;
}

#lowerbg {
    z-index: 0;
	position: absolute;
	buttom:0px;
    background: url("images/lowerbg.jpg") no-repeat;
	width:1024px;
	height: 219px;
}

/*--------------Contact---------------*/

#ContactLeft{
   font-size:11px;
	line-height: 16px;
   display:block;
   width: 165px;    
   text-align:left;
   float:left;
}
#formleft
{   
   padding-top:0px;
   width: 100px;
   float:left;
}

input.inputbox
{
   background-color:#2B4B56;
   border:1px solid;
   border-color:#66CCFF;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#66CCFF;

}
input#resetButton{
    display:block;
	background: url("images/contact/clear.gif") no-repeat;
	border: 0px;
	width:71px;
	height:21px;
	float: left;

}
input#submitButton{
    display:block;
	background: url("images/contact/submit.gif") no-repeat;
	border: 0px;
	width:71px;
	height:21px;
    float: left;
	position: relative;
	left: 90px;
	
}
textarea.inputbox
{
   background-color:#2B4B56;
   border:1px solid;
   border-color:#66CCFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#66CCFF;
}

span.star
{
 	color:#66FFFF;
 	font-style: bold;
}
#formright
{  
   width: 200px;
   float:left;
}


/*--------------Gallery---------------*/

#bodybg
{
   background-color:#000000;
}
#gallery_header {
    display:block;
	background: url("images/gallery/gallery_header.jpg") no-repeat;
	width: 1024px;
	height: 123px;
	margin: 0px;
	clear:both;
}
#emptyspacer
{
    display:block;
	width: atuo;
	height: 80px;
}
#gallery_topMenu {
    float:left;
    padding-left:0px;
	padding-right:0px;
	margin: 0px;
}
#gallery_container {
   clear:both;
   	background-color: #000000;	 
}
#gallery_contentBody {
	z-index: 200;
	background-color:#000000;
	position: relative;
	padding-top: 20px;
	width: 1024px;
	text-align:left;
	clear:both;
	height: 470px;

}
#gallery_contentLeft {
	width: 300px;
	height: 470px;
	padding-left: 113px;
	padding-right: 15px;
	float: left;
	text-align: left;
}
#gallery_contentRight {
    display: block;
    width: 470px;
	hight:470px;
	padding-left: 40px;
	float: left;
	text-align:left;
	border-left: 1px #ffffff;
}

#gallery_thum {
    z-index: 300;
    position: relative;
	background-color:#000000;
    top: 20px;
   	margin-top: 20px;
  	width:auto;
	height: 55px;
	clear: both;
	padding-left: 90px;
}
img.thumstyle
{   
    padding-left: 5px;
	padding-right: 5px;
}
#gallery_lowerbg {
    z-index: 0;
	position: absolute;
	buttom:0px;
    background: url("images/gallery/gallery_lowerbg.jpg") no-repeat;
	width:1024px;
	height: 219px;
}

