@charset "utf-8";
body {
	background: #5F3714;
	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;
	font-family: "Minion Pro Med";
}
.oneColElsCtr #container {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin: auto;
}
#home_tab {
	float: left;
	height: 600px;
	width: 40px;
}
#logo {
	float: left;
	height: 95px;
	width: 606px;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/cent_site_bg.jpg);
}
#content {
	float: left;
	height: 470px;
	width: 540px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 36px;
	background-image: url(images/cent_site_bg.jpg);
}
#services_content {
	float: left;
	height: 470px;
	width: 540px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 36px;
	background-image: url(images/cent_site_bg.jpg);
	overflow: scroll;
}
#image1 {
	float: left;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-top: 20px;
}
#imagel {
	float: left;
	height: auto;
	width: auto;
	padding-right: 10px;
}
#imager {
	float: right;
	height: auto;
	width: auto;
	padding-left: 10px;
}

#home_2 {
	float: right;
	height: 600px;
	width: 40px;
}
#home_4 {
	float: right;
	height: 600px;
	width: 40px;
}
#home_3 {
	float: right;
	height: 600px;
	width: 40px;
}
#links {
}

