/*---------------------
Common Layout
---------------------*/

#header {
	height: 59px;
	background: url(../images/comm_header.gif) top center no-repeat;
}

#content {
	background: #fff;
}

#left {
	float: left;
	width: 254px;
	text-align: right;
}

#right {
	margin-left: 254px;
	padding: 25px;
}

#floors {
	width: 330px;
}

#address {
	width: 350px;
}
#overviewNav {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
