
html, body, form, fieldset, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: center;
}

#wrapper {
	text-align: left;
}

#header {
	clear: both;
	background: url(header_bg_tpl8.jpg) repeat-x top;
	height: 95px;
	display: block;
	
}
#header #header_wrapper {
	width: 825px;
	margin: 0 auto;
	clear: both;
}
#header h1{
	float: left;
	width: 765px;
	display: inline;
	padding: 30px 30px 0px 30px;
	color: #FFF;
}
#header h1 a {
	text-decoration: none;
	color: #FFF;
}
#content {
	clear: both;
	display: block;
	background:url(contentwrapperbg_tpl8.gif) repeat-y center center;
}
#content #content_wrapper {
	width: 825px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
#content_wrapper #outer_container {
	float: left;
	width: 795px;
	display: inline;
	margin: 0px 15px;
	background: url(grad2_tpl8.gif) repeat-x bottom #FFFFFF;
}
#outer_container #container {
	float: left;
	width: 795px;
	display: inline;
	background: url(box-bg_tpl8.gif) repeat-x top;
}
#container #container_content {
	float: left;
	width: 755px;
	display: inline;
	padding: 20px 20px;
	
}
#container_content .content_text {
	display: block;
	line-height: 1.5;
	font-size: 12px;
	text-align: justify;
	padding: 5px 0px;
}
.content_text a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.content_text a:hover {
	text-decoration: underline;
}
.content_text #footer {
	display: block;
	text-align: center;
}
.content_text .separator {
	display: block;
	height: 3px;
	padding: 10px 0px;
	background: url(dot_tpl8.gif) repeat-x center center;
}
.content_text .review_box {
	display: block;
	border: 1px solid #e1e1e1;
	min-height: 200px;
	margin: 10px 0px 0px 0px;
	background: url(grad2_tpl8.gif) repeat-x bottom;
}
.review_box .review_top_title {
	display: block;
	background: url(review_header_tpl8.jpg) no-repeat top;
	height: 24px;
	margin: 8px 0px;
	padding: 5px 18px 0px 18px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.review_box h3 {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.review_box .review_content {
	display: block;
	padding: 5px 18px;
	overflow: auto;
}
.review_content img {
	float: left;
	width: 180px;
	background: #f1f1f1;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin: 0px 10px 0px 0px;
}
.review_content .visit_site {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0px;
}
.visit_site a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 0px 0px 0px 20px;
	background:url(ico-arrow_tpl8.gif) no-repeat center left;
}
.visit_site a:hover {
	text-decoration: underline;
}