/* ================================================================ 
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,255,255);

	font-size:76%; 
	font-family: arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	/* */ 
	}

body {
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(255,255,255);
	}

#content1 {
	position:absolute;
	z-index:3;
	bottom:0px;
	width:600px;
	margin-left:-291px;
	left:50%;
	border-left:0px solid #000;
	border-right:0px solid #000;
	background:#transparent;
	top: 190px;
	}

#head {
	position:absolute; 
	margin-left:-291px; 
	left:50%; 
	top:20px; 
	width:600px; 
	min-width:600px; 
	height:130px; 
	background-image:url(../images/logo4.jpg);
	background-repeat:no-repeat;
	font-size:1em; 
	z-index:6; 
	}

#wrapper {
	min-width:750px;
	text-align:left; 
	position:relative;
}
