@charset "utf-8";
/* CSS Document */

#MainContainer {
	background-color: #ffFF99;
	width: 902px;
	border: 4px solid #663300;
	position: relative;
	height: auto;
	padding: 7px;
	visibility: inherit;
	margin: auto;
}
#TopOfPage {
	height: 170px;
	width: 898px;
	position: relative;
	border: 1px solid #663300;
	float: none;
}
#NavBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 898px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #663300;
	position: relative;
	font-weight: bold;
}
#PicBar {
	height: 25px;
	width: 898px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#MainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	width: 890px;
	border: 0px solid #663300;
	position: relative;
	padding: 5px;
	height: auto;
	text-align: center;
}
#Footer {
	background-color: #963;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	position: relative;
	padding: 5px;
	height: auto;
	width: 890px;
}
#MainContainer #MainContent h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#MainContainer #MainContent h2 {
	text-align: center;
}
#MainContainer #MainContent h3 {
	text-align: left;
}
#MainContainer #Footer a {
	text-decoration: none;
	color: #FFF;
}
#MainContainer #NavBar a {
	text-decoration: none;
	color: #000;
}
#MainContainer #MainContent h2 a {
	color: #960;
}

