@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
}
img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #81061A;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 28px;
}
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	margin-top:20px;
	color: #333333;
}
p a {
	color: #81061A;
}
.p-small {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #464646;
}
.red {
	color: #9b0707;
}
.blue {
	color: #2C6185;
}

#header {
	background-image: url(../images/header.jpg);
	height: 199px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg .text {
	margin-right: 65px;
	margin-left: 65px;
}
#contentbg   .text a {
	text-decoration:underline;
	color:#333333;
}
#contentbg   .text a:hover {
	color:#81061A;
}
.review {
	height: auto;
	width: 822px;
	margin-right: auto;
	margin-left: auto;
}
.review .header {
	height: 67px;
	width: 822px;
	background-image: url(../images/review-header.jpg);
	float: left;
}
.review  .header .number {
	float: left;
	margin-left: 16px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #602200;
	text-shadow: 0px 1px 0px #ffc02c;
}
.review   .header  .title {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	width: 600px;
}
.review    .header   .star {
	float: right;
	margin-top: 17px;
	width: auto;
	margin-right: 15px;
}
.review  .bg {
	height: auto;
	width: 822px;
	background-image: url(../images/review-bg.jpg);
	float: left;
}
.review   .bg .left {
	height: auto;
	width: 260px;
	float: left;
	margin-left: 25px;
}
.review    .bg  .right {
	height: auto;
	width: 500px;
	float: left;
}
.review   .footer {
	height: 14px;
	width: 822px;
	background-image: url(../images/review-footer.jpg);
	float: left;
}
#footerbg {
	height: 70px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer-bg.jpg);
}
#footer {
	height: 70px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/footer.jpg);
}
#footer .text {
	margin-top: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
}
