#building_list a {
	display: block; float: left; clear: left;
	width: 120px;
	height: 120px;
	text-align: center;
	margin: 2px 2px 8px 2px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9b6b5d;
	border: 1px solid #9b6b5d;
	background: #f0ebeb;
}

#building_list dl dd a {
width: 120px; height: 80px; margin: 2px;
	padding: 2px;
float: left; clear: none;
}

#unit_list a {
	display: block; float: left; clear: left;
	width: 120px;
	height: 90px;
	text-align: center;
	margin: 2px 2px 8px 2px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9b6b5d;
	border: 1px solid #9b6b5d;
	background: #f0ebeb;
}

#navigation {
	overflow: auto;
	float: none;
	height: 33px;
	background: url(layout_images/menu_bar_combined.png) repeat-x right;
	padding-right: 100px;
	list-style: none;
	color: #7e1500;
	font-size: medium;
}