#content-panel {
	padding: 0;
}

	#homePage {

	}

		#homePage #slideshow {
			margin-left: 3px;
			width: 681px;
			height: 272px;
			float: left;
			overflow: hidden;
		}

		#homePage #quick-links {
			width: 290px;
			height: 272px;
			float: right;
			overflow: hidden;
		}

			#homePage #quick-links td {
				height: 44px;
				overflow: hidden;
				padding: 1px;
			}

			#homePage #quick-links a.button {
				display: inline-block;
				height: 44px;
				overflow: hidden;
			}

			#homePage #quick-links a.button img {
				margin-top: 0;
			}
			#homePage #quick-links a.button:hover img {
				margin-top: -44px;
			}

		#homePage #page-bottom {
			width: 100%;
			height: 255px;
			padding: 10px 0 10px 5px;
			clear: both;
		}

			#homePage #page-bottom #left {
				display: inline;
				float: left;
				width: 269px;
				height: 241px;
				border: 1px black solid;
				overflow: auto;
				padding: 5px;
			}

			#homePage #page-bottom #left-middle {
				display: inline;
				float: left;
				width: 220px;
				height: 251px;
				border: 1px black solid;
				margin-left: 8px;
			}

			#homePage #page-bottom #right-middle {
				display: inline;
				float: left;
				width: 220px;
				height: 251px;
				border: 1px black solid;
				margin-left: 7px;
			}

			#homePage #page-bottom #right {
				display: inline;
				float: left;
				width: 220px;
				height: 251px;
				border: 1px black solid;
				margin-left: 7px;
			}

			#homePage #page-bottom .vehicle {
				overflow: hidden;
				text-align: center;
			}

				#homePage #page-bottom .vehicle .photo img {
					width: 100%;
					margin-bottom: 5px;
				}

				#homePage #page-bottom .vehicle .name {
					font-weight: bold;
					text-align: center;
					margin: 0 5px 5px 5px;
				}

				#homePage #page-bottom .vehicle .comments {
					text-align: justify;
					margin: 0 5px 5px 5px;
				}

				#homePage #page-bottom .vehicle .price {
					text-align: center;
					font-weight: bold;
					margin: 0 5px 0 5px;
				}

		#homePage #lowerContentBox {
			clear: both;
			padding: 10px;
		}

