@charset "utf-8";
.maincont {
	background-color: #5f3427;
	padding: 0px;
	width: 950px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #33140d;
	border-left-color: #33140d;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #33140d;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.maincont .content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
.content {
	padding: 10px;
	width: 930px;
}
.maincont .content a {
	color: #FFFF00;
	text-decoration: none;
}
.maincont .content a {
	color: #FFFF00;
	text-decoration: none;
}.maincont .content a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

