@charset "utf-8";
#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#welcome {
}
#filler {
	height: 50px;
	background-image: url(../images/round_nav.jpg);
}

#footer {
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	float: none;
	width: 890px;
}

#nav {
	float: right;
	width: 300px;
	background-color: #ADCD83;
	height: auto;
	padding-top: 50px;
}
#mainContent {
	float: left;
	width: 580px;
	background-color: #FFFFFF;
	padding: 10px;
}
.Header_side {
	font-size: large;
	font-weight: bold;
	color: #7A6750;
}
.side_bar {
	color: #F9F8D9;
}

#mainContent h1 {
	color: #003300;
}

body {
	background-color: #999966;
}

#banner {
	height: 200px;
	width: 900px;
}
#h_bar {
	height: 30px;
	width: 900px;
	/*background-image: images/horizontal_bar.jpg;*/
	background-image: url(../images/horizontal_bar.jpg);
}
.text_box {
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F0ECE3;
}


#back_drop {
	z-index: 3;
}
#links {
	z-index: 5;
}
#wrapper #mainContent #why_chiro li {
	list-style-image: url(../images/bullet.jpg);
}
#logo_container {
	background-color: #FFFFFF;
	text-align: center;
}

