@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/fern-masters-bg.jpg);
	background-repeat:repeat-x;
	background-color: #133628;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #000000;
}
img {
	vertical-align: bottom;
}
img.content {
	border: 2px solid black;
}
.C2 #container {
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	border: 2px solid black;
}
.C2 #header {
	background: #ffffff; 
	padding: 15px 15px 15px 15px;
}
.C2 #headerRight {
	float:right;
	text-align: right;
}
.C2 #headerLeft {
	float:left;
	text-aligh: left;
}
.C2 #topNav {
	background-color: #006b40;
	height: 50px;
	padding: 11px 0 0 20px;
	text-align: center;
}
.C2 #mainContent {
	margin: 15px 0 0 0;
	padding: 15px 20px 0 20px;
	background: #FFFFFF;
}
.C2 #mainContentFern {
	margin: 15px 0 0 0;
	padding: 15px 20px 0 20px;
	background: #FFFFFF;
	background-image:url(images/fern-masters-body-bg.jpg);
	background-repeat: no-repeat;
}
.C2 #footer {
	padding: 0 10px; 
	background: #006b40;
}
.C2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #006b40;
}
h1.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #006b40;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 0;
	color: #000;
}
p.header {
	color:#fff;
	text-align: center;
	font-size: 12px;
}
p.footer {
	color:#fff;
	text-align: center;
	font-weight: bold;
}
p.contact {
	color:#fff;
}
a {
	color: #006b40;
}
a.header {
	color: #fff;
}
a.footer {
	color: #fff;
}	