div#content {
  position: relative;
  left: 230px;
  top: 0px;
  width: 600px;
}

div#sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  z-index: 2;
}

div#events {
  margin-bottom: 10px;
}

div#slideshow {
	position: relative;
	left: 0px;
	width: 550px;
	height: 335px;
}

div#slideshow div.slide {
	position: absolute;
	left: 0px;
	display: none;
	text-align: left;
}

div#slideshow div#carousel {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 10%;
	width: 100%;
	background-color: #000000;
	opacity: 0.5;
	display: none;
	text-align: right;
}

div#slideshow div#carousel img.thumbnail {
	border: 2px solid #000000;
}

div#slideshow div#carousel img.thumbnail.active {
	border: 2px solid #808080;
}

div#bottom {
  margin-top: 10px;
}

div#featuredFleet {
  width: 550px;
}

div#featuredFleet table {
  width: 100%;
  vertical-align: top;
}

div#featuredFleet table td {
  width: 50%;
  vertical-align: top;
}
