
body {
	background: url(../images/main_template_bg.jpg) no-repeat center top #000;
}


/* content 2 column styles  */

div.page_content .twocol {
	width:100%;
	float:left;
}
div.page_content .twocol .inner_right{
	width:549px;
	float:left;
}

div.page_content .twocol .inner_left{
	width:349px;
	float:left;
}
/* content 1 column styles  */

div.page_content .onecol .inner{
	width:100%;
	float:left;
}
div.page_content .onecol {

	margin:0;
}


div.title {
	margin-top:35px;
	margin-bottom:56px;
}

.faq h2 {
	
	
	margin-bottom:12px;
	margin-top:34px;
}
.faq p {
	margin-left:20px;
	margin-bottom:12px;

}
.webpic{
	margin:10px;
}
hr {
	
	margin:0;
	padding:4px;
	border:1px solid #000 ;
	display:inline;
}


/* Testimonial page */

.testimonial_div {
	height:280px;
	float:left;
}

.testimonial_div .t_inner {
	float:left;
	width:750px;
	margin-right:40px;
	height:240px;
}

.testimonial_div .t_inner p {
	margin-left:20px;
	margin-top:30px;
	line-height:20px;
	font-size:17px;
}
.testimonial_div .t_right_pic {
	width:152px;
	height:240px;
	float:right;
	text-align:center;

}
.testimonial_div .t_right_pic p {
	margin:4px;
}
.testimonial_div .t_right_pic .t_thumbpic {
	width:150px;
	height:200px;
	border: 1px solid #777;
	
}