body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #505050;
	text-decoration: underline;
}
a:hover {
	color: #656565;
	text-decoration: underline;
}
#header {
	background: url('images/header.jpg') no-repeat;
	width: 806px;
	height: 170px;
	margin: 0 auto 0;
}
#header h1 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	padding: 144px 0 0 14px;
	margin: 0;
}
#reviews {
	background: url('images/bg.jpg') repeat-y;
	width: 806px;
	margin: 0 auto 0;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 0 0;
}
.clear {
	clear: both;
}
.revBox {
	width: 764px;
	margin: 0 auto 0;
	height: 145px;
}
.ss {
	width: 125px;
	float: left;
}
.revBox img {
	border: 0 ;
}
.revBox h2 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #0052f8;
	margin: 0;
	padding: 0;
}
.revBox a:link, .revBox a:visited {
	color: #0052f8;
	text-decoration: underline;
}
.revBox a:hover {
	color: #3576f9;
	text-decoration: underline;
}
.revText {
	width: 599px;
	border: 1px solid #e0e0e0;
	padding: 9px;
	height: 105px;
	float: right;
}
.revText p {
	color: #2e2e2e;
	width: 406px;
	line-height: 18px;
	float: left;
	margin: 0;
}
.starCta {
	float: right;
	text-align: right;
	width: 191px;
}
.starCta img {
	margin: 0 0 5px 5px;
}
#footer {
	background: url('images/footer.jpg') repeat-x;
	width: 806px;
	margin: 0 auto 0;
	text-align: center;
	border-top: 1px solid #fff;
	clear: both;
	padding: 6px;
}
#footer a {
	margin: 0 4px 0;
}
