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

#tent, #catering {
	float: left;
}
#catering {
	margin-left: 10px;
	width: 565px;
	background-color: #8f0922;
	color: #eeebe0;
}
#catering h1 {
	font-size: 12px;
	font-weight: normal;
}
#tent {
	margin-right: 10px;
	width: 385px;
	margin-left: 10px;
	background-color: #eeebe0;
	color: #8f0922;	
}

#tent .content {
	width: 275px;
}
#catering .content {
	width: 455px;
}
#gallery {
	text-align: center;
}
.galphoto {
	margin-right: 28px;
}