@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 1036px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	letter-spacing: -0.4pt;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/containerOrange.png) repeat-y;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 180px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 675px;
} 
.twoColFixLtHdr #pollholder {
	width: 270px;
	height:270;
	position: absolute;
	left: 528px;
	top: 1059px;
} 
.twoColFixLtHdr #righttext {
	width: 375px;
	height:250;
	float:left;
	clear: left;
} 
img.floatRight {
	float: right;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.twoColFixLtHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.png) repeat-y center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 24px;
	border: 1px solid #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
	border: none;
}
.padbottom {
	margin-top: 310px;
	padding-bottom: 30px;
	border: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image {
	float: right;
	height: 429px;
	width: 350px;
	padding-left: 20px;
}
#mainContent #pollright {
	float: right;
	width: 250px;
	vertical-align: text-top;
	clear: both;
	margin-bottom: 20px;
	margin-right: 55px;
}
#mainpic {
	float: right;
	height: 354px;
	width: 388px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: url(rdrides/images/RoadRide.jpg) no-repeat;
}
#photoright {
	width: 270px;
}
.rightbox {
	height: 250px;
	width: 250px;
	border: 1px solid #F28528;
	float: right;
	background: #FDBE84 url(images/lux.jpg) no-repeat center 75px;
	padding-right: 10px;
	padding-left: 10px;
}

