body {
	margin: 25px 0 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #5b6a7d;
}
img {
	border: 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	width: 850px;
	height: 81px;
	margin: 0 auto 0;
}
#intro {
	background: url('images/gradient.jpg') bottom repeat-x;
	width: 830px;
	margin: 0 auto 0;
	padding: 10px;
}
#intro h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 100;
	color: #f17b08;
}
#intro p {
}
#reviewTable {
	background: #d3e1f3;
	width: 850px;
	margin: 0 auto 0;
	padding: 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#reviewContent {
	width: 844px;
	margin: 0 auto 0;
}
#content {
	background: url('images/gradient.jpg') bottom repeat-x;
	width: 830px;
	margin: 0 auto 0;
	padding: 10px;
}
.subR {
	background: url('images/blue-gradient.jpg') repeat-x;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #fff;
}
.subR2 {
	background: url('images/blue-gradient.jpg') repeat-x;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.item1 {
	background: #fff;
	text-align: center;
	padding: 8px 0;
	border-top: 2px solid #e8f1fb;
	border-right: 1px solid #e8f1fb;
}
.item1 img {
	padding: 1px;
	border: 1px solid #b8c4d2;
}
.item {
	background: #fff;
	text-align: center;
	padding: 8px 0;
	border-top: 2px solid #e8f1fb;
	border-right: 1px solid #e8f1fb;
}
.item2 {
	background: #fff;
	text-align: left;
	padding: 8px 8px;
	vertical-align: top;
	border-top: 2px solid #e8f1fb;
	border-right: 1px solid #e8f1fb;
}
.item2 h2 {
	font-size: 20px;
	font-weight: 100;
	color: #f17b08;
	margin: 0;
}
.item2 p {
	margin: 0;
	line-height: 20px;
}
.item3 {
	background: #fff;
	text-align: center;
	padding: 8px 0;
	border-top: 2px solid #e8f1fb;
}
#footer-1 {
	background: url('images/footer-1.jpg') repeat-x;
	width: 850px;
	margin: 0 auto 0;
	text-align: center;
	color: #fff;
	padding: 10px 0 0;
	height: 23px;
}
#footer-2 {
	background: #8cbaf2 url('images/footer-2.jpg') top repeat-x;
	width: 850px;
	margin: 0 auto 0;
	text-align: center;
	color: #fff;
	height: 71px;
	border-top: 1px solid #fff;
	padding: 10px 0 0;
}
#footer-2 span {
	margin: 0 5px 0;
}
#footer-2 a:link, #footer-2 a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-2 a:hover {
	color: #e3eefa;
}
#footer-2 p {
	font-size: 11px;
	color: #d6e5f8;
	width: 700px;
	margin: 10px auto 0;
}