body {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color: #000;
	background-color: #EEE;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
	margin: 0px;
	color: #62C;
}
#page {
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	border: 2px solid #000;
	background-color:#FFF
}
.spacer {
	clear: both;
}
.header {
	width: 992px;
	height: 110px;
	float: left;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
}
.main {
	width: 986px;
	float: left;
	padding: 3px;
}

a {
	text-decoration: none;
	color: #69C;
}
a:hover {
	color: #000;
}