body {
	background-image: url(images/bg.jpg);
	background-color: #664830;
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bigBold {
	font-weight: bold;
	color: #000000;
	font-size: 24px;
}
.Bold {font-size: 18px}

.rightBorder {
	border-right:1px #524113 solid;
}
.topBorder {
	border-top:1px #524113 solid;
}
.leftSideBG {
	background:url(images/images/leftSideParchment.jpg);
	background-repeat:no-repeat;
	color:#664830;
}