body {
   margin: 5% 10% 1em 10%;
   padding: 0px;
   color: #666;
   font: 1em arial, sans-serif;
}
.backLayer {
	z-index:0;
   position: absolute;
   top:0px;
   left:0px;
   height:100%;
   width:100%;
   overflow:hidden;
   background: url(straddle.jpg) no-repeat 10%;
}
p {
   text-align: justify;
}
p, li, h2 {
	font-size: 80%;
   margin-left: 50px;
}
li {
	list-style: square;
   margin-left: 25px;
}
.column1, .column2 {
	margin-top: 1em;
	width: 50%;
}
.column1 {
	float:left;
}
.column2 {
	float:right;
}
.footline {
 text-align:center;
 clear:both;
}
.headlines {
   background: url(bigWheel.jpg) repeat-y top right;
}
.headlines p {
   font-size: 95%;
   font-weight: 600;
   margin-right: 80px;
	text-align: center;
   padding-right: 1em;
}
h1 {
	margin:0;
	text-align: center;
	vertical-align: bottom;
	color: black;
	font-size: 110%;
	background: url(logo.jpg) no-repeat;
	padding-top: 80px;
	padding-bottom: 40px;
	float:right;
	width:214;
}
.rightInsert {
	float:right;
	clear:right;
	margin: 0em 0em 0.5em 1em;
}
.nav {
	position: relative;
	left:-80px;
   background: #CCC url(wheels3.jpg);
   margin:0;
   text-align:center;
   clear:both;
   padding:0.5em 0px 0.5em 80px;
}
.nav a.active {
   text-decoration: none;
}
.nav a:hover {
   background: #888;
}
a, a.active {
   position: relative;
   z-index:1;
   color: #000;
   padding: 0 0.5em 0 0.5em;
   font: normal "Trebuchet MS", Arial, sans-serif;
}
.nav a:visited {
   color: #000;
}
a img {
   border:none;
}