@charset "utf-8";
/* CSS Document */

#folbox {
	width: 950px;
	border: thin solid #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
}
#banner_box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 210px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #390;
}
#logo_box {
	float: left;
	height: 210px;
	width: 420px;
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
}
#photo_us {
	float: left;
	height: 210px;
	width: 210px;
}
#menu_box {
	float: right;
	height: 210px;
	width: 300px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #396;
}
#body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height: 555px;
	width: 930px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #396;
	background-image: url(images/tea_tree.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	vertical-align: middle;
}
#bus_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 950px;
	background-color: #FFF;
}

#body_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #390;
	height: 35px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	text-decoration: underline;
	font-weight: bolder;
}

#footer_box {
	height: 125px;
	width: 950px;
	border: thin solid #F99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #393;
	position: inherit;
}
#local_business {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

