@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #F3FAF3;
	margin: 0px;
	padding: 0px;
}
#copyright {
	text-align: center;
	width: 950px;
	color:#000;
	font-size:12px;
}
#logo {
	height: 150px;
	width: 425px;
	padding-top: 180px;
	margin-left: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ECB965;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
#logo2 {
	height: 120px;
	width: 425px;
	padding-top: 175px;
	margin-left: 260px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ECB965;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo_text {
	text-align: left;
	margin-left: 32px;
}
.gold_text{
	color: #ECB965;
	font-weight:bold;
}
#plaque {
	background-image: url(../images/Plaque.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	float: left;
	height: 77px;
	width: 950px;
	padding-top: 27px;
	margin-bottom:75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#container {
	background-color: #010101;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: auto;
	width: 950px;

}
#top_bg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
