#masthead {
	background: url(../global/masthead2.jpg) 0 0 no-repeat;
	border: 1px solid #999;
	border-width: 1px 1px 0;
	height: 165px;
	margin: 20px auto 0;
	position: relative;
	width: 750px;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
}
h1 {
	font-size: 32px;
	top: 20px;
}
h2 {
	font-size: 26px;
	top: 80px;
}
#mainNav {
	background-color: #760F1A;
	border: 1px solid #999;
	border-width: 1px 0 0;
	height: 25px;
	line-height: 25px;
	margin: 0 auto 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 140px;
	width: 750px;
}
#mainNav li {
	display: inline;
	font-size: 12px;
	list-style-type: none;
	margin: 0 4px;
	padding: 0;
}
#mainNav a {
	border: 1px solid #760F1A;
	border-width: 0 1px;
	color: #fff;
	padding: 5px;
   *padding: 6px;
	text-decoration: none;
}
li#curPage a, #mainNav a:hover {
	background-color: #c03;
	border-color: #5C0C14;
}
