body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://www.merseysidecollectorscentre.co.uk/img/woodgrain.jpg);
	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;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p   { font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 0.8em; line-height: 100%; text-transform: none }

p.white   { font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 1em; font-weight:bold; line-height: 100%; text-transform: none }

p.navigation  { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 0.8em; line-height: 100%; text-transform: none }

p.menu  { font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 0.8em; line-height: 100%; font-style:italic; text-transform: none }

p.footer   { font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 0.8em; line-height: 150%; text-transform: none }

a   { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #71334F; line-height: 100%; text-transform: none; text-decoration: bold }

a:Hover
    { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #71334F; line-height: 100%; text-transform: none; text-decoration: underline }
	
a.body   { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #9DD2BA; font-size: 1em; line-height: 100%; text-transform: none; text-decoration:  none }

a.body:Hover
    { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #9DD2BA; font-size: 1em; line-height: 100%; text-transform: none; text-decoration: underline }

a.menu  { font-family: Arial, Helvetica, sans-serif ; font-weight:bold; color: #71334F; font-size: 1.0em; line-height: 100%; text-transform: none; text-decoration:  none }
 
a.menu:Hover
    { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #337155; font-size: 1.0em; line-height: 100%; text-transform: none; text-decoration: underline }

a.nav   { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #ffffff; font-size: 1.0em; line-height: 100%; text-transform: none; text-decoration:  none }

a.nav:Hover
    { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #EA9699; font-size: 1.0em; line-height: 100%; text-transform: none; text-decoration: underline }

ul,ol  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #337155; font-size: 0.8em; font-weight:bold; line-height: 150%; text-transform: none }

ul.inner { font-family: Verdana, Arial, Helvetica, sans-serif; color: #337155; font-size: 1.0em; font-weight:bold; line-height: 100%; text-transform: none }

h1  { color: #337155; font-size: 130%; font-weight:bold; font-family: Arial, Helvetica, sans-serif; margin: 0 }

h2  { color: #337169; font-size: 110%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; margin: 0 }

h3  { color: #337169; font-size: 70%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; margin: 0 }

h4  { color: #ffffff; font-size: 130%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; margin: 0 }

table.offer { color:#FFF; font-weight:bold}

#navigation td {
	
	}
	
#navigation a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #e22027;
	color:#ffffff;
	}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
