
/* Reset */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	color: black;
	font-family: verdana, sans-serif;
	font-size: 8.5pt;
}

#page-width {
	margin: 0px auto;
	background-color: white;
}

#main-content h1,#main-content h2,#main-content h3 {
	font-family: arial, sans-serif;
	margin-bottom: 10pt;
}

#main-content h1 {
	font-size: 24pt;
}

#main-content h2 {
	font-size: 20pt;
}

#main-content h3 {
	font-size: 16pt;
}

#main-content p, #main-content li {
	font-family: verdana, sans-serif;
	font-size: 8.5pt;
	margin-bottom: 10pt;
	color: #575757;
}

#main-content li {
	margin-left: 20px;
}

#header {
	margin-top: 10px;
}
#main-content {
	border: 1px solid green;
	width: 620px;
	padding: 0px 53px;
}


/* Footer Definitions */

#footer {
	height: 111px;
	margin-bottom: 20px;
}

a.toplink {
	display: none;
}

.copyright {
	padding-top: 70px;
	width: 450px;
	margin: 0px auto;
	font-size: 7.5pt;
	text-align: center;
}

#header h1 {
	background-image: url(images/tyrecheckers_tyre_pressure_indicators.jpg);
	width: 533px;
	height: 82px;
	text-indent: -9999999px;
	float: left;
}
#header p {
	background-image: url(images/tyrecheckers_address.jpg);
	width: 193px;
	height: 82px;
	text-indent: -9999999px;
	float: right;
}
.headerimage {
	float: left;
}



