
body {
	background-color: #999999;
}

#container {
	background-color: #ffffff;
	width: 1000px;
	margin: 10px auto 10px auto;
	padding: 0px;
}
#header {
	background-color:#333333;
	background-image:url(images/header-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 211px;
	position: relative;
}
#tagline {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	float: right;
	margin: 10px 10px 0 0;
}
#logo {
	position: absolute;
	left: 10px;
	bottom: 45px;
}
#car-shield {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#content {
	background-color: #ffffff;
	background-image: url(images/tiretracks.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#nav {
	width: 216px;
	padding-top: 15px;
}
strong, h1, h2, h3, h5, h6 {font-weight:bold;}
h1 {font-size: 18px;}
h2 {font-size:16px;}
h3 {font-size: 15px;}
h4 {font-size:14px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p,td, dl,dt,dd,ul,ol,pre,input,textarea,blockquote,cite,label {font-size:12px;}
em {font-style:italic;}
abbr,acronym {border-bottom:1px dotted #000; cursor:help;}
th {font-weight:bold; text-align:center;}
a:link, a.anchor:link, a.anchor:visited {color:#00f;}
a:visited {color:#039;}
a:hover, a.anchor:hover {color:#f60;}
a:active{color:#f00;}
#copy {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.bodycopy {
	font-size:0.875em;}
.headline {
	font-size: 20px;
	font-weight: bold;
	color: #E6001F;
}
.headline2 {
	font-size: 17px;
	font-weight: bold;
	color: #3F3C3C;
}
.border1 {
	border-top: 1px solid #E6001F;
}
.caption {
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
.right {
	float: right;
	padding: 15px;
}
.red-border {
	padding: 2px;
	border: 1px solid #E6001F;
}
.red-border-right {
	float: right;
	padding: 2px;
	margin: 15px;
	border: 1px solid #E6001F;
}
.red-border-left {
	float: left;
	padding: 5px;
	margin: 15px;
	border: 1px solid #E6001F;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
/*-----    Clearfix - (http://www.positioniseverything.net/easyclearing.html for documentation)*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*-----   End Clearfix - (http://www.positioniseverything.net/easyclearing.html for documentation*/)
