body{
	margin:0;
	text-align:center;
	color:#1a1a1a;
	background:#000000 url(images/bg.jpg) repeat-x;
}

.wrapper{
	margin:0 auto;
	padding:0;
	width:759px;
	text-align:left;
	background:url(images/middle.jpg) repeat-y;
}

.header{
	margin:0;
	padding:0;
	width:759px;
	height:204px;
	background:url(images/header.jpg) no-repeat;
}

.copy{
	margin:0 30px;
	text-align:left;
	font:normal 16px georgia; 
	line-height:20px;
}

.footer{
	margin:0;
	padding:0;
	width:759px;
	height:60px;
	background:url(images/footer.jpg) no-repeat;
}


/*########## TESTIMONIAL #########*/

.t_body{
	width:395px;
	margin:0 auto;
	background:url(images/t_middle.jpg) repeat-y;
}

.t_head{
	width:395px;
	height:97px;
	background:url(images/t_header.jpg) no-repeat;
}

.t_foot{
	width:395px;
	height:28px;
	background:url(images/t_footer.jpg) no-repeat;
}

.t_content{
	margin:0 35px;
	color:#000;
	font:normal 16px georgia; 
}

.t_headline{
	margin:0 0 10px 0;
	color:#000;
	font:bold 20px georgia; 
	text-align:center;
}


/*########## JOHNSON #########*/

.j_body{
	width:432px;
	margin:0 auto;
	background:url(images/j_middle.jpg) repeat-y;
}

.j_head{
	width:432px;
	height:105px;
	background:url(images/j_head.jpg) no-repeat;
}

.j_foot{
	width:432px;
	height:24px;
	background:url(images/j_foot.jpg) no-repeat;
}

.j_content{
	margin:0 30px;
	color:#1a1a1a;
	font:normal 16px georgia; 
}

.j_title{
	font-family:verdana, tahoma, arial;
	font-size:20px;
	color:#1a1a1a;
	text-align: center;
	letter-spacing: -1.5pt;
	
}

.j_headline{
	font-family:verdana, tahoma, arial;
	font-size:30px;
	font-weight:bold;
	color:#cc0000;
	line-height:35px;
	text-align: center;
	letter-spacing: -1.5pt;
}



