@charset "utf-8";
body {
	background-image: url(images/bg_repeater.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #3B291F;
	margin-top: 0px;
	background-repeat: repeat-x;
}
#mainWrapper {
	background-image: url(images/main_repeater.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper {
	padding-right: 60px;
	padding-left: 60px;
}
.style1 {color: #D8C4A1}
.style2 {
	font-size: 22px;
	font-weight: bold;
}
.style3 {
	color: #990000;
	font-weight: bold;
	font-size: 24px;
}
.style4 {
	color: #990000;
	font-weight: bold;
	font-size: 22px;
}
.style5 {
	color: #333333;
	font-weight: bold;
}
A:link {
	color: #990000;
	text-decoration: none;
}
A:visited {
	color: #990000;
	text-decoration: none;
}
A:hover {
	color: #990000;
	text-decoration: none;
	background-color: #ffdead;
	font-size: 9px;
	font-weight: bold;
}

