/* Coding for the top header bar */

/* Div ID coding */

#psheader {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: black;
}
#psheader-spacer {
	padding: 20px;
}

#announcement {
	text-align:center;
	background-color: #668888;
}

#page-head {
	margin-top: 5px;
}

html {
	margin-top: 37px !important;
}
* html body { margin-top: 37px !important; }
