/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2009 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

html {
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(255,232,168);
	background-image:url(../images/hg.jpg);
	background-repeat:repeat-x;
	font-size:76%; 
	font-family: arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	/* */ 
	}

body {
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(255,232,168);
	background-image:url(../images/hg.jpg);
	background-repeat:repeat-x;
	}

#content1 {
	position:absolute; 
	z-index:3; 
	top:100px; 
	bottom:0px; 
	width:600px; 
	margin-left:-291px; 
	left:50%; 
	border-left:0px solid #000;
	border-right:0px solid #000;
	background:#transparent;
	}

* html #content1 {
	top:0; 
	bottom:0; 
	height:100%;
	width:600px;
	border-top:100px solid #FFD85F; 
	border-bottom:0px solid #FFE6A6;
	}

#head {
	position:absolute; 
	margin-left:-291px; 
	left:50%; 
	top:0; 
	width:600px; 
	min-width:600px; 
	height:100px; 
	background:#transparent;
	background-image:url(../images/hg.jpg);
	background-repeat:repeat-x; 
	font-size:1em; 
	z-index:5; 
	border:0px solid #000;
	}

* html #head {
	top:0px; width:600px; height:100px;
	}	


#wrapper {
	min-width:750px;
	text-align:left; 
	position:relative;
}

#content {
	clear:both;
	position:relative;
	left: 0px;
	width:600px;
	margin:25px auto;
	top: 0px;
}
