td.header {
	width: 1500px;
	background-image: url(images/header.png);
	background-repeat: repeat;
	height: 80px;
}
td.menu {
	vertical-align: top;
	width: 300px;
}
td.content {
	width: 1200px;
}
td.footer {
	width: 1500px;
	background-image: url(images/footer.png);
	background-repeat: repeat;
	height: 40px;
}
table.hours {
	border-radius: 13px;
	border: 2px solid red;
	padding: 5px;
}	
table.main {
	width: 1500px;
}
p {
	width: 1100px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
iframe {
	border: none;
	width: 1250px;
	height: 700px;
	overflow: hidden;
}
