@charset "UTF-8";
body {
	background-color: #000;
	text-align: center;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main_container {
	background-color: #0F0;
	text-align: center;
	height: 156px;
	width: 827px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/header.gif);
	height: 156px;
	width: 827px;
}
.top_navigation_bar {
	background-image: url(../images/top_navigation.png);
	height: 42px;
	width: 827px;
}


.middle_body {
	background-image: url(../images/body.gif);
	height: 687px;
	width: 827px;
}
.text {
	float: right;
	height: auto;
	width: 400px;
	margin-top: 15px;
	margin-right: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.text_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
	width: 300px;
	margin-top: 10px;
	text-align: left;
	margin-left: 50px;
}
.footer {
	background-image: url(../images/footer.png);
	height: 135px;
	width: 827px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.footer_navigation_bar {
	height: 100px;
	width: 827px;
	padding-top: 30px;
}
.email {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
