@charset "utf-8";
/* CSS Document */

.header {

}
#menubar div {
	margin: 0px;
	width: 100%;
	text-align: center;
}

#titlebox  {
	position: absolute;
	width: 100%;
	height: auto;
}
#menubar {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 100%;
	height: 33px;
	text-align: center;
}
#titlebox #titletext {
	position: absolute;
	left: 20px;
	top: 0px;
	color: #FFE8F1;
	font-size: x-large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#titlebox #titleshadow {
	position: absolute;
	left: 23px;
	top: 3px;
	color: #E81A09;
	font-size: x-large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#titlebox .subtitletext {
	width: 95%;
	font-family: "Times New Roman", Times, serif;
}
#titlebox #subtitletext1 {
	position: absolute;
	top: 90px;
	color: #E4FEE9;
	font-weight: bold;
	font-size: 32px;
}

#titlebox #subtitletext2 {
	position: absolute;
	top: 130px;
	color: #E4FEE9;
	font-weight: bold;
	font-size: 32px;
}
#titlebox #subtitleshadow2 {
	position: absolute;
	top: 133px;
	font-size: 32px;
	font-weight: bold;
	left: 13px;
	color: #E82E1A;
}

#titlebox #subtitleshadow1 {
	position: absolute;
	top: 93px;
	font-size: 32px;
	font-weight: bold;
	left: 13px;
	color: #E82E1A;
}


#menubar table tr td {
	text-align: center;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FDE9D5;
	padding: 5px;
}
#menubar table {
}

body {
	padding: 0;
	margin: 0;
	background-image: url(headerbackground.jpg);
}
#titlebox {
	height: 200px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	padding: 10px;
}
a {
	text-decoration: none;
}
a:link {
	color: #58324F;
}
a:visited {
	color: #800040;
}
#menubar a:hover {
	color: #F33;
}
