div.header {
	background-color: #a0a8a4;
	color: #606864;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	width: 100%;
	
}

div.header_left {
	margin: 5px;
	float: left;
	width: 300px;
	text-align: left;
}

div.header_right {
	margin: 5px;
	float: right;
	width: 300px;
	text-align: right;
}
div.header_center {
	margin: 5px;
}
a.header {
	background-color: inherit;
	color: #233;
	text-decoration: none;
}

a.header:hover {
	background-color: #707874;
	color: #f5f5f5;
	text-decoration: none;
}

div.clear {
	clear: both;
}


