@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	background-position: 50% 10px;
	background-repeat: no-repeat;
	line-height: 1.6em;
	font-size: 62.5%;
}
#footer {
	margin: 0 auto;
	background-image: url(../images/Layout-Images/Footer-Background.gif);
	background-repeat: no-repeat;
	background-position: 50% top;
	width: 964px;
	padding: 0px 0 0 20px;
	text-align: left;
	background-color: #FFF;
	line-height: 1.6em;
}
.H1Wrapper h1, .H1HomeWrapper h1, .H1Wrapper h2, .H1HomeWrapper h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.StraplineWrapper {
	font-size: 1.1em;
}
