/* gastronomy.view.css */

* html #footer {
	bottom: -75px;
}

#layout #content {
	width: 600px;
	float: left;
	margin-left: 35px;
	overflow: hidden;
}

#content .box {
	width: 160px;
	margin: 0 15px 10px -1px;
	padding: 0 0 0 15px;
	border-left: 1px #cccccc solid;
}
#content .box h3 {
	margin: 10px 0 5px 0;
}
#content .box p {
	margin-bottom: 0;
	padding-bottom: 0;
}
