/* Coding for the top header bar */

/* Div ID coding */

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

#announcement {
	text-align:left;
	background-color: #0d2f2f;
	position: relative;
	top: 10px;
	height: 17px;
}

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

#psheader a {
	font-family: 'Kaushan Script', cursive;
	font-size: 300%;
	line-height: 50%;
}

#psheader #announcement a {
	font-size: 120%;
	font-family: inherit;
	position: relative;
	top: 1px;
}
#announcement .announcement {
	position: relative;
	float: left;
	padding: 0 15px;
	color: white;
}
#announcement #container {
	text-align: center;
	margin: auto;
}
#psheader #page {
	background-color: #000;
}
#psheader #page-wrap {
	margin: 0;
}

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