.content-container.dealer{
	height: 765px;
}

.dealer .header h2{
	font-size: 20px;
}

.dealer .main-img{
	float: left;
	margin-left: 75px;
	margin-top: 35px; 
	/*height: 10;*/
}

.dealer .right-column{
	float: right;
	width: 50%;
	margin-right: 40px;
	margin-top: 20px;
}

.dealer .hand-cart{
	clear: both;
	float: left;
	margin-top: -80px;
	margin-left: 75px;
	margin-bottom: 30px;
}

.dealer .button-containers{
	float: left;
}

.dealer .button-containers{
	margin-top: 60px;
	margin-left: 60px;
}

.dealer .button-containers p{
	width: 400px;
	display: block;
}

.dealer .button-containers p span{
	width: 200px;
	background: none;
	color: #353636;
	text-shadow: none;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	margin-bottom: 30px
}

.dealer .button-containers p button{
	width: 40%;
	display: inline-block;
	font-weight: bold;
	margin-left: 20px;
}