body {
	background-image: url(img/fade.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #dc9;
	text-align:center;
	margin: 0;
	padding: 0;
}
#innerwrapper {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 0;
}
#maintext {
	padding-top:180px;
	padding-left:160px;
	padding-bottom:30px;
	padding-right:160px;
	text-align: center;
}
#footer {
	margin-top: 19px;
	margin-bottom: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, p, td, th, li, dd, dt, form, .form2 {
	font-family: verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	color: #665;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
p, li, dd, dt {
	color: #114;
	font-size: 12px;
}
#footer p {
	font-size: 10px;
}
a:link, a:visited {
	text-decoration: none;
}
a:link {
	color: #973;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background-color: #ca6;
}
a.image, a:hover.image, a:active.image {
	background-color: transparent;
}
a.menu, a.image {
	text-decoration: none;
}
img {
	border-width: 0;
	margin-top: 6px;
	margin-bottom: 8px;
}
.strike {
	text-decoration: line-through;
}
.left {
	text-align: left;
}
.right, p.prevnav {
	text-align: right;
}
.center {
	text-align: center;
}

