* {
	margin:0;
	padding: 0;
}
body {
	background: url(background.jpg) repeat-x top #fff;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #333;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 12px 0;
}
a { color: #177b9f; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h2 {
font-size: 24px;
text-align: center;
padding: 20px 0;
color: #cc1919;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(header.jpg) no-repeat top;
	width: 778px;
	height: 163px;
}
#content { background: url(content.jpg) repeat-y #fff; padding: 10px 90px;}
ul {
list-style: none;
}
ul li { padding: 20px;padding-left: 56px; background: url(arrow6.jpg) #f9f9f9 no-repeat left; margin: 12px; border: 1px dotted #ccc;}
ol {
list-style: none;
}
ol li { padding: 20px;padding-left: 56px; background: url(arrow4.jpg) #f9f9f9 no-repeat left; margin: 12px; border: 1px dotted #ccc;}
blockquote {
margin: 0 auto;
border: none;
 background: url(testimonial3.gif) no-repeat top left;
	width: 537px;
	height: 169px;
	padding: 25px;
}
blockquote h3 { font-size: 15px; text-align: center;}
blockquote img {
	margin: 0;
	margin-right: 10px;
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px dotted #ccc;
}#footer {
	background: url(footer.jpg) no-repeat top;
	width: 778px;
	height: 58px;
	text-align: center;
	padding-top: 8px
}
#footer p { color: #fff; }