body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}
.fernwood #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #67737a;
}
.fernwood #header {
	background-color: #000000;
}
.fernwood #sidebar1 {
	width: 79px;
	float: left;
	padding: 0;
	font-size: 10pt;
	margin-top: 20px;
	line-height: 20px;
}
.fernwood #mainContent {
	margin-left: 95px;
	font-size: 10pt;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	line-height: 16px;
}
.fernwood #mainContent h1{
	font-size: 13pt;
	color: #cf7228;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#footer {
	width:100%;
	height: 50px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 19px;
	padding-left: 0;
	color: #67737a;
	font-size: 12px;
	text-align: center;
}
a.linksfooterw {
	color: #67737a;
	text-decoration: none;
	font-weight: normal;
}
a.linksfooterw:hover {
	color:#cf7228;
	text-decoration: none;
}
.fernwood #mainmenu {
	height: 33px;
	width: 875px;
	text-align: center;
	color: #999999;
	font-size: 13pt;
	padding-top: 15px;
	background-color: #000000;
}
a.links1 {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.links1:hover {
	color:#d0721f;
	text-decoration: none;
}
.fernwood #submenu {
	height: 242px;
	width: 79px;
	position: absolute;
	left: 0px;
	top: 338px;
	font-size: 10pt;
	color: #67737a;
	padding-top: 20px;
}
a.linksp {
	color:#cf7228;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a.linksp:hover {
	color:#000000;
	text-decoration: none;
}
a.linksb {
	color: #67737a;
	text-decoration: none;
	font-weight: normal;
}
a.linksb:hover {
	color:#cf7228;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



/*-- [ Gallery Style ] --------------------------*/

.galleryview  {
width: 441px;
margin: 20px auto;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}

.panel-overlay h2 {
font-size: 20px;
}

.panel-overlay p {
	line-height: 1.2em;
}