.x_input { display: none; }
body {
	background-image: url(/images/bg.jpg);
}
#wrapper {
	width: 800px;
	background-color: #F4F7F0;
	text-align: left;
	padding: 0px;
	margin: 40px auto;
	border: 5px solid black;
	border-bottom: none;
	background-image: url(http://www.indyacu.com/images/bg.gif);
	background-repeat: repeat-y;
	
}

#top {
	float: left;
	width: 238px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

img#logo {
	width: 250px;
	border: 5px solid black;
	position: relative;
	top: -22px;
	left: -25px;
}

#side {
	clear: left;
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#side a {
	display: block;
	color: #F4F7F0;
	font-size: 15px;
	font-weight: 700;
	padding: 5px;
	padding-left: 17px;
	margin: 0px;
	/* border-bottom: 1px solid black; */
	text-decoration: none;
	background-image: url(/images/link_ul.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#side a:hover {
	background-color: #F4F7F0;
	color: #728A90;
	background-image: none;
	
}
#content {
	float: left;
	width: 510px;
	padding-top: 0px;
	padding: 40px;
	padding-bottom: 100px;
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	background-color: black;
	color: #F4F7F0;
	padding: 2px;
}
.testimonial {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}
.testimonial_symptom {
	font-size: 16px;
	font-weight: bold;
}
.testimonial_client {
	font-size: 14px;
}
.testimonial_content {
	font-size: 12px;
	margin-left: 10px;
}
.faqq {
	font-weight: 900;
}
.faqa {
	margin-left: 20px;
	margin-bottom: 10px;
}
.link {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.link_name {
	font-weight: bold;
}
.link_name a { text-decoration: none; color: black; }
.link_name a:hover { text-decoration: underline; }
.link_url { font-size: 12px; }
.link_description { font-size: 12px; }
.link p {
	margin: 6px 0px 0px 0px;
}
