#bnnrWrap, #navWrap, #secondaryBnnr { display: none; }
#contentWrap, #contentInner, #pageHeading, #contentMain { width: 100%; }

#footerMain { width: 100%; font: 13px/22px Georgia, "Times New Roman", Times, serif; color: #cccccc; }
	#footerWrap #footerInner img { display: none !important; }

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
	}

#stats { display: none; }

/* ------------------------------------------
 TEXT FORMATTING
------------------------------------------ */

p, td, li {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #666;
	}
	.introText { font: bold 14px/22px Georgia, "Times New Roman", Times, serif; }

p {	margin: 0 0 20px 0; }
ul, table { margin-bottom: 20px; }
li { margin-bottom: 5px; }

hr {
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #f9f8f4;
	margin: 40px 0;
	height: 0;
	padding: 0;
	}

/* ------------------------------------------
 HEADINGS
------------------------------------------ */

h1 {
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	color: #4f482d;
	margin: 0 0 20px 0;
	}

h2 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #484023;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e4e2d9;
	}

h3 {
	font: bold 14px/22px Georgia, "Times New Roman", Times, serif; 
	margin: 0 0 20px 0;
	color: #6f6541;
	}

h4 {
	font: bold 13px/22px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #a29b82;
	}

/* ------------------------------------------
  LINKS
------------------------------------------ */

a, a:link, a:visited, a:active { color: #6b721b; }
a:hover { text-decoration: none; }

/*-------------------------------------------
  GENERAL/MISC
-------------------------------------------*/

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #beb9a8;
	}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #beb9a8;
	}
