
#sidebar, #breadcrumb {
	display: none;
	}
	
#content {
	float: none;
	width: auto;
	height: 200px;
	min-height: 1px;
	position: relative;
	padding: 0 20px;
	}
	
* html #content {
	height: 200px;
	}
	
#main {
	height: auto;
	min-height: 1px;
	}
	
#welcome {
	width: 400px;
	margin-top: 20px;
	background: url(welcome.jpg) no-repeat 200px 110px;
	padding: 0 0 20px 0;
	}
	
#welcome h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	}
	
#welcome_more {
	display: block;
	width: 140px;
	height: 40px;
	background: url(welcome_more.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 20px 0 0 -5px;
	}
	
#welcome_more:hover {
	background-position: 0 -40px;
	}
	
	
#home_tiles {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 230px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#home_tiles li {
	margin: 0 0 10px 0;
	}
	
#home_tiles a {
	display: block;
	width: 200px;
	height: 75px;
	padding: 10px 15px 0 15px;
	
	background: #43434b url(tile.gif) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	}
	
#home_tiles a.vehicle {
	width: 135px;
	height: 75px;
	padding: 10px 80px 0 15px;
	background: #43434b url(tile_vehicle.jpg) no-repeat 0 0;	
	}

#home_tiles a.large {
	height: 95px;
	background-image: url(tile_large.gif);
	}
	
#home_tiles a:hover {
	background-position: 0 -85px;
	}
	
#home_tiles a.large:hover {
  background-position: 0 -105px;
}
	
#home_tiles a strong {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#home_tiles a strong embed {
	margin: 0 0 0 -3px;
	}