@charset "utf-8";
/* CSS Document */
.our_car_holder{
	width:673px;
	/*clear:both;

	display:inline;*/
}

.our_car_holder .left, .our_car_holder .right{
	/*width:224px;*/
	width:336px;
}

.our_car_holder .left{
	float:left;
	display:inline;
}

.our_car_holder .right{
	float:right;
}

.blue_box{
	padding:10px;
	width:300px;
	height:156px;
	background-color:#445c76;
}

.blue_box .brown_box{
	padding:3px;
	width:294px;
	height:150px;
	background-color:#8e4026;
}

.blue_box .brown_box img{
	width:292px;
	height:148px;
	border:solid #FFFFFF 1px;
}

.content_column{
	padding:0 10px 0 10px;
	width:316px;
}