body {
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}
body, td, th, input, select, textarea {
	font-family: Papyrus, Verdana, Arial;
	font-size: 14px;
	color: #ffffff;
}
input, select, textarea {
	background-color: #666666;
	border: 2px solid #aaaaaa;
}
a {
	color: #cccccc;
}

.themeMain {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}

.themeTop {
	background: url(top.jpg) top center no-repeat;
	height: 46px;
	color: #000000;
	padding: 114px 30px 0px 30px;
}
.themeTop a {
	font-size: 18px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
.themeTop a:hover {
	background-color: #ffffff;
	color: #000000;
}

.themeContent {
	padding: 20px 35px 20px 35px;
}


.themeBottom {
 	clear: both;
	background: url(bottom.jpg) top center no-repeat;
	height: 30px;
	color: #ffffff;
	padding: 20px 30px 0px 30px;
	text-align: center;
}
.themeCredits {
	color: #cccccc;
	font-size: 12px;
	padding-right: 30px;
	text-align: center;
}
