body {
	background-color: #f7f1dc;
	background-image: url(../images/bottom_tear.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
}
.top {
	background-attachment: fixed;
	background-image: url(../images/top_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
.top p  {
	width: 864px;
	background-color: #EDCB82;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.top a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.navigation {
	height: 105px;
	text-align: center;
	vertical-align: top;
}
.bottom {
	text-align: center;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}
.bottom  a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

