body
{
	background-color: #4d6986;
	color: #dbe3ea;
	background-image: url('../images/seabg2.jpg');
	background-repeat: both;
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Trebuchet MS", "Verdana", sans-serif;
}

img { border: none; }

#wave
{
	margin: 0 auto 0 auto;
	
	padding: 0;
	background-image: url('../images/wave2.png');
	background-repeat: no-repeat;
	width: 808px;
	min-height: 311px;
}


#topbar 
{
	width: 808px;
	height: 8px;
	background-image: url('../images/topbar.png');
	background-repeat: no-repeat;
	margin: 97px 0 0 0;
}

#banner
{
	background-image: url('../images/beach_796x232.jpg');
	background-repeat: no-repeat;
	width: 796px;
	height: 232px;
	padding-top: 18px;
	position: absolute;
	top:-5px;
	left: 3px;
}

#banner h1 { padding-left: 14px; zoom: 1;}
#banner h2 { text-align: right; padding-right: 80px;}

#content
{
	position: relative;
	width: 750px;
	min-height: 600px;
	margin: 0 0 0 0;
	/*padding: 18px 38px 18px 20px;*/
	padding: 232px 38px 18px 20px;
	
	
	background-image: url('../images/contentbg.png');
	background-repeat: repeat-y;
}

#botbar
{
	width: 808px;
	height: 15px;
	margin: 0 0 0 0;
	background-image: url('../images/botbar.png');
	background-repeat: no-repeat;
}




div.hr 
{
	width: 728px;
  	height: 8px;
  	background-image: url('../images/div_728x8.png');
/* no-repeat scroll center;*/
}
div.hr hr { display: none; }

div#cottages
{
	margin: 50px auto 50px auto;
	width: 600px;
}

div#mollans, div#no19
{
	float: left;
	width: 225px;
}

div#no19 { margin-left: 150px; } 

div#mollans h3, div#no19 h3
{
	padding: 0;
	margin: 4px 0 0 0;
}

div#mollans p, div#no19 p
{
	padding: 0;
	margin: 0 0 10px 0;
	font-style: italic;
}

h2 { font-size: 18px; }
h2#def { font-weight: normal; }
h3 { font-size: 17px;}
h3.extratop { margin-top: 50px; }
p { font-size: 16px; }

div.clearer { clear: both; }
span.light { font-weight: lighter; }


a { text-decoration: none; color: #b7d7f4; }
a:link { text-decoration: none; color: #b7d7f4; }
a:visited { text-decoration: none; color: #b7c1f4; }
a:active { text-decoration: underline; color: #f4b7b7; }
a:hover { text-decoration: underline; color: #f18080; }

.textlinks 
{
	text-align: center;
	margin-top: 60px;
}

#firstpara
{
	margin-top: 70px;
}


div#stblogo
{
	position: absolute;
	top: 160px;
	right: 8px;
}

div#thumbs
{
	float: right; 
	margin-left: 18px; 
	padding-left: 8px; 
	margin-top: 30px;
}

div#slogo
{
	margin: 20px auto 10px auto; 
	width: 43px; 
	height: 31px;
}

img.lightbox-img
{
	padding-bottom: 40px; 
	display: block;
}

/* IMAGE TRANSITION CODE - SEE http://www.brothercake.com/site/resources/scripts/transitions/ */

/* default opacity for IE */
img#mollanspic, img#no19pic {
	filter:alpha(opacity=100); /* applying this indiscriminately to all images causes IE7/8 to render png24s with binary transparency!!*/
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	filter:alpha(opacity=100);
	}

