#header {
	background-image: url(http://www.cotswoldwildlifepark.co.uk/gardens/header-background.jpg);
}

#groupvisit {
	background-color: #F7F8F3;
	padding: 0px 0px 8px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#groupvisit h1 {
	color: #FFFFFF;
	background-color: #009933;
	display: block;
	padding: 4px;
	margin-bottom: 0px;
}
#groupvisit p {
	margin: 0px;
	padding: 4px;
}
#groupvisit img {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 4px;
}
#leftimages {
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 500px;
}

#leftimages img, #rightimages img {
	margin-bottom: 4px;
	border: 1px solid #000000;
	margin-top: 2px;
}
#rightimages {
	float: right;
	width: 250px;
	margin-left: 10px;
	height: 500px;
}
#leftimages .text, #rightimages .text {
	font-size: 0.6em;
	font-style: italic;
	clear: both;
	text-align: center;
	width: 250px;
}

