@charset "utf-8";
/* CSS Document */


/* CSS Document */


/* CSS Document */

.page_container {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1024px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navigation {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Clarendon;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/navigation_background.gif);
	height: 42px;
}
.main_content {
	margin: 0px;
	height: auto;
	width: 934px;
	background-color: #FFF;
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: justify;
	padding-top: 37px;
	padding-right: 45px;
	padding-left: 45px;
}



.footer {
	height: 65px;
	width: 1024px;
	font-family: Arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #69BAFC;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #69BAFC;
	text-decoration: underline;
}


.logos {
	height: 90px;
	width: 1024px;
	background-color: #141414;
}

.logo1 {
	float: left;
	width: 150px;
	margin-left: 230px;
	margin-top: 15px;
}
.logo2 {
	float: left;
	width: 150px;
	margin-top: 35px;
	margin-left: 45px;
}
.logo3 {
	float: left;
	width: 150px;
	margin-top: 42px;
	margin-left: 45px;
}
body {
	background-color: #141414;
}
