/*
 	old_city_hall_page.css: style rules that pertain to the 'old city hall' page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.restpics {
	width: 50%;
	margin: 0 auto 0 auto;
	border: none;
	border-collapse: separate;
	border-spacing: 50px 0px;
}

.restpics td {
	width: 50%;
	text-align: center;
}

.restpics h3 {
	margin: 0 0 5px 0;
}

.restpics div {
	width: 200px;
	background-color: white;
	border: solid 2px #033734;
	padding: 10px; 
	padding: 0 auto 0 auto;
}

.restpics a {
	display: block;
	text-decoration: none;
}
.restpics img {
	border: solid 2px #033734;
	background: #ccddcc;
	display: block;
	width: 150px;
	height: 100px;
	margin: 10px auto 10px auto;
}

