body {
	behavior: url(css/csshover.htc);
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background: #FFFFC6;
}i

a {
	color: #804040;
}
	
td {
	font-family: "Times New Roman", Times, serif;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	}
a:link	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
	}
a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;

}

	
	div#header {
	margin-top:10px;
	margin-left:25px;
	margin-bottom:0px;
	width:100%;
	height:100px;
	padding: 15px;
	background-image: url(../images/Lamb-&-F-Gill.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
	div#toptitle	{
	margin-left:150px;
	margin-bottom:15px;
	}
	div#menu	{
	margin-left: 140px;
	margin-top:20px;
	}
	
	div#contentarea {
	width:100%;
	margin-top:5px;
	background-image: url(/images/sidepanel2tiny.jpg);
	background-position: 20px 450px;
	background-repeat: repeat-y;
	}
	
	div#top	{
	width:100%;
	height:135px;
	}
	
	div#bottom	{
	width:100%;
	height:132px;
	}
	
	div#column1 {
	width:160px;
	float:left;
	margin-top:0px;
	background-image: url(/images/sidepanel2.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: right;
	}



	div#column2 {
	width: 75%;
	/*height:450px;*/
	/*overflow:auto;*/
	float:left;
	padding: 0px;
	margin-top:20px;
	margin-left:10px;
	text-align: justify;
	}
	div#lowdiv	{
	margin-top:25px;
	
		}
	
	
	div#chapter3	{
	margin-top:40px;
	margin-left: 20px;
	color: #666666;	
	border: thin solid #000000;
	}	
	
	div#smalltext	{
	width:250px;
	font-size: 10px;
	margin-left: 390px;	
	}
	
	div#textcommunity	{
	color: #FFFFFF;
	margin-top: 250px;
	font-weight: bold;
	width: 420px;
	margin-left: 20px;
	letter-spacing: 0.2em;
	}
	div#column3 {
		width:120px; 
		/*background-color:#FFCCFF;*/
		float:left; 
		padding: 5px;
		margin-top:20px;
	}
	
	div#bottomcolumn	{
	width:85%;
	margin-top:30px;
	float:left;
	margin-left:60px;
		}
	div#footer {
	width:700px;
	margin-top:0px;
	/*border: 1px solid #550000;*/
	padding: 5px;
	text-align: center;
	}
	.toptitle {
	font-family: "Comic Sans MS";
	font-size: 36px;
	text-indent: 120px;
	color: #CC6600;
}
	
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

div#listmenu	{
	margin-top:10px;
	margin-left:80px;
	
	height:19px;
	width:75%;
	background: #FFFFC6;
	padding: 0px;
	/*border: 1px solid #550000;*/
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}
