/* CSS Document */

body {
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat:repeat-x;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

a:link { color: #0000FF; }
a:visited { color: #003366; }
a:hover { color: #FF6600; }
a:active { color: #FF0000; }

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content {
	width: 705px;
	padding: 0 30px 30px 25px;
	background-color: #FFF;
}

#content p {
	margin-top: 0;
	padding-left: 20px;
}

#sig {
	margin-left: 75px;
}

#Address {
	float: right;
	margin: 0px 0 5px 12px;
	padding-top: 8px;
	width: 250px;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#990000;
	z-index:1;
}

/* BEGIN H1s */
h1.home {
	background : url(/images/h1_home.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.aboutus {
	background : url(/images/h1_aboutus.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.forsale {
	background : url(/images/h1_forsale.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.links {
	background : url(/images/h1_links.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.contact {
	background : url(/images/h1_contact.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}

h1.thankyou {
	background : url(/images/h1_thankyou.gif) no-repeat;
	text-indent : -9999px; 
	height: 34px;
	margin-top: 0;
	margin-bottom: 5px;
}
/* END H1s */

.ImageTopRight {
	float: right;
	margin: 0 0 10px 12px;
}
.ImageRight {
	float: right;
	margin: 10px 0 10px 12px;
}
.ImageLeft {
	float: left;
	margin: 10px 12px 10px 0;
}
.ImageTopLeft {
	float: left;
	margin: 4px 12px 10px 0;
}
.SmallText {
	font-size: 8pt;
}
.Required {	
	color: #0066FF;
	font-weight: bold;
}
#TwoBikes {
	float: right; 
	width: 160;
	margin: 10px 0 10px 15px;
}
#sidebarRight {
	float: right; 
	margin: 0 0 5px 20px;
}
#sidebarLeft {
	float: left; 
	margin: 0 20px 5px 0;
}