@charset "utf-8";
/* CSS Document */
/* AMHawkUKBC.css - Revision: Preview Release 1.0 */

/* Copyright (c) 2008. A & M Hawk UK. All rights reserved. */

#container {
	width: 960px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://aandmhawkuk.co.uk/amhimages/PgBack1wa.jpg);
	background-repeat:no-repeat;
	background-position:center;
} 
#mainContent {
	width:58%;
	float:left;
	
} 
  #mainContent img {
	padding: 10px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:left;
	clear:left;
}
#mainContent h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:none;
}
  #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:none;
	text-align:justify;
} 

