/* CSS Document */
/* simon-towler common layout css */
/**/
/*=================================================
CENTRE THE CONTENT (X-BROWSER HACK)
=================================================*/
body {
	padding-left:50%;
}
#wrapper {
	width:900px;
	margin-left:-450px;
}
#content {
	width:864px;
}
/*=================================================

=================================================*/
#payload {
	width:864px;
}
/*=================================================
STANDARD CONTACT FORM
=================================================*/
#contactus {
	margin-bottom:1em;
}

#contactus textarea {
	margin-top:0.25em;
}

#submit {
	margin-top:0.5em;
	margin-left:-4px;
}

#contactus p {
	margin-top:0.25em;
	margin-bottom:0.25em;
}

/*a css hack to layout the form fields and labels without using tables*/
#contactus label {
	display:block;
	float:left;
	width:144px;
}
