a img {
	border:0;
	}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	text-align:center;
	background-color:#804c3e;
	}
p {
	font-size:1em;
	line-height:1.5em;
	padding:5px 0 5px 0;
	margin:0;
	}
	
h1 {font-size:1.6em; line-height:1.6em; padding:0; margin:0;}
h2 {font-size:1.3em; line-height:1.4em; padding:0; margin:6px 0 4px 0; color:#999;}
h3 {font-size:1.2em; line-height:1.4em; padding:0; margin:0 0 4px 0;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#eee;
	width:900px;
	text-align:left;
	margin:0 auto;
	}
#main1 {
	margin:0; padding:0;
	/* background:#E9F7FE url("../images/leftbar.gif") top left repeat-y;	/* Background colour must be same as #mainContent background */
	}
#main2 {
	margin:0; padding:0;
	/* background: url("../images/rightbar.gif") top right repeat-y; */
	}
#header {
	/*background-image:url(../graphics/fabric-neutral2.jpg); */
	/*background-image:url(../graphics/fabric-zigzag2.jpg);*/
	/*background-image:url(../graphics/fabric-striped2.jpg);*/
	/*background-image:url(../graphics/fabric-blue.jpg);*/
	/*background-image:url(../graphics/fabric-red2.jpg);*/
	background-image:url(../graphics/header_bgnd.jpg);
	background-repeat:no-repeat;
	background-color:#ccc;
	height:100px;
	color:#fff; 
	font-size:44px;
	}
#header p {
	padding:20px 0 0 30px;
	}
#navbar {
	background-color:#e9d4b7;
	padding:6px 0 6px 176px;
	}
#leftbar { 			/* Don't add padding here as it messes up the structure */ 
	width:155px;	/* Background colour provided by image in #main1 */
	float:left;
	}
#leftbar div {
	padding:10px 0 0 0;
	}
#mainContent {
	background-color:#fff;
	margin:0 155px 0 155px;
	padding:10px 20px 10px 20px;
	width:550px;
	/* position:relative;	 Fixes the Peekaboo bug in IE6 */
	/* min-width:0;		 Fixes the Peekaboo bug in IE7 */
	}
#mainContent3 {
	background-color:#fff;
	margin:0 0 0 155px;
	padding:10px 20px 10px 20px;
	}	
#rightbar { 		/* Don't add padding here as it messes up the structure */
	width:155px;	/* Background colour provided by image in #main2 */
	float:right;
	}
#rightbar div {
	}
#footer {
	background-color:#e9d4b7;
	padding:10px;
	height:20px;
	border-top:1px solid #fff;
	}
.cleaner {			/* This is simplified compared to the original version */
	clear:both;
	}