h1 {
	font-family: Perpetua;
	font-size: 28px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-family: Perpetua;
	font-size: 22px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-family: Perpetua;
	font-size: 18px;
	color: #bb3875;
}
a {
	font-family: Perpetua;
	font-size: 15px;
	color: #bb3875;
	font-style: normal;
	font-weight: normal;
}
body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	width: 900px;
}
.main_body {
	margin: 5px;
	padding: 5px;
	/*float: left;*/
	height: 800px;
	width: 900px;
	float: left;
	/*position: fixed*/;
}
.Header {
	width: 950px;
	font-family: Perpetua;
	font-size: 15px;
	text-align: right;
}
.left_navigation {
	font-family: Perpetua;
	font-size: 16px;
	height: 100px;
	width: 160px;
}

.body_text {
	font-family: Perpetua;
	font-size: 16px;
	color: #000000;
	margin: 5px;
	padding: 5px;
	/*float: right*/;
	height: auto;
	width: 766px;
	position: absolute;
	top: 89px;
	right: auto;
	left: 187px;
}

.MainText {
	font-family: Perpetua;
	font-size: 16px;
	width:auto;
}

.footer_notes {
	color	:	#fbeef3;
}

.footer_notes b {
	color	:	#fbeef3;
}

