/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #286529 url(../images/body-bg4.png) repeat-x;
	font-family: Arial, "Lucinda Grande", Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
p,
td {
	font-size: 12px;
}
p {
	margin-bottom: 6px;
}
a {
	color: #E0E1B8;
}
a:hover {
	color: #000;
	/*text-decoration: underline;*/
}
li {
	margin-left: 18px;
}
img {
	border-style: none;
}
.SpecialMessage {
	padding: 8px;
	font-size: 0.8em;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	color: #CCC;
}
.SpecialMessage a {
	color: #FFF;
}
.ForceClearBoth {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#page-container  {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/*background: url(../images/body-bg.png) repeat-y;*/
	/*background-color: #FFF;*/
	overflow: hidden;
}
#PageHeader {
	z-index: 100;
	position: absolute;
	margin-left: 60px;
}
#sitenav {
	z-index: 110;
	background: url(../images/sitenav-bg.png) no-repeat;
	position: absolute;
	margin-top: 60px;
	margin-left: 10px;
	width: 221px;
	height: 310px;
	/*width: 301px;
	height: 570px;*/
	padding-top: 260px;
	padding-left: 80px;
	color: #E0E1B8;
}
#sitenav li {
	padding-top: 9px;
	padding-bottom: 9px;
}
#sitenav a {
	color: #E0E1B8;
	text-decoration: none;
}
#sitenav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#pagebody {
	margin-top: 300px;
	background: url(../images/pagebody-bg.png) repeat-y top center;
	padding: 50px 100px 25px 100px;
}
#PageFooter {
	background: url(../images/footer-bg.png) no-repeat top center;
	color: #CCC;
	padding: 140px 100px 45px 100px;
	text-align: right;
	font-size: 1.0em;
}
#PageFooter p {
	font-size: 1.0em;
}
#PageFooter a {
	color: #E0E1B8;
	text-decoration: none;
}
#PageFooter a:hover {
	text-decoration: underline;
}
#MainBody {
	min-height:450px;
}
#footer-contact-info {
	position: absolute;
	margin-top: -135px;
	margin-left: 120px;
	color: #263C1A;
	font-size: 1.0em;
}

#view-pictures {
	text-align:center;
	width:950px;
	margin:0 auto;
	padding: 15px;
}