html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;	
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:706px;
	height:auto;
	* height:100%;
	background:url(http://www.fuel-economics.com/graphics/bg2.gif) repeat-y;
	font:15px Arial,Helvetica,sans-serif;
	color:#666;
}

h1 {
	font-size:16px;
	margin:0;
}

#banner {
	margin:0px 0px 0px 0px;
	background:url(http://www.fuel-economics.com/graphics/banner.jpg) no-repeat;
	width:675px;
	height:122px;
	padding:0px 0 0 0px;
}

#content {
	width:676px;
}

#main {
	width:485px;
	min-height:auto;
	float:left;
	padding:10px;
}

#sideBar {
	float:left;
	width:141px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px 15px;
	}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FC6;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#footer{
	margin:0px 0px 0px 0px;
	background:url(footer.jpg) no-repeat;
	width:675px;
	height:108px;
	padding:0px 0 0 0px;
}

#noLine a {
	border-bottom:0;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:736px;
	background:url(http://www.fuel-economics.com/graphics/bg2c.gif) no-repeat;
}