body		
		{
			margin: 0px;
			background-color: #B8B8B8;
			background-image: url('/userfiles/file/200905/images/grey_fade.gif');
			background-repeat: repeat-x;
			background-attachment: fixed;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 1.5;
			color: #003FA5;
			text-align: left;
		}
		
		a:link, a:visited, a:hover {
			color: #003FA5;
			font-weight: bold;
			text-decoration: none;
		}
				
		#wrapper		
		{
			position: relative;
			margin: 40px auto 0px auto;
			width: 960px;
			background-color: #F2E8D4;
			background-image: url('/userfiles/file/200905/images/sand_bg_sm.jpg');
			background-repeat: repeat-y;
		}
		
		#header		
		{
			position: relative;
			margin: 0px;
			width: 960px;
			height:300px;
		}
		
		#family		
		{
			position: absolute;
			top: 0px;
			left: 60px;
			width: 280px;
			height: 300px;
		}
		
		#top_copy		
		{
			position: absolute;
			top: 40px;
			left: 360px;
			width: 540px;
			height:260px;
		}
		
		.blue_bar		
		{
			position: relative;
			margin: 0px;
			width: 960px;
			height:200px;
			background-color:#1A51B8;
		}
		
		#seascape_logo
		{
			position: absolute;
			top: 15px;
			left: 120px;
			width: 160px;
			height: 170px;
			text-align: center;
		}
		
		.blue_bar_copy		
		{
			position: absolute;
			top: 0px;
			left: 360px;
			width: 540px;
			height:200px;
		}
		
		.blue_bar_copy p {
			font-size: 11px;
			line-height: 1.5;
			color: #FFF;
			margin: 0px;
			padding: 0px;
		}
		
		hr {
			color: #FFF;
			background-color: #FFF;
			height: 1px;
			width: 100%;
			margin: 12px 0px 0px 0px;
			border: outset #FFF 0px;
			padding: 0px;
		}
		
		hr.blue {
			color: #003FA5;
			background-color: #003FA5;
			height: 1px;
			width: 100%;
			margin: 40px 20px 40px 20px;
			border: outset #003FA5 0px;
		}
		
		h3 
		{
			margin-top: 18px;
			margin-bottom: 0px;
			padding: 0px;
			color:#80BAFF;
		}
		
		.blue_bar_copy h4 {
			margin-top: 60px;
			color: #FFF;
		}
		
		h5{
			color: #003FA5;
		}
		
		.blue_bar a:link, .blue_bar a:visited, .blue_bar a:hover {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
		}
		
		.section_divider {
			position: relative;
			width: 840px;
			margin: 20px 60px 20px 60px;
		}
		.listing {
			position: relative;
			width: 800px;
			height: 180px;
			margin: 20px 80px 20px 80px;
		}
		
		.photo {
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		.listing_copy {
			position: absolute;
			top: 0px;
			left: 280px;
			width: 540px;
			height:180px;
		}
		
		.listing_copy p{
			margin: 0px;
			padding: 0px;
		}
