body {
	margin: 10px;
	padding: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: Black;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color: #F7941C;
	scrollbar-highlight-color: #FDC181;
	scrollbar-3dlight-color: #FDC181;
	scrollbar-darkshadow-color: #93684B;
	scrollbar-shadow-color: #93684B;
}
#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding: 0;
	position: relative;
	background-image: url(../layout/layout.jpg);
	height: 497px;
}
#navigation {
	background-image: url(../layout/nav/navigation.gif);
	height: 114px;
	width: 345px;
	position: absolute;
	top: 27px;
	background-repeat: no-repeat;
}
map {
	margin: 0px;
	padding: 0px;
}
#maincontent {
	height: 440px;
	width: 420px;
	position: absolute;
	left: 349px;
	top: 30px;
	overflow: auto;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	padding-left: 30px;
	padding-right: 10px;
}
#maincontent a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #DC851E;
}
#maincontent a:hover {
	background-color: #F4D5AE;
}
#maincontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9B21;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #976B50;
	margin-right: 50px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	background-attachment: fixed;
	background-image: url(../layout/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#maincontent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D7811C;
	padding-left: 30px;
	font-style: italic;
	text-transform: capitalize;
}
#maincontent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 30px;
	color: #FF9E21;
	font-size: 1em;
	font-style: italic;
	text-transform: capitalize;
}
#maincontent li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	list-style-type: square;
	color: #DA831C;
}
#maincontent hr {
	color: #FF9B21;
	margin-right: 50px;
	margin-left: 50px;
}
.floatleft {
	margin: 2px;
	float: left;
}
.floatright {
	margin: 2px;
	float: right;
}
.clearboth {
	clear: both;
}
#copy {
	position: absolute;
	height: 15px;
	width: 200px;
	left: 120px;
	bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFC184;
}
#copy a {
	color: #FC9820;
}
#copy a:hover {
	color: #B36616;
}
#pnp {
	background-image: url(../pnp/pnp.gif);
	position: relative;
	height: 201px;
	width: 200px;
}
