@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666;
}
a {
	color: #000;
}
img {border: none;
}
a:hover {
	color: #FDB713;
	text-decoration: none;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	width: 1000px;
	margin: 20px auto 0;
	height: 30px;
	padding: 0;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 10px 11px 12px;
}
#nav ul li a:hover {
	color: #FDB713;
}

#mainContent {
	padding: 30px;
	background-image: url(images/30T-bk-4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	min-height: 650px;
}

#prefooter p {
	font-size: 11px;
	text-align: justify;
	color: #333;
}
#prefooter .pfaddress {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 130%;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#copyright {
	color: #000;
	margin: 0;
	padding: 0 20px;
}
#copyright p {
	font-size: 10px;
	color: #000;
	margin: 0;
	text-align: left;
}
#copyright a:link, #copyright a:visited {
	color: #000;
}
#copyright a:hover {
	color: #FFF;
	text-decoration: none;
}
#copyright .hosting {
	float: right;
}

#overText {
	height: 268px;
	overflow: scroll;
	width: 590px;
	background-image: url(images/text-bk.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 24px 20px 24px 24px;
}
#overText h2 {
	font-size: 18px;
}
#overText p {
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
}
#mainText {
	padding: 20px;
	margin-top: 30px;
	background-image: url(images/text-bk-2.png);
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
#contactText {
	width: 420px;
	margin: 60px auto;
	padding: 20px;
	background-image: url(images/text-bk-2.png);
	text-align: center;
}
#mainText h1, #contactText h1 {
	font-size: 24px;
	margin-top: 0px;
}
#mainText h2, #contactText h2 {
	font-size: 20px;
	margin-top: 0px;
}
#mainText h3, #contactText h3 {
	font-size: 16px;
}
