#pageWrapper {
	width: 1000px;
	margin:auto;
}
.breadcrumb, .google {display:none;}

.sa-catering-link {
	display:block;
	height:90px;
	width:200px;
	background-image: url(image/CateringOut.jpg);
	float:left;
}

.sa-catering-link:hover {
	background-image: url(image/CateringIn.jpg);
}

.sa-furnishings {
	display:block;
	height:90px;
	width:200px;
	background-image: url(image/FurnishingsOut.jpg);
	float:left;
}

a .sa-furnishings:hover {
	background-image: url(image/FurnishingsIn.jpg);
}

.sa-flowers {
	display:block;
	height:90px;
	width:200px;
	background-image: url(image/FlowersOut.jpg);
	float:left;
}

a .sa-flowers:hover {
	background-image: url(image/FlowersIn.jpg);
}

.sa-bartending {
	display:block;
	height:90px;
	width:200px;
	background-image: url(image/BartendingOut.jpg);
	float:left;
}

a .sa-bartending:hover {
	background-image: url(image/BartendingIn.jpg);
}


.sa-more {
	display:block;
	height:90px;
	width:200px;
	background-image: url(image/MoreOut.jpg);
	float:left;
}

a .sa-more:hover {
	background-image: url(image/MoreIn.jpg);
}


#footer {
	text-align:center;
	font-size:.85em;
}