/**
	site	: www.deepseaadventures.com
	author	: Mathieu Drouin - mat@drewin.com
	created	: 2008-02-28
	updated	: 2008-03-16
*/
body { 
	margin:0px; padding:0px;
	background-position:left top;
	/*background-image:url("../images/bg4.jpg");*/
	background-repeat:repeat-y;
	background-color:#091581;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	height: 100%;
}

#left { 
	margin: 0px; padding:0px;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#010417;
	background-image:url("../images/logo.jpg");
	width:400px;
	height:600px;
	float:left;
	_margin-right: -3px;
}

#center {
	margin: 0px; padding:0px;
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#091581;
	background-image:url("../images/bg1.jpg"); 
	margin-left:400px;
	/* for IE5.x and IE6 */
	_margin-left:0px;
	height:auto !important;
	height: 100%;
	min-height: 750px;
	border-bottom: 1px solid #091581;
}

#center h2, h3, p, ul, li
{
	margin-left: 30px;
	margin-right: 30px;
}

#center #red
{
	font-weight:bold;
	color:#FF0000;
	display:inline;
}

#footer_left
{
	margin: 0px; padding:0px;
	background-position:left top;
	background-repeat:repeat-x;
	background-image:url("../images/bg2.jpg");
	width:400px;
	height:226px;
	float:left;
	_margin-right: -3px;
}

#footer {
	margin: 0px; padding:0px;
	background-position:left top;
	background-repeat:repeat-x;
	background-image:url("../images/bg2.jpg");
	height:auto !important;
	height:226px;
	min-height:226px;
	_margin-left:0px;
}

#copyright {
	padding:0px;
	background-color:#010417;
	font-size:10px;
	height:60px;
	text-align:center;
}

/** photo gallery styles */	
.gallery {
	margin-left: 70px;
	width:50%;
}
.galleryspacer {
  clear: both;
}
   
.galleryfloat {
	float: left;
	width: 60px;
	padding: 7px;
}

/** menu styles */	
a:link, a:active, a:visited 
{
	color: #FFFFFF; 
}

a:hover 
{
	color: #666666;	
	text-decoration: none; 
}

#navSquare 
{
	margin: 0;
	padding: 30px 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
}

#navSquare li 
{
	margin: 0px; padding: 0px;
	display: inline;
	list-style-type: none;
}
	
#navSquare a:link, #navSquare a:visited 
{
	padding: 0 12px 6px 12px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #708491;
	float: left;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover 
{
	color: #CCCCCC;
	background: url("../images/tab.gif") no-repeat bottom center;
}