* {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.float_left {
	float: left;
}
	
		
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	float: left;
	width: 840px;
}
#main {
	float: left;
	width: 513px;
	padding: 15px;
}


#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-bottom: 10px;
	color: #0d63ac;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;	
}

#main ul {
font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 10px;
	color: #666666;	
	padding-left:20px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	font-size: 12px;
}

.bold {
	font-weight: bold;	
}

#side {
	float: right;
	width: 297px;
	background:#f4f2ec;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:20px;
	margin-top: 20px;
	padding-top: 10px;
	}
	
#footer {
	float: left;
	height: 50px;
	width: 840px;
}
#testimonials {
	float: left;
	width: 840px;
	background:#f4f2ec;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.testitext {
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
#testimonials p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	padding-bottom: 10px;
	color: #666666;
}
