#body {
	background-color: #333399;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	background-color: #FFFFFF;
	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;
}

#left {
	float: left;
	width: 146px;
	background-color: #FFFFFF;
	height: auto;
	display: inline;	margin-left: 2px;
}
#center {
	width: 570px;
	margin: 0;
	float: left;
	height: auto;
	background-color: #FFFFFF;	border-left: 1px dashed #333399;
}
#footer {
	clear: both;
	border-top: 2px dashed #333399;
	background: url(../images/footer.gif) no-repeat bottom;
	background-color: #FFFFFF;
	height: 50px;
	text-align: center;}

