/*html {*/
/*	overflow-y:hidden;*/
/*}*/
body {
/*	overflow: hidden;*/
	padding:0;
	margin:0; 
	font-family: Helvetica, Arial,sans-serif;	

	background:#04376a;
	background-image: url(bgWaves.gif);
	background-repeat:repeat-y ;
	background-position:center;
	color:white; 
}
p {
	margin:0 20px 0 20px;
	padding: 20px 0 20px 0;
	font-size:13px;
}
/*#BG{
	background: url(trees.gif) no-repeat fixed;
	background-position:center top;}*/
h3 {
	float:right;
	color:#b1c1d1
}
.wrapper{ 
	margin:0; 
	padding:0;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:960px;
	height:1380px;
/*	background:red; */
	background-image: url(palms.png);
	background-repeat:no-repeat;
	background-position:center top;
}
img  {
	border:none;
	padding:0; 
	margin:0;
}
.img{
	border:solid #b1c1d1 10px;
}
#header { 
	margin:0; 
	padding:0;
	width:100%;
	background: url(waves_logo2.png) no-repeat;
	background-position:left top;
	height:201px;	
	text-align:right;
}
#header h1 {
	padding:0; margin:0;
	color:#a2b5c8;
	float:right;
	font-size:3em;
	font-weight:bold;
}
A:link {
	color: #a2b6ca;
	text-decoration:underline;
	font-weight:bold
}
A:visited {
	color: #a2b6ca;
	text-decoration:underline;
	font-weight:bold
}
A:active {
	color: white
}
A:hover{
	color: white
}

h2 a:link, h3 a:link  {
	color: white;
	text-decoration:none
}
h2 a:visited, h3 a:visited  {
	color: white;
	text-decoration:none
}
h2 A:active, h3 A:active {
	color: #ff4c00;
}
h2 A:hover, h3 A:hover { 
	color: #ff4c00
}


.opaque {
	background: url(opaque.png);;
/* 	background-color: #282a36;*/
/* 	width: 100%;*/
/* 	color: #ffffff;*/
/* 	height:500px;*/
/* 	opacity: .4;*/
/* 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";*/
/* 	filter: alpha(opacity=40);*/
}
.opaque  h2 {
	padding: 0 0 0 16px; 
	margin: 15px 0 0 0;
}

#block1 {
	width:594px;
	height:457px;
	float:left;
}
#block2 {
	width:340px;
	height:245px;
	float:right;
}
#block3 {
	width:340px;
	height:182px;
	float:right;
	margin-top:30px;
}
#block4 {
	width:594px;
	height:457px;
	float:right;
}
#block5 {
	width:340px;
	height:245px;
	float:left;
}
#block6 {
	width:340px;
	height:182px;
	float:left;
	margin-top:30px;
}
#block7 {
	width:960px;
	height:457px;
}
.left {
	float:left;
	width:320px;
}
.right {
	float:right;
}
.lft {
	float:left
}
h3  {
	margin-top:70px;
}
.footer {
	text-align:center;
	
}
ul {
	font-size:.8em;
	list-style:none;
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0 20px 0 20px;
	margin: 0px;
	height: 2em;
}
.fine {
	font-size:.9em;
	font-style: italic;
}