@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body {background: #9e8d85; font-family: Arial, Helvetica, sans-serif;}
#wrapper {width: 640px; background: #FFF; margin: 0 auto;}

h1#header {width: 640px; height: 101px; background: url(images/SFE_banner.jpg) no-repeat top left;}
h1#header a {display: block; text-indent: -9000px; width: 640px; height: 101px; background: url(images/SFE_banner.jpg) no-repeat top left;}

ul#nav {width: 640px; float: left; list-style: none; margin: 15px 0 15px 30px;}
ul#nav li {float: left;}
ul#nav li a {float: left; display: block; width: 100px; background: #9e8c86; color: #FFF; text-decoration: none; text-transform: uppercase; font-size: 70%; font-weight: bold; margin-right: 5px; padding: 4px 6px; text-align:center; }
ul#nav li a:hover {background: #f74329;}

ul#nav li.links a {margin-right: 0 !important;}

#banner {width: 620px; margin: 0 10px 20px 10px; height: 91px; background: url(images/bike-banner.jpg) no-repeat top right;}
#banner p {text-transform: uppercase; font-size: 90%; width: 116px; height: 53px; background: #f74329; color: #FFF; text-align: center; padding-top: 38px; }
.clear {clear: both;}

#maincontent {padding: 0 20px; font-size: 90%; padding-bottom: 25px;}
#maincontent h1 {color: #f74329; font-weight: bold; text-transform: uppercase; font-style: italic; font-size: 170%;}
#maincontent h2 {color: #f74329; font-weight: bold; text-transform: uppercase; font-style: italic; font-size: 110%;}
#maincontent p {margin: 15px 0; font-size: }
#maincontent a {color: #f74329; text-decoration: none;}
#maincontent a:hover {text-decoration: underline;}
	#maincontent .bio, #maincontent .dealership {clear: both; border-bottom: 2px dotted #9e8d85; margin-top: 15px;}
	#maincontent .dealership img.right, #maincontent .dealership img.left {border: none !important;}
	#maincontent #col1 {width: 325px; margin-right: 10px; float: left; margin-top: 15px;}
	#maincontent #col2 {width: 250px; float: left; padding-left: 10px; border-left: 2px dotted #9e8d85; margin-top: 15px;}

img.right {float: right; margin: 0 0 15px 15px; padding: 2px; border: 1px dotted #9e8d85;}
img.left {float: left; margin: 0 15px 15px 0; padding: 2px; border: 1px dotted #9e8d85;}
img.center {border: 1px solid #9e8d85;}
.orange {color: #f74329; font-weight: bold;}
#homepagebox {float: right; text-align: right; color: #9b8980; font-size: 80%;width:390px;padding-left:10px;padding-bottom:25px;}

#footer {text-align: center; color: #c4cacd; font-size: 70%; border-top: 2px solid #f4f4ec; padding: 10px 0;}
#footer a {color: #f74329; text-decoration: none;}

#clear {clear:both;float:none;}