/*----------------------------- Normalizes Styles ---------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, *
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

fieldset, img {border: 0;}

a {outline: none;}
/*------------------------------ End Normalize -------------------------------*/


html {
	background-color: #CCC;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
}

h1 {
	margin: 20px auto;
	height: 150px;
	width: 640px;
	text-indent: -9999px;
	background: url(../images/testimonials_popoup.jpg) top center no-repeat;
	border: 3px solid #333;
}

#content {
	margin: 20px auto;
	width: 640px;
	
}

p {
	padding: 8px 0 8px 0;	
}

a:link, a:visited {
	color: #a47d40;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a47d40;
	text-decoration: none;
}
















