body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2em;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
	}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	border-top: 1px solid #778899;
	height: 5em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 100px;
	left: 1em;
	width: 221px;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #FF0000;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid #711515;
	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: right;
	height: 21px;
	background-color: #7F99B2;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px solid #711515;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #BFCCD8;
	color: #FFFFFF;
}
body#new li.new, 
body#used li.used,  
body#body li.body, 
body#rents li.rents, 
body#service li.service, 
body#parts li.parts {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #FFFFFF;
}
body#new li.new a:link, body#new li.new a:visited,
body#used li.used a:link, body#used li.used a:visited,
body#body li.body a:link, body#body li.body a:visited,
body#parts li.parts a:link, body#parts li.parts a:visited,
body#rent li.rent a:link, body#rent li.rent a:visited,
body#service li.service a:link, body#service li.service a:visited {
	color: #000000;
	background-color: #FFFFFF;
}
#content {
	margin-left: 16em;
	margin-right: 2em;
	margin-bottom: 3em;
	margin-top:0.5em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-image: url(bluBG.gif);
	color: #FFFFFF;
	font-size: 70%;
	left: 0;
	top: 50x;
}
html > body #footer {
	position: fixed;

}
#footer p {
	margin: 0.5em 0 1em 1em;
	padding: 0;
}
