body {
	padding:0;
	margin:0;
	height:100%;
	font-size: 0.9em;
	font-family: arial, sans-serif;
}

.container {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #070096;
	border-left: 2px solid #070096;
	border-right: 2px solid #070096;
}

#wrapper {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 946px;
	height: 218px;
	_height: 201px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}

#main_content {
	color: black;
	width: 946px;
	min-height: 500px;
	margin-top: 0px;
	*margin-top: -424px;
	_margin-top: -424px;
	position: relative;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#inner_content {
	width: 650px;
	min-height: 575px;
	margin-left: 280px;
	
}

#left {
	display: block;
	width: 280px;
	float: left;
}

#left_box {
	padding: 1em;
	width: 250px;
	margin-top: 1em;
	z-index: 200;
	position: relative;	
}

#right_box {
	display: block;
	padding: 1em;
	width: 185px;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: 4em;
	float: right;
	border: 2px solid #C3996C;
	z-index: 200;
	position: relative;
	background-image: url(../images/box_background.png);
	background-repeat: repeat-x;	
}

table#hours {
	margin-left: auto;
	margin-right: auto;
}


#footer {
	clear: both;
	width: 950px;
	height: 46px;
	text-align: center;
	color: white;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/footer.png);
	_background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 10px;
}

#disclaimer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

