* {
	margin:0;
	padding:0;
	font-size:100%;
	color:#333;	
}
body {
	font-size:70%;
	font-family:"trebuchet ms",arial, helvetica, sans-serif;
	text-align:center;
	background-color:#8EACB4;	
}
ul,
ul li {
	list-style-type:none;	
}
fieldset {
	border:none;	
}
label {
	display:block;	
}
form input.submit {
	background:#E41715 url(../images/layout/bg_search_button_grey.gif) no-repeat top left;
	min-height:19px;
	min-width:19px;
	_width:19px;	
	_height:19px;
	border:none;	
	color:#fff;
	/*font-weight:bold; commented by Simon as it broke button*/
	font-size:90%;
	padding:0;
	margin-left:10px;
	float:left;
}
form input.text,
form select {
	border:1px solid #ccc;
	padding:1px 2px;
}
map,
img {
	border:none;	
}
.printOnly {
	display:none;
}
div#wrapper {
	margin:0 auto;
	width:800px;	
	text-align:left;
}
div#innerwrapper {
	float:left;
	padding:10px 0 0 0;
}
div#header,
ul#mainnav,
div#feature,
div#content,
div#footer {
	width:776px;	
}

div#placeholder{
	position:absolute;
	top:0;
	left:0;
}