body{
	background-color: White;
	background-image: url(../images/site_images/water_background2.jpg);
	color: black;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
#container{
	margin: 1em;
	background-image: none;
	height: 100%;
	border: none;
	background: transparent;
}

#columns{
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
}
.boating_in_france{
		width: 400px;
	float: left;
	text-align: center;
}
.boating_in_england{
	width: 400px;
	float: right;
	text-align: center;

}
#content{
	margin: 0;
	padding: 0;

}
#content h1{
	color: #CC0000;
	margin: .5em auto 0 auto;
	line-height: 1.2;
	text-align: center;
	font-size: 26pt;
}
#content h2{
	margin: .5em auto 0 auto;
	padding: 0;
	line-height: 1;
	color: navy;
	text-align: center;
	font-size: 18pt;
}
#content h3{
	text-align: center;
}
#content p{
	text-align: justify;
	margin: 0 auto .5em auto;
}
form{
	margin: 0;
	padding: 0;
}
#bypass{
	clear: both;
	text-align: center;
	font-size: .8em;
	margin: 0 auto 0 auto;
}