#container {
	background-color: #3016F5;
	height: 1500px;
	width: 1040px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000;
	background-image: url(assets/newbackground2.jpg);
	z-index: 0;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:1040px;
	height:215px;
	z-index:1;
	background-image: url(assets/header1.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
	background-color: #000000;
}
#menu {
	position:absolute;
	left:0px;
	top:214px;
	width:1034px;
	height:24px;
	z-index:2;
	background-color: #CCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-repeat: repeat-x;
	background-image: url(assets/menubar.jpg);
}
body {
	background-color: #fff;
	background-image: url(assets/grey_background.JPG);
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
#hours {
	position:absolute;
	left:3px;
	top:8px;
	width:180px;
	height:165px;
	z-index:1;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 2px;
}
#footer {
	position:absolute;
	left:207px;
	top:1417px;
	width:662px;
	height:63px;
	z-index:7;
}
