/* CSS Document */


	body {
	text-align: left;
	margin:0;
	padding:0;
	background-color: #f0f0f0;
	font-family:verdana;
	font-size:12px;
	}
	
	
	
	#navcontainer{
	width:728px;
	text-align:center;
	}
	
	
	ul#navlist
	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}
	
	#navlist li
	{
	display: inline;
	list-style-type: none;
	}
	
	#navlist a { padding: 3px 3px; }
	
	#navlist a:link, #navlist a:visited
	{
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}

	#navlist a:hover
	{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}


	.used-rover {
	width:728px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px;
	background-color: #FFFFFF;
	}
	
	.footer {
	width:728px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
	
	a:link {
	color : #000000;
	text-decoration : none;
	}
	
	a:visited {
	color : #000000;
	text-decoration : none;
	}
	
	a:hover {
	color : #ff0000;
	text-decoration: underline;
	}
	
	
	
	h1 {
	font-family:verdana; color:#E00000;
	}
	
	h2 {
	font-size:14px; font-family:verdana; color:#E00000;
	}
	
	
	.used-rover-page-left{
	float:left; width:345px; min-height:214px; border: solid 1px #CCCCCC; padding:5px;
	}
	
	.used-rover-page-image{
	float:left; width:361px; margin-left:5px; border: solid 1px #E00000;
	}
