body {
	font: 13px Arial, Helvetica, sans-serif;
	background:#fff url(/graphics/contentBack2.jpg) 0 200px repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #403300;
}
#container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerWrapper{
	background:#000;
	height:200px;
	overflow:hidden;
}
#header {
	text-align:left;
	width:710px;
	height:200px;
	margin:0 auto;
	padding:0 0 0 16px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(/graphics/orangeCar.jpg) top right no-repeat;
}
#logo{
	float:left;
	clear:both;
}
#car{
	float:right;
}
#nav{
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#nav ul{
	margin:0;
	padding:10px 0 0 18px;
	list-style-type:none;
}
#nav ul li{
	display:inline;
}
#nav a{
	font-family:Arial, Helvitica, Sans Serif;
	/*color:#3F2C0B;*/
	/*color:#E8D4B2;*/
	color:#99ADFF;
	float:left;
	margin:0;
	padding:6px 10px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
}
#nav ul li a.current{
	color:#fff;
}
#tagline{
	float:right;
	height:200px;
	margin:0;
	padding:81px 0 0 0;
	color:#3F2C0B;
	font-weight:bold;
	background:url(/graphics/yellowCar.jpg) no-repeat;
}
h1 {
	font-size:22px;
	color:#4066FF;
	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:0 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2{
	font-size:17px;
	color:#4066FF;
	margin:0;
	padding:0 0 6px 0;
}
h3{
	font-size:18px;
	color:#403300;
	margin:0;
	padding:0;
}
.h2link, .blueH2{
	font-size:18px;
	color:#4066FF;
}
.h2link:hover{
	color:#000;
}
#mainContentWrapper{
	width:100%;
	/*background:url(/graphics/contentBack2.jpg) repeat-x;*/
}
#mainContent {
	width:640px;
	text-align:left;
	padding:30px 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 auto;
	overflow:auto;
}
#footer {
	width:100%;
	color:#738FFF;
	text-align:center;
	font-size:11px;
	margin:0;
	padding:0;
	overflow:auto;
	background:#fff url(/graphics/footerBack3.jpg) top center repeat-x;
	border-top:#ccc solid 1px;
}
#footer ul{
	margin:0;
	padding:20px 0 0 0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
}
#footer a{
	color:#738FFF;
	margin:0;
	text-decoration:none;
	font-weight:normal;
}
#footer li a{
	padding:0 10px;
	display:inline;
}
#footer a:hover{
	color:#4066FF;
}
#qcar{
	height:60px;
	width:490px;
	margin:0 auto;
	padding: 0 0 80px 0;
	background:url(/graphics/qcarSmall.gif) right 28px no-repeat;
}
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:0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#rightSide{
	width:230px;
	height:180px;
	float:right;
	background:#ccc;
	margin:0;
}
.clear{
	clear:both;
}
.box1{
	border:#999 solid 1px;
	padding:20px;
}
.feedback{
	padding:0 0 20px 0;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
#mydiv {
	position:absolute;
	overflow:hidden;
	visibility: hidden;
	z-index:999;
	width:20px;
	height:15px;
	background-color:#ffffcc;
}
.blueLink{
	color:#4066FF;
}
.blueLink:hover{
	color:#000;
}
.blackLink{
	color:#000;
}
.blackLink:hover{
	color:#4066FF;
}
