html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaebb4;
	background-repeat: no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	text-decoration:none;
	color: #27377f;
}

a:hover {
	color: #9B8B40;
}

h1 {
	font-size: 2.5em;
	padding-bottom: .25em;
}

h2 {
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 3px;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #383E4C;
	padding-top: 10px;
	padding-bottom: 5px;
}

#pageWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#sealants, #panels, #tools, #access, #misc {
	width: 800px;
	border: 1px solid #999;
	float: left;
	height: auto;
	margin-bottom: 20px;
	background-color: #FFF;
}
#header {
	width: 800px;
	background-image: url(images/header.gif);
	height: 150px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.relative {
	position: relative;
}


#tools, #access {
	width: 558px;
	margin-right: 20px;
}
#misc {
	width: 215px;
	float: right;
}
.left {
	float: left;
}
#misc p {
	font-size: 0.9em;
	line-height: 2.6em;
	margin-left: 65px;
	color: #575759;
}
#header p {
	margin-left: 175px;
	margin-top: 10px;
	font-size: 0.9em;
}


#footer {
	clear: both;
	background-color: #58595b;
	height: 20px;
	font-weight: bold;
	padding: 15px;
	font-size: 2em;
	color: #FFF;
	line-height: 20px;
}
