@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #732d17;
	background-image: url(../images/header/brick_bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding for differing browser defaults */
	padding: 0;
}
a.selected {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
img {
	border:0;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
.hours #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.hours #mainwrapper {
	width:960px;
	z-index: 2;
	position:relative;
	background-color: #732d17;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
.hours #maintitle {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 600px;
	display:inline;
	position: absolute;
	top:275px;
	left:0px;
}

.hours #maincontent {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 600px;
	display:inline;
	position: absolute;
	top:395px;
	left:0px;
}

.hours #mainphoto {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 600px;
	top: 525px;
	left: 0px;
	display:inline;
	position: absolute;
}

.hours #mainaddress {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 600px;
	top: 750px;
	left:0px;
	display:inline;
	position: absolute;
}

.hours #sidecontent {
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 360px;
	position: absolute;
	display:inline;
	left:600px;
	top:275px;
}

.hours #sideanchor {
	height: 215px;
	width: 360px;
	position: absolute;
	top: 695px;
	left:600px;
	margin: 0px;
	padding: 0px;
	display:inline;
}
