.header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	text-align: center;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	background-color: #FFF2EA;
	border: medium double #A84300;
	color: #A84300;
}
.sunheader {
	float: left;
	margin: 10px;
	position: absolute;
	left: -6px;
	top: -13px;
}
.projectname {
	height: auto;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
.next {
	position: fixed;
	left: 900px;
	top: 550px;
	float: none;
}
