@charset 'utf-8';

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

/*---------------- Index Content ---------------*/

#index_sidebar{
width:300px;
margin:25px 25px 0 0;
}
#index_testimonial{
	background:url(../images/index_testimonial.jpg) no-repeat;
	width:250px;
	height:232px;
	padding:25px;
	margin-top:1px;
}
#index_testimonial p{
	font-style:italic;
}
p#signoff{
	float:right;
	font-style:normal;
	font-weight:bold;
}
#index_col_main{
width:625px;
margin-top:25px;
}
#index_col_main p{
	font-size:1.05em;
}