@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 760px;
}
#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 71px;
	text-align: center;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content {
	margin-top: 0px;
	margin-bottom: 12px;
}
#content-text {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#footer {
	margin-bottom: 12px;
	clear: both;
	height: 101px;
	padding-top: 12px;
}
#footer-text {
	text-align: left;
	height: 101px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/Footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	background-attachment: scroll;
}
#nav {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
#banner {
	height: 260px;
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
