body {
	margin: 0 auto;
	width: 800px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}

#left {
	width: 160px;
	float: left;
}

#center {
	width: 470px;
	float: left;
}

#right {
	width: 160px;
	float: left;
}

.top {
	height: 100px;	
}

.logo {
	border-left: 2px solid #006;
	border-right: 2px solid #006;
	text-align: center;
}

.main {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #006;
	height: 600px;
	overflow: auto;
	padding: 10px;
}

.address {
	height: 100px;
	background-color: #fff;
	border: 4px solid #006;;
	color: #006;
	text-align: center;	
}

.hours {
	height: 120px;
	background-color: #fff;
	border: 4px solid #006;;
	color: #006;
	text-align: left;
	padding-left: 20px;
	text-align: center;
}

.spacer {
	height: 2px;
	background-color: #fff;
}

.buttons {
	background-color: #006;
	height: 380px;
	text-align: center;
}

.button {
	color: white;
	border: 1px solid white;
	margin: 6px;	
	background-color: #006;
	cursor: pointer;
	width: 140px;
}