@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#body {
	height: 1000px;
	width: 1000px;
}
#page {
	background-repeat: no-repeat;
	margin-left: 25px;
	border: 1px solid #F7971C;
	width: 950px;
	height: 950px;
	margin-top: 2%;
}
#header {
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	background-color: #ECE9D8;
	background-image: url(designelements/newheader.png);
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: -999px;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: -999px;
}
#nav {
	height: 200px;
	width: 135px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-top: 75px;
}
#content {
	background-image: url(designelements/content.png);
	background-repeat: no-repeat;
	float: left;
	width: 950px;
	height: 650px;
	margin-left: -135px;
}
#filler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 145px;
	margin-top: 75px;
	width: 470px;
}
#filler h2 {
	font-size: 14pt;
	font-weight: bold;
}
#filler h3 {
	font-size: 110%;
	font-weight: bold;
}
#filler a {
	font-weight: bold;
	color: #00B0D2;
}
#filler a:hover {
	font-weight: bolder;
	color: #F05722;
	text-decoration: underline;
}
#filler a:visited {
	font-weight: lighter;
	color: #8FC63E;
}
#filler ul li {
	margin-left: 30px;
}
#filler ol li {
	margin-left: 30px;
}


#pics {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 300px;
	width: 300px;
	margin-right: 10px;
	padding-top: 1%;
}
#footer {
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	width: 950px;
	margin-bottom: 2%;
	background-image: url(designelements/footer.png);
}

