body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #410304;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
#header {
	height: 95px;
	width: 780px;
	background-image: url(images/header.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C43D39;
}
#wrapper {
	width: 784px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background: #f7e052;
	border: 2px solid #C43D39;
	border-top-width: 0px;
	overflow: hidden;
	text-align: left;
}
#menu {
	background: #f7e052;
	width: 30%;
	float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}
#menu li {
	list-style-type: none;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#content {
	width: 68%;
	background: #f7e052;
	float: right;
	padding-right: 2%;
}
#content ol li {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#content ul li.bigli {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#footer {
	height: 20px;
	width: 780px;
	background-color: #770000;
	border: 2px solid #C43D39;
	border-top-width: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
}
p.section {
	font-weight: bold;
	margin: 25px 0px -10px 0px;
}
p.sectionlink {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0px -10px 0px;
}
.leftfloat {
	float: left;
	margin: 0px 10px 0px 0px
}
a.rightfloatlink {
	font-size: 13px;
	float: right;
	text-align: right;
	font-weight: bold;
}
.review {
	width: 760px;
	padding: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
.rate {
	font-weight: bold;
	margin-top: 0px;
}
.copy {
	font-size: 12px;
	color: #ff0000;
	margin: 0px;
}
a.copylink {
	text-decoration: underline;
	color: #ff0000;
}