* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 120px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #405C2E;
	margin: 0 0 12px 0;
}

h2 {
	color: #393;
	margin: 2px 0;
}

p {
	text-align: justify;
	margin: 4px 0 8px 0;
}

p a {
	color: #408C2E;
	text-decoration: none;
}

p a:hover {
	border-bottom: dashed 1px #408C2E;
}

#content img {
	padding: 4px 8px;
	border: 0;
}

table {
	width: 80%;
	margin: 4px auto;
	border: solid 1px #405C2E;
	border-collapse: separate;
}

td,th {
	font-size: 90%;
}

th {
	color: #FFF;
	width: 100%;
	text-align: left;
	background-color: #405C2E;
}

td.tabcat {
	width: 69%;
	text-align: left;
	padding-left: 10px;
}

td.tabval {
	width: 29%;
	text-align: right;
}

td.tabast {
	width: 2%;
	text-align: left;
	color: #F00;
}

td blockquote {
	font-size: inherit;
	margin: 0;
	padding: 0 0 0 30px;
}

.tbl_col_header{
	color: #FFF;
	text-align: left;
	font-weight: bold;
	background-color: #405C2E;
}

td strong {
	font-size: inherit;
}

*:first-child+html td strong {		/* Hack for IE7 to fix strong formatting inside table cell */
	font-size: 95%;
}

#header_container * a {
	text-decoration: none;
}

#container {
}

#header_container {
	width: 100%;
	height: 120px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header_container img {
	border: 0;
}

#header_gonat {
	width: 165px;
	height: 120px;
	float: left;
}

#header_pnc {
	width: 540px;
	height: 50px;
	padding: 35px 0 35px 0;
	margin-left: 172px;
}

#content_container {
	width: auto;
	margin-left: 172px;
	margin-right: 20px;
}

* html #content_container {		/* WinIE positioning fix */
	position: relative;
	top: -3px;
}

#nav_container {
	width: 120px;
	height: auto;
	float: left;
}

#nav_box {
	width: 120px;
	height: auto;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

* html #nav_container {		/* WinIE positioning fix */
	position: relative;
	top: -0px;
}

#nav_container a {
	color: #FFF;
	text-decoration: none;
}

#nav_container a:hover {
	display: block;
	background-color: #405C2E;
	cursor: pointer;
}

.nav_item {
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	width: 112px;
	height: 21px;
	text-align: right;
	padding: 5px 6px 0 0;
	border: solid 1px #000;
	border-top: 0;
}

#copyright {
	font-size: 8pt;
	text-align: center;
	width: 120px;
	margin: 6px 0 6px 0;
}

#content {
	padding: 16px;
	padding-left: 136px;
}

.footnote {
	font-size: 75%;
	color: #F00;
}
/* Photo Gallery Boxes */
#gallery {
	width: auto;
}

#gallery img {
	padding: 0;
	margin: 8px;
	border: solid 2px #405C2E;
	float: left;
}

#gallery img:hover {
	border: solid 2px #408C2E;
}
/* End of Photo Gallery Boxes */

.center_img {
	text-align: center;
}

.link_top a {
	font-size: 75%;
	float: right;
}

.small_text * {
	font-size: 75%;
}

.small_text a, .small_text a:visited {
	color: #408C2E;
	text-decoration: none;
}

.small_text a:hover {
	border-bottom: dashed 1px #408C2E;
}

.cabin_info {
	 width: 100%;
	 padding:20px 0px;"
}