body {
	text-align: center;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	background: url('../images/orange-background.jpg');
}

a {
	color: #C3751F;
}

a:hover {
	color: #800080;
}

img {
	border: 0px;
}

.body_container {
	width: 800px;
	background: url('../images/body_bg.jpg') top center repeat-y;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	background: url('../images/header.jpg') top center no-repeat;
	height: 1%;
}

html>body .header {
	background: url('../images/header.jpg') top center no-repeat;
	height: auto;
}

.main_container {
	background: url('../images/home_footer.jpg') bottom center no-repeat;
	min-height: 600px;
	height: 1%;
}

html>body .main_container {
	background: url('../images/home_footer.jpg') bottom center no-repeat;
	min-height: 600px;
	height: auto;
}

.menu {
	float: left;
	padding-top: 165px;
	width: 118px;
	text-align: center;
	border: 0px;
}

.menu img {
	margin: 2px;
}

.menu h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.menu p {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.content {
	float: left;
	margin: 10px 0px 0px 50px;
	width: 600px;
}

.page_title {
	height: 60px;
	margin-left: 64px;
	color: #800080;
	font-weight: bold;
	font-family: Arial Rounded MT Bold;
	font-size: 26px;
}

.body_text {
	margin-top: 40px;
	margin-left: 64px;
	font-size: 15px;
	margin-bottom: 210px;
}

#directions {
	position: relative;
	bottom: 0px;
	text-align: center;
	height: 66px;
	margin-right: 8px;
}

#directions a:hover {
	color: #ffffff;

}

.footer {
	padding-top: 4px;
	color: #ffffff;
	font-size: 12px;
}

.footer a {
	color: #800080;
}

.footer a:hover {
	color: #800080;
}