a {color:#AA6B1A;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#EDC98A;
	color:#000;
	text-align:center;
	background-image:url(../graphics/bgnd.jpg)
	}
p {
	font-size:1em;
	line-height:1.7em;
	padding:0;
	margin:1.7em 0 1.7em 0;		
	}
li {
	line-height:1.7em;
	}

h1 {color:#E32636; font-size:1.8em; line-height:1.8em; margin:10px 0; padding:0; margin:0; font-family:Garamond, Georgia, "Times New Roman", Times, serif}
h2 {color:#E32636; font-size:1.6em; line-height:1.6em; margin:10px 0 5px 0; padding:0; margin:0; font-family:Garamond, Georgia, "Times New Roman", Times, serif}
h3 {color:#E32636; font-size:1.4em; line-height:1.4em; padding:0; margin:0; font-family:Garamond, Georgia, "Times New Roman", Times, serif}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#fff;
	width:980px;
	text-align:left;
	margin:0 auto;
	}
#header {
	background-image:url(../graphics/header_bgnd2.jpg);
	background-color:#fff;
	height:130px;
	padding:10px;
	}
#navbar {
	background-color:#FFCC66;
	padding:5px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:180px;		/* Background colour provided by image in #main1 */
	float:left;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	background-color:#fff;
	margin:0 180px 0 180px;
	padding:10px 20px;
	/* position:relative;	Fixes the Peekaboo bug in IE6 */
	/* min-width:0;			Fixes the Peekaboo bug in IE7 */
	}
#mainContent2 {
	background-color:#fff;
	margin:0 0 0 180px;
	padding:10px 20px;
	}
#mainContent3 {
	background-color:#fff;
	text-align:left;
	padding:20px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:180px;		/* Background colour provided by image in #main2 */
	float:right;
	/* position:relative;	Fixes the Peekaboo bug in IE6 */
	/* min-width:0;			Fixes the Peekaboo bug in IE7 */
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	width:940px;
	background-color:#fff;
	background-image:url(../graphics/footer_bgnd.jpg);
	background-repeat:no-repeat;
	padding:40px 20px 0 20px;
	height:50px;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	}
.minHeightDiv {			/* This is a div included in mainContent to set min height.  It needs a 'cleaner' div to push against! */
	float:left;
	width:1px;
	height:400px;
	}
