body{
	font-family: Arial;
	font-size: 1em;
}

div#pageContainer{
	width: 960px;
}

div#header{
	padding: 10px 0 0;
}

div#header h1{
	margin: 0 0 5px;
}


div#banner{
	right: 0;
	bottom: 0;
	top: auto;
}

div#middleSection{
	background: #F8F8F8;
}

div#middleSection .module.gallery h3{
	background: #DDD;
	color: #AAA;
	font-weight: normal;
	font-size: 28px;
}

div#middleSection .module.gallery ul.itemList li{
	width: 33.33%;
	height: 225px;
	padding: 0;
	padding: 10px 0;
	text-align: center;
	float: left;
}

.module.gallery ul.itemList li a.thumbnail{
	float: none;
	margin: 0 0 10px 0;
}

div#middleSection .module.gallery ul.itemList li h3{
	font-size: 13px;
	background: none;
}

div#middleSection .module{
	margin: 0 0 20px;
}

div#middleSection .module.item_details_obj{
	text-align: center;
	margin-bottom: 0;
}

.module.item_details_obj img{
	margin: 20px auto;
	border: none;
}

.module.item_details_obj h3,
.module.item_details_obj p{
	text-align: left;
}

.module h3{
	background: #DDD;
	margin: 0;
	padding: 0 0 4px;
	color: #FFF;
}

.module.item_details_obj p{
	background: #DDD;
	margin: 0;
	padding: 5px 0 0;
	font-size: 12px;
	color: #666;
}

.module.item_details_obj p span{
	color: #FFF;
	font-weight: bold;
	margin-right: 0.5em;
}

div#middleSection .module.text_content_obj.contact{
	background: none;
}

