html {
	height: 100%;
}
body {
	background: #fff url('images/bg.jpg') top repeat-x;
	height: 100%;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}
a:link, a:visited {
	color: #005de8;
	font-weight: 100;
}
a:hover {
	color: #2177f7;
}
#wrapper {
	background: #fff;
	width: 850px;
	padding: 0 1px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	min-height: 100%;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	width: 850px;
	height: 78px;
}
#content {
	padding: 15px 18px;
}
#content h1 {
	color: #ed0000;
	font-size: 20px;
	margin: 0;
	font-weight: 100;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#content p {
	line-height: 20px;
}
#reviewTable {
	width: 100%;
}
.sub1 {
	background: url('images/subheader.jpg') repeat-x;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 34px;
	width: 40%;
	padding: 0 0 0 10px;
}
.sub2 {
	background: url('images/subheader.jpg') repeat-x;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	width: 20%;
}
.sub3 {
	background: url('images/subheader.jpg') repeat-x;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	width: 20%;
	padding: 0 0 0 10px;
}
.rev1 {
	background: #f2f2f2;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
	height: 34px;
	width: 40%;
	padding: 0 0 0 10px;
}
.rev2 {
	background: #f2f2f2;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #51b500;
	width: 20%;
}
.rev3 {
	background: #f2f2f2;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
	width: 20%;
	padding: 0 0 0 10px;
}
.box {
	padding: 15px 0;
	border-bottom: 2px solid #eaeaea;
}
.box h3 {
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}
.box p {
	margin: 3px 0 12px;
	line-height: 20px;
}
#footer1 {
	width: 850px;
	height: 60px;
	color: #00F;
	text-align: center;
	margin-top: 50px;
	background-color: #006;
	background-image: url(images/footer1.jpg);
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
}
#footer1 a:link {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	margin: 0 3px 0;
	font-size: x-small;
}
#footer1 a:visited {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	margin: 0 3px 0;
	font-size: x-small;
}
#footer1 a:hover {
	color: #09F;
}
#footer1 a:active {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	margin: 0 3px 0;
	font-size: x-small;
}
#footer2 {
	background: url('images/footer2.jpg') repeat-x;
	width: 850px;
	height: 28px;
	text-align: center;
	color: #6f80a0;
	padding: 14px 0 0;
}
