.header {
	background-color: #0000FF;
	float: none;
	height: 150px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom: 2px white solid;
	border-top: 2px white solid;
	border-left: 2px white solid;
	border-right: 2px white solid;
}

.menu {
	background-color: #000000;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom: 2px white solid;
	border-top: 2px white solid;
	border-left: 2px white solid;
	border-right: 2px white solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.container {
	background-color: #000000;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom: 2px white solid;
	border-top: 2px white solid;
	border-left: 2px white solid;
	border-right: 2px white solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	background-image: none;
}

.
