@charset "UTF-8";
wrapper {
	background-color: #000;
	border: 10px solid #F79C28;
	clear: none;
	float: none;
	width: 800px;
	margin: auto;
}
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	background-image: url(images/background.jpg);
	color: #FFF;
}
.container .header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.container .body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.container .footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.container .body table tr td .bodytext {
	height: 360px;
	width: 845px;
	overflow: auto;
	visibility: visible;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}
.bodyimage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.container .bodyimage .photocontent {
	width: 890px;
	float: none;
	overflow: auto;
	visibility: visible;
	text-align: left;
	height: 500px;
	margin: auto;
	background-image: url(images/divcover.png);
	background-repeat: repeat;
	padding-left: 10px;
}
.container .formbody {
	width: 685px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/formback.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: auto;
	visibility: visible;
	height: 420px;
	padding-left: 15px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}
h1 {
	font-size: 22px;
	color: #FFD89D;
	margin:0;
}
h2 {
font-size: 20px;
	color: #CCC;
	margin:0;
}
h3 {
	font-size: 18px;
	color: #FFF;
	margin:0;
}
h4 {
	font-size: 16px;
	color: #FF6600;
	margin:0;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}

a:link {
	color: #F26000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F26000;
}
a:hover {
	text-decoration: none;
	color: #FFAC00;
}
a:active {
	text-decoration: none;
	color: #F26000;
}
</style>
