/* style_header.css - Stylesheet for the header */

#header {
	border: 3px double darkred;
	border-left: none;
	border-right: none;
	padding: 4px 0;
}

.logobox {
	width: 150px;
}

#leftlogobox {
	float: left;
}

#rightlogobox {
	float: right;
}

img#roundlogo {
	margin: 0 auto;
	height: 120px;
	width: 123px;
}

img#firstlogo {
	margin: 0 auto;
	height: 120px;
	width: 138px;
}

#header h1 {
	text-align: center;
	font-size: 50px;
	//font-variant: small-caps;
}

#headerbox {
	margin: 0 150px;
	padding: 0 15px;
}