@import "reset.css";

body {
	background-color: #d51d24;
	text-align: center;
}

#container {
	width: 848px;
	background-image: url(images/bg_container.gif);
	background-position: top center;
	margin: 40px auto;
	text-align: left;
	background-color: #fff;
}
#header {
	background-image: url(images/bg_header_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 13px;
	width: 848px;
}
#innerheader {
	width: 822px;
	background-color: #000;
	margin: 0px 13px 0px 13px;
	background-image: url(images/bg_innerheader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: auto;
}

#content {
	padding: 16px 32px 0px 32px;
	font-size: 15px;
	
}


#footer {
	background-image: url(images/bg_footer_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}
#innerfooter {
	margin: 0px 13px 0px 13px;
	padding: 10px 18px 0px 18px;
	background-color: yellow;
	overflow: auto;
	text-align: center;
	border-bottom: 1px solid yellow;
	color: red;
}
#headertable {
	color: #fff;
	border: none;
	padding: 16px;
	
}
#headertable td {
	padding: 8px;
	text-align: center;
	font-size: 120%;
	
}
#headertable img {
	border: 1px solid #000;
}
#pageheader {
	display: block;
	margin: 30px 0px 120px 130px;
	padding: 0px;
	width: 518px;
	height: 51px;
	overflow: hidden;
	background-image: url(images/bg_pageheader.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#pageheader  span {
	display: none;
}
.hugetext {
	color: red;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
}
#review {
	background-image: url(images/bg_review_mid.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 569px;
	margin: 0px auto;
	padding: 16px;
}
#review_top {
	background-image: url(images/bg_review_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 8px;
	width: 605px;
	margin: 0px auto;
}
#review_bottom {
	background-image: url(images/bg_review_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 8px;
	width: 605px;
	margin: 0px auto 10px auto;
}
