@charset "UTF-8";
/* CSS Document */

div#testimonials {
	width: 550px;
	height: 250px;
	background: url(../images/circuitBoard.gif) no-repeat;
	margin: 0 0 0 40px;
	padding: 0;
}


div#jump_base { /* id for the div containing the text */
	overflow:hidden;
	width: 550px;
	height: 250px;
	border-top: 1px solid #126ecc;
	border-bottom: 1px solid #126ecc;
	border-left: none;
 	border-right: none;
	margin: 0;
 	padding: 0;
	text-align: left;
}

#jump_base a {
 	color: #000;
 	text-decoration: none;
	text-align: left;
}

#jump_link {
	text-align: left;
}

.news { /* the table containing the text is this class */
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.news hr {
	background-color: #ff981f;
	width: 100%;
}

#td1 img,
#td3 img {	
	margin: 0 auto;
}