body {
     font-family: Verdana, Geneva, Arial, sans-serif;
     font-size: 12px;
	 line-height: 1.25;
     background-color: #F3E4C3;
	 margin-top: 0;
	 padding-top: 0;
}

.container {
	width: 850px;
	background: #FFFFE3;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-style:solid;
	border-color: #DCB16C;  /*#EAD29E;*/
	border-width: 0 2px 0 2px;
}

#banner {
	margin: 0; 
	padding-bottom: 10px; }

p.bannerhead   {	/*style for Banshee Reeks Chapter in the Banner. */
	padding: 100px 0 50px 0;
     	font-size: 250%;
	font-weight: bold;
	 margin: 0 0 0 10px;}
	
/* h1   {	this was the style for Banshee Reeks Chapter in the Banner. 
	padding: 100px 0 50px 0;
     font-size: 250%;
	 margin: 0 0 0 10px;}  */

/*h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 20px;
	padding-left: 20px; 
}	using nexted div instead of these */
	
	
.content {
	margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px;
} 
	 
#banner img.logo {
     float: left;
	 margin: 0 15px 0 0;
	 padding-left: 5px;
	 }

a, a:link, a:visited {
	color: #024202;   
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

h1 {font-size: 180%;
	color:#333333;}
	 
h2   {
     font-size: 150%;
	 color:#333333;}
h3   {
     font-size: 120%;
	 color:#333333;}
#butterbee img.butterbee {
     margin: 10px 0 0 0;}

#navigationbar {
     margin: 0px 0 20px 0;
	 padding-bottom: 30px;
	 background-color: #EAD29E;
	 }
.standout {
     font-weight: bold;}
	 
img.floatR { 
	float:right;
	padding: 5px 0 5px 5px;
}

	 
.footer {
	margin: 0;
	padding: 0;
	background-color: #DCB16C;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}	 

p.footert {
	text-align:center;
	padding: 5px 0;
	margin: 0;
	color:#808080;
}
