a {color:#eee; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#000;
	color:#eee;
	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; padding:0; margin:30px 0 0 0; color:#99ccff;}
h2 {font-size:1.4em; line-height:1.4em; padding:0; margin:10px 0 5px 0; color:#99ccff;}
h3 {font-size:1.2em; line-height:1.2em; padding:0; margin:0; color:#99ccff;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	border-left:1px solid #444;
	border-right:1px solid #444;
	background-color:#202020;
	width:980px;
	text-align:left;
	margin:15px auto;
	}
#header {
	background-image:url(../graphics/photographer-in-surrey-logo.jpg);
	background-color:#202020;
	height:100px;
	padding:10px;
	border-top:1px solid #444;
	}
#navbar {
	background-color:#000;
	padding:5px 5px 5px 160px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:160px;		
	float:left;
	}
#leftbarDiv {padding-top:30px;}			/* Use this for adding padding etc to leftbar */
#mainContent {
	background-color:#353535;
	margin:0 0 0 160px;
	padding:10px 20px;
	border-left:1px solid #444;
	/* position:relative;	Fixes the Peekaboo bug in IE6 */
	/* min-width:0;			Fixes the Peekaboo bug in IE7 */
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:0px;		
	float:right;
	display:none;
	/* 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 {
	border-top:1px solid #666;
	background-color:#000;
	padding:10px;
	width:960px;
	margin:0 auto;
	}
.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;
	}
