body {
	background: #fff;
	margin: 0;
	padding:0;
	border:0;
	width:900px;
	background-image: url(/images/ShorelineWinds.jpg);
	background-repeat: no-repeat;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#wraplayer {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 900px;
	text-align:left;
	border:none;
}

#wrapper {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#showcase {clear:both; width:900px; background:#fff; height:auto; border:1px solid #aaa; border-width:1px 0;}

#info {background:#fff; width:750px; float:left;}


#belowheader {
	position: absolute;
	padding: 0;
	top: 137px;
	width: 900px;
	height: 100%;
}


#main {
	/*clear: both;*/
	/*postiton:relative;*/
	display: inherit;
	margin: 0px 50px 0px 151px;
	height: auto;
	text-align: justify;
	padding: 0 8px 0 8px;
}

#main #leftcolumn {
	float: left;
	width: 300px;
	height: auto;
	margin: 4px -4px 0 -8px;
	padding: 8px;
	background-color: transparent;
	border-right-style: ridge;
	border-right-width: 3px;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
}

#main #floatleft {
	float: left;
}

#main #flowright {
	padding-left: 215px;
}

#main #clearit {
	clear: both;
}

#main #rightcolumn {
	float: right;
	width: 300px;
	margin: 4px 0 0 -10px;
	padding: 8px;
	background-color: transparent;
	border-left-style: ridge;
	border-left-width: 3px;
	border-bottom-style: ridge;
	border-bottom-width: 3px;
}