body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #29166f url(../images/bubbles_bg.gif) repeat fixed;
	color: #fff;
	margin: 0px 0px;
}

a
{
	color: #29166f;
}

a:hover
{
	color: #666;
}

/************************************/
/* LAYOUT
/************************************/

#site_frame
{
	position: absolute;
	width: 800px;
}

#logo {
	position: absolute;
	z-index: 1;
	height: 235px;
	width: 800px;
}

/************************************/
/* BODY
/************************************/

#body {
	position: absolute;
	left: 195px;
	top: 240px;
	width: 565px;
	padding: 10px 10px;
	background-color: #fff;
	color: #333333;	
	font-size: 14px;
}

#body .title
{
	font-size: 26px;
	color: #29166f;
	font-weight: bold;
}

#body hr
{
	clear: both;
	border: 1px solid #29166f;
}

#body #lang
{
	position: relative;
	float: right;
	font-size: 11px;
}

#body #lang span
{
	border: 1px solid #29166f;
	padding: 2px 2px;
	margin: 0px 4px;
	background-color: #dadada;
}

#body #lang a
{
	border: 1px solid #fff;
	padding: 2px 2px;
}

#body img
{
	position: relative;
	float: right;
	border: 1px solid #29166f;
	margin: 2px 2px;
}

/************************************/
/* MENU
/************************************/

#menu {
	position: absolute;
	z-index: 2;
	width: 190px;
	height: 384px;
	left: 0px;
	top: 240px;
	background: #99ccff url(../images/menu.jpg) no-repeat top left;
}

#menu #list
{
	position: absolute;
	width: 170px;
	text-align: center;
	top: 10px;
	left: 10px;
}

#menu #list a
{
	display: block;
	width: 170px;
	height: 30px;
	color: #29166f;
	padding-left: 2px;
	line-height: 30px;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: bold;
}

#menu #list a:hover
{
	background: url(../images/menu_highlight.gif) no-repeat top left;
}

#menu #list div
{
	display: block;
	width: 170px;
	height: 30px;
	color: #29166f;
	padding-left: 2px;
	line-height: 30px;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	background: url(../images/menu_highlight2.gif) no-repeat top left;
}

/************************************/
/* FOOTER
/************************************/

#footer img
{
	float: none;
	border: none;
	margin: 0;
}

#scubageek
{
	position: relative;
	float: left;
	font-size: 10px;
	color: #666;
	text-align: left;
	line-height: 18px;
}

#copyright
{
	position: relative;
	float: right;
	font-size: 10px;
	color: #666;
	text-align: right;
	line-height: 18px;	
	margin-top: -18px;
}

#sitemap
{
	position: relative;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}

/************************************/
/* QUOTE
/************************************/

.quote_en
{
	position: relative;
	width: 100%;
	background: #29166f url(../images/quote_en.gif) top center no-repeat;
	margin-top: 10px;
	text-align: center;
}

.quote_es
{
	position: relative;
	width: 100%;
	background: #29166f url(../images/quote_es.gif) top center no-repeat;
	margin-top: 10px;
	text-align: center;
}

.quote_content
{
	color: #fff;
	font-size: 18px;
	font-style:italic;
	width: 480px;
	padding-top: 125px;
	padding-left: 60px;
}

/************************************/
/* STAFF
/************************************/

.staff
{
	position: relative;
	border: 1px solid #29166f;
	clear: both;
	margin-bottom: 10px;
}

.staff .name
{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 36px;
	background: #29166f;
	line-height: 36px;
	padding-left: 5px;
}

.staff .profile
{
	font-size: 14px;
	padding: 5px 5px;
}

/************************************/
/* SUBSECTIONS
/************************************/
.subsection
{
	position: relative;
	width: 100%;
}

.section_header
{
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #29166f;
}

.section_header a
{
	position: relative;
	top: 8px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	float: left;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 9px;
	border: 1px #29166f solid;
	background-color: #29166f;
}

.section_header a:hover
{
	background: #dadada;
	border: 1px solid #29166f;
	color: #29166f;
}

.section_header div
{
	position: relative;
	top: 8px;
	width: 120px; 
	height: 30px;
	font-size: 16px;
	float: left;
	display: block;
	line-height: 30px;
	text-decoration: none;
	margin: 0px 9px;
	border: 1px #29166f solid;
	border-bottom: 1px #fff solid;	
	color: #29166f;
}

.section_content
{
	position: relative;
	display: block;
	width: 541px;
	border: 2px #29166f solid;
	border-top: none;
	padding: 10px 10px;
	font-size: 12px;
}

.section_content img
{
	position: relative;
	float: right; 
	clear: both;
	border: none;
}

/************************************/
/* GALLERY
/************************************/

.drawpicture a:hover
{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

