#page {
	background-color: #333399;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	background: url(../banner/header.jpg) no-repeat top;
	background-color: #FFFFFF;
	height: 75px;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #333399;
	border-bottom: 2px solid #333399;
}

#center {
	width: 720px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	border-top: 2px solid #333399;
	background: url(../images/footer.gif) no-repeat bottom;
	background-color: #CCCCCC;
	min-height: 50px;
	text-align: center;
}
