/* CSS Document */

body {
	margin:0px;
}

body {
	background:#FFFFFF url(../img/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	
}

h2 {
	font-size:24px;
	margin:0;
	padding:0 0 10px 0;
}

img, a img {
	border:none;
}

a:focus {
	outline:none;
}


/* layout */

#container {
	position:relative;
	width:750px;
	margin:50px auto 10px auto;
}

#beach {
	padding-top:18px;
}

#beach, #beachRefect{
	float:left;
	width:332px;
	
}

#chapel, #chapelReflect {
	float:right;
	width:360px;
}

#text {
	position:absolute;
	top:320px;
	left:20px;
	width:500px;
}

 


