html, body {
	margin:0;
	padding:0;
}
html { 
	font-size: 100%; /* IE hack */ }
body { 
	font-size: 1em; 
	background-image:url(../images/bg_grey_hashed.gif) ;
	text-align:center; /* To centre outer div, you need the following: text-align center in body for IE; margin auto settings in 
						  the div, for non-ie. Text-align center in the div for IE5/5.5/6-quirks to override the body center */
}
H1 {font-size:1.25em; color:#444768;}  /* displayed at 24px */
H2 {font-size:1.1em}  /* displayed at 18px */
H3 {font-size:0.9em}  /* displayed at 15px */
H4 {font-size:0.8em}

#test {
	padding: 50px;
	width: 200px;
	border: 1px solid red;
}
div#outer {
	border: #CCCCCC 1px solid;
	width: 754px;
	background-color:#FFFFFF;
	text-align: left; /* needed for ie5.x + quirks mode */
	margin-left:auto; /* for non-ie, to centre this div */
	margin-right:auto;
	
}
a {
	color: #C5811C;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
a.purple {
	color: #444768;
	text-decoration:underline;
}



div#banner {
	height:83px;
	width:100%;
	background: url(../images/template/page-banner.jpg) no-repeat left top;
}
div#banner h1 {
	position: absolute;
	top: 0;
	left:-3000px;
}
div#menu ul {
	overflow:hidden;
	height: 27px; 
	margin:0px;
	padding:0;
	background: transparent url(../images/template/menu-bg-z.gif) repeat-x left top;
}
div#menu li {
	background: transparent url(../images/template/menu-bg-divider-z.gif) top right no-repeat;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 6px 8px 0 0px;
	float:left;
	display:inline;
	font-weight: lighter;
	margin: 0;
}
div#menu a:hover {
	color:#444768;
}
div#menu a {
	text-decoration:none;
	color:#444768;
	cursor: pointer;
	margin-left:10px;
	margin-right:8px;
	white-space: nowrap;
}

div#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #2A2A2A;
	text-align: left;
	padding: 0 0.8em 0.8em 1.3em;
}
div#footer {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #F7F7F7;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	margin-top: 1em;
	text-align:center;
}
#left-col {
	float: left;
	width: 524px;
}

#right-col div.qualifications {
	border: 1px solid #444768;
	margin: 0 2px 0 537px;
	padding: 5px;
	color: #282828;
	text-align:center;
	background: #EAEBF3; /*#E0E2ED;*/
}
#right-col .qualifications h2 {
	font-size: 1.2em;
	color: #444768;
	margin: -0.5em 0 0em 0;
}

/* BOOKING PAGES */
.bookingContent {background-color: #F4F5F9;border:1px solid #003366;}
.bookingHeader {background-color:#003366; color:#ffffff;}
.redstar{color:#FF0000}


/* CONTACTUS.PHP - this is here because there is ie5 code in ie5.css and this needs to go first.
the rest of the css is on the page itself.*/
div#firstName, div#contactOrg, div#contactTel{
	float: left;
	width: 21em;
	padding-left:1em;
}
#contactMessage {
	padding-left:1em;
	width: 48em;
	margin-top: 1em;
}
