﻿body {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E0E2D1;
}
.wrapper {
	height: 100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#main {
	width: 850px;
	height: 600px;
	text-align:center;
}
.copyright {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #C0C0C0;
}
.jeff {
	text-decoration: none;
	color: #C0C0C0;
}
.jeff:hover {
	text-decoration: underline;
	color: #999999;
}
.w3 {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #C0C0C0;
}
