.header1 {
	background-color: #333333;
	height: 80px;
	width: 800px;
	border-bottom-color: #00CCFF;
	border-bottom-width: thick;
	float: left;
}
.header2 {
	float: left;
	height: 80px;
	width: 200px;
}
.header3 {
	background-color: #333333;
	float: left;
	height: 80px;
	width: 590px;
	text-align: right;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

