﻿	 
html, body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#container {
	background-color: #fff;
	float:inherit;
	margin: 0 0 0 -275px; /* top right bottom left */
	padding: 0;
	width: 1080px;
	}
	
#container h1 {
	border-bottom: none;
	float: left;
	height: 40px;
	margin: 0 0 0 270px; /* top right bottom left */
	width: 100%;
	}
	
/* col1 - LEFT SIDE BAR FOR motor-list.html */

#container #col1motorlist { 
	float: left;
	padding-top: 10px;
	width: 220px;
	}

/* col1 - LEFT SIDE BAR */

#container #col1 { 
	float: left;
	padding-top: 30px;
	width: 220px;
	}

/* container for col2mid and col2side */
	
#container #col2outer { 
	float: right;
	margin: 0;
	padding: 0;
	width: 830px;
	}

/* col2mid MAIN CONTENT */
	
#col2outer #col2mid { 
	float: left;
	margin-left: 20px;
	padding-right: 40px;
	width: 520px;
	}

/* col2side - RIGHT SIDE BAR */

#col2outer #col2side {
	float: right;
	padding-top: 30px;
	padding-left: 20px;
	width: 230px;
	}

#col2side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#col2side li {
	margin-bottom: 30px;
	list-style: none;
	}
	
#col2side li li {
	background: url("../images/sitelayout/img05.gif") repeat-x left bottom;
	margin: 0;
	padding: 5px 0;
	}
	
#col2side li li a {
	background: url("../images/sitelayout/img06.gif") no-repeat 6px 50%;
	padding-left: 21px;
	}
	
#col2side h2 {
	background: url("../images/sitelayout/img04.gif") no-repeat left center;
	padding-left: 20px;
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #990000;

		}

#h2 col2side_h2_a {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #990000;
}

#col2side a, .inactive a {
	text-decoration: underline;
	}
	
#col2side a:hover, .active2 a {
	border-bottom:3px #8AD9F3 solid:
	text-decoration: none;
	}