/* Reset browser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* Remove bullets from list items */
ol, ul {
	list-style: none;
}
/* Basic page layout */
body {
	background-color: #FFFFD3;
	margin-bottom: 10px;
}
#wrapper {
	width: 768px;
	margin: 0 auto;
}

#page {
	background-image: url(../images/margins.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 10px;
}
#page #pagend {
	clear: both;
}

#navigation {
	clear: both;
	float: none;
	background-color: #FFFFB9;
	height: 40px;
}
#navigation li {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	float: left;
	letter-spacing: 2px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 28px;
}
#navigation li a {
	text-decoration: none;
	color: #0198C5;
}
#navigation li a:hover{
	text-decoration: none;
	color: #000000;
}
#navigation .current {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 98px;
	margin-right: 11px;
	margin-top: 5px;
}
#home {
	width: 70px;
	margin-left: 20px;
}
#news {
	width: 100px;
	text-align: center;
}
#products {
	width: 130px;
	text-align: center;
}
#used {
	text-align: center;
	width: 90px;
}
#philosophy {
	text-align: center;
	width: 150px;
}
#contact {
	background-color: #FFFFD3;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-left: 10px;
	font-size: .9em;
}

#content {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#content #leftcolumn {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#content #rightcolumn {
	float: right;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#content p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 140%;
}
#content p .bold {
	color: #0ABBFF;
	font-weight: bold;
}


h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #0094BC;
}

#content a {
	text-decoration: underline;
	color: #0198C5;
}
#content a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8EE5DF;
}
#content .richard {
	float: left;
}
#content #leftcolumn img {
	border: 1px solid #999999;
	margin-bottom: 20px;
}


#benefits {
	font-size: 0.9em;
	margin-left: 20px;
	list-style-type: disc;
	padding-left: 30px;
	background-color: #D6F4FF;
	margin-right: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#benefits li {
	line-height: 140%;
}
.floatright {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}



#footer {
	font-size: 0.8em;
	clear: both;
	float: none;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#footer a {
	color: #CCCCCC;
}
#footer p {
	margin: 0px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
}
#seo {
	text-align: center;
	font-size: 0.8em;
	color: #999999;
}

