#headerContainer {
	width: 100%;
	float: left;
}
#headerContent {
	height: 145px;
	width: 830px;
	background-image: url(../Images/HeaderLogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0;
}
#headerSpacer {
	width: 200px;
	height: 145px;
	float: left;
	background-color: #000000;
}
#headerContentContainer {
	width: 1030px;
	height: 145px;
}
#restaurantAddress {
	width: 810px;
	padding-right: 20px;
	text-align: right;
	margin-top: 35px;
	color: #FFFFFF;
	clear: both;
	display: block;
}
.restaurantAddressTitle {
	margin: 0;
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
	display: block;

}
.restaurantAddress{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	clear: both;
	display: block;
}
