@charset "utf-8";
/* CSS Document */

#greyBanner img {
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#containerBottom {
	clear:both;
	width:1050px;
	background:url(../images/background_grey_white.jpg) repeat-y;
	margin:0 auto;
	padding:20px;
	overflow:hidden;

}

#containerBottomImages {
	margin: 0 98px;
}

#containerBottomImages a {
	text-decoration:none;
	color:#462810;
}

#containerBottomImages a:hover {
	text-decoration:underline;
	color:#462810;
}

.gallery {
	float:left;
	margin:0 20px;
	text-align:center;
	width:162px;
	min-height:162px;
	overflow:hidden;
}

.gallery p {
	font-size:15px;
	text-align:center;
	outline:none;
	width:162px;
}

.gallery img {
	padding-top:5px;
	padding-bottom:30px;
	border:none;
}

.gallery img a {
	padding-top:5px;
	padding-bottom:30px;
	border:none;
}

p.gallerythumb a {
	text-decoration:none;
	color:#B33224;
}

p.gallerythumb a:hover {
	text-decoration:underline;
	color:#B33224;
}

