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;
}
#page { width:806px; margin:0px auto 0px auto;}/* new class add*/
#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 12px;
	margin: 0;
}
#header h1 a {color: #444;font-size: 14px;font-weight: bold;  color:#0099FF;}
#reviews {
	background: url('images/bg.jpg') repeat-y;
	float:left;
	width:806px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 0 0;
}
#reviews h2.name_of_site {color: #0099FF;font-size: 16px;font-weight: bold;text-align:center;}

#reviews p { margin:10px; }/* new class add*/

#reviews p a { color:#0099FF; font-size:12px; text-decoration:underline;}
#reviews p a:hover { text-decoration:none;}

.clear {
	clear: both;
}
.revBox {
	width: 764px;
	padding: 0 21px 0 21px;
	height: 145px;
	float:left;
}
.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: 380px;
	line-height: 18px;
	float: left;
	margin: 0;
}
.revText p a { color:#0099FF; font-weight:normal;}
.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 0px;
	float:left;
}
#footer a {
	margin: 0 4px 0;
}