* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -185px; /* the bottom margin is the negative value of the footer's height */

}
.footer, .push {
	height: 185px; /* .push must be the same height as .footer */
}

body{
		
		text-align: center;
		
}
.wrapper{
	width: 1038px;
	text-align: left;
	background: url(../images/bg.jpg) top center repeat-y;
}
.header{
	width: 1038px;
	height: 117px;
	background: url(../images/header.jpg) top left no-repeat;
}

#top{
	width: 1038px;
}
	#topleft{
		float: left;
		width: 297px;
		height: 126px;
		background: url(../images/top_left_1.jpg) top left no-repeat;
	}
	#topcenter{
		float: left;
		width: 457px;
		height: 126px;
	}
		#bealbyroadbeachhouse{
			width: 457px;
			height: 126px;
			background: url(../images/bealbyroadbeachhouse2.jpg) top left no-repeat;
			
		}
		#bealbyroadbeachhouse h1{
			display: none;
		}
	#topright{
		float: left;
		width: 284px;
		height: 126px;
		background: url(../images/top_right_1.jpg) top left no-repeat;
		
	}
#main{
	float: left;
	width: 1038px;
	background: url(../images/top_left_2.jpg) top left no-repeat;
	
	
}
	#content{
		float: left;
		width: 650px;
		margin-left: 190px;
		font-family: arial, helvetica, sans-serif;
		color: #65767D;
	}
	#content hr{
		border: 0px;
		border-bottom: 1px solid #C9D0CB;
		margin-bottom: 15px;
		margin-top: 15px;
		clear: both;
	}
	#content img{
		border: 1px solid #6E878C;
		padding: 6px;
		float: left;
		margin-bottom: 15px;
	}
		#content .photos{
			margin: 6px;
		}
	#content ul{
		float: left;
		width: 250px;
		font-size: 14px;
	}
	#content p{
		line-height: 18px;
		font-size: 14px;
		
	}
	#content .discover{
		float: left;
		width: 250px;
		font-size: 24px;
		margin-top: 40px;
		padding-left: 15px;
	}
	#content a{
		color: #65767D;
	}


.footer{
	width: 100%;
	height: 185px;
	padding: 0px auto 0px;
	
	
}
	.footboard{
		width: 1038px;
		
		background: url(../images/footboard.jpg) top center no-repeat;
		height: 72px;
	}
	.footfloor{
		background: url(../images/footer.jpg) bottom center no-repeat #BFD0B7;
		height: 113px;
		width: 100%;
	}
