body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
}
/*typography*/
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	padding: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
	margin:10px 0 5px;
}
h4 {
	font-size: 1.0em;
	padding: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	padding: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	padding: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
li, pre, form, body, html, fieldset, legend, input, dl, dt, dd {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
}
/*================================
 = self clearing
   ref: http://www.positioniseverything.net/easyclearing.html
==================================*/

div.carsguide-search-box:after, div.content-left dl:after, div.footer-option-tools:after, div.content-left:after, div.ad-spotlight:after, div.content:after, div.motorshow-split:after, div.motorshow-left:after, div.motorshow-index div:after, div.motorshow-index:after, div.motorshow-gallery:after, div.motorshow-shop:after, body.sitemap div.motorshow-right ul li:after, body.sitemap div.motorshow-left ul li:after, div.content-right:after, div.content:after, div.ad-island:after, label:after, fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div.carsguide-search-box, * html div.content-left dl, * html div.footer-option-tools, * html div.content-left, * html div.ad-spotlight, * html div.content, * html div.motorshow-split, * html div.motorshow-left, * html div.motorshow-index div, * html div.motorshow-index, * html div.motorshow-gallery, * html div.motorshow-shop. * html body.sitemap div.motorshow-left ul li, * html body.sitemap div.motorshow-left ul li, * html div.content-right, * html div.content, * html div.ad-island, * html label, * html fieldset {/* hides from IE-mac */
 height: 1%;
}
div.carsguide-search-box, div.content-left dl, div.footer-option-tools, div.content-left, div.ad-spotlight, div.content, div.motorshow-split, div.motorshow-left, div.motorshow-index div, div.motorshow-index, div.motorshow-gallery, div.motorshow-shop, body.sitemap div.motorshow-left ul li, body.sitemap div.motorshow-left ul li, div.content-right, div.content, div.ad-island, label, fieldset {
	display: block;
}
