/* Styles for the About me section
-----------------------------------------------------------------*/

p.first_para {
	font: normal 1.8em/1.4em Georgia, Times, Helvetica, serif;
	margin: 0 0 0.6em;
	}

 img.img_right {
	padding: 7px;
	border: 1px solid #AAA;
	float: right;
	margin-left: 15px
	}
	
a:hover img.img_right {
	border: 1px solid #111;
	}
	
	
/* Styles for the testimonials
-----------------------------------------------------------------*/

blockquote {
	outline: 0px solid gray; 
	margin: 20px 0px 20px 0px;
	padding: 0px 10px 10px 65px;
	background: transparent url(../images/up-quote.gif) left 5px no-repeat;
	}
	
blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
	}
	
cite {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	font-weight: bold;
	color: #5D7985;
	}