BODY {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FF6B0E;
	margin:13px;
	text-align:center;
	color:#000;
}
TD {
	vertical-align:top;
}
H1 {
	color:#6C1800;
	font-weight:bold;
	font-size:18px;
	border:0;
	margin-top:1px;
}
H1 SPAN.status {
	color:#CC2E00;
}
H2 {
	font-weight:bold;
	font-size:16px;
}

#main {
	text-align:left;
	width:740px;
	margin:auto;
	background-color:#F0D9CA;
	border:solid 2px #000;
}
#sidebar {
	width:190px;
	padding:20px 5px 5px;
	background:#FFF;
}
#content {
	width:530px;
	padding:5px;
	float:left;
}
#header {
	height:177px;
	text-align:right;
	background:#000 url(header2.jpg) no-repeat center bottom;
	vertical-align:bottom;
}
#bar {
	background:#000;
}
#foot {
	text-align:center;
	font-size:10px;
}
.nav {
	padding:4px 8px 0 8px;
	border:0;
}
.message {
	font-weight:bold;
	color:#900;
}

DIV#quotePos {
	position:relative; 
	top:-65px; 
	left:543px; 
	text-align:left;
}
DIV#quoteBox {
	width:180px;
	padding:5px;
	background-color:#fff;
	border:1px solid black;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}
SPAN#quoteBody {
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	font-size:12px;
}

TABLE.bikesTable TBODY TD {
	padding:5px;
}
TABLE.bikesTable TBODY IMG {
	margin-top:5px;
	border:1px #000 solid;
}
TABLE.bikesTable TBODY TD.photoCell, #sidebarPad {
	width:190px;
	text-align:right;
}
DIV.price {
	text-align:right;
	font-weight:bold;
}
P.bold {
	font-weight:bold;
}
P.bikeInfo {
	text-align:justify;
}
DIV.bikePhoto {
	text-align:center;
	margin-bottom:10px;
}
