a {color:#C5351C; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
body {
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#C06F0B;
	color:#000;
	text-align:center;
	}
p {
	font-size:1em;
	line-height:1.7em;
	padding:0;
	margin:1.7em 0 1.7em 0;		
	}
	
h1 {font-size:1.6em; line-height:1.6em; padding:0; margin:0; color:#C5351C;}
h2 {font-size:1.4em; line-height:1.4em; padding:0; margin:10px 0;}
h3 {font-size:1.2em; line-height:1.2em; padding:0; margin:10px 0 5px 0;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#fff;
	width:900px;
	text-align:left;
	margin:0 auto;
	}
#header {
	background-image:url(../graphics/shaving.jpg); 
	background-position:right bottom; 
	background-repeat:no-repeat;
	background-color:#fff;
	height:140px;
	padding:10px;
	}
#header img {
	margin:10px 0 0 10px;
	}
#navbar {
	background-color:#FFCC66;
	padding:5px 5px 5px 42px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:0px;			/* Background colour provided by image in #main1 */
	float:left;
	display:none;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	background-color:#fff;
	margin:0;
	padding:20px 40px 10px 40px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:0px;			/* Background colour provided by image in #main2 */
	float:right;
	display:none;
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	padding:10px;
	width:880px;
	margin:0 auto;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	margin:0;
	padding:0;
	}
.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;
	}