@charset "utf-8";
/* CSS Document */

a:hover img {
	outline: none;
}

#galleryImages {
	float: left;
	width: 700px;
	padding-bottom: 30px;
	background: #5C5C5C url(images/backgrounds/BackgroundCFlags03.jpg) no-repeat bottom left;
}

.gallerySection {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 24px;
	text-align: center;
	display:inline;
}

#flyingBannerGallery .gallerySection {
	height: 280px;
}

.gallerySection img {
	margin: 4px 0px 0px 12px
}

.gallerySection:hover img {
	outline: 1px solid #FF0000;
}

#description {
	height: 30px;
	background-image: none;
}

#darkerColour {
	float: left;
	width: 700px;
	height: 70px;
	background: #2b2b2b;
	margin-bottom: 40px;
	padding-top: 30px;
}







