@charset "UTF-8";
/* CSS Document */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }

#ie .clearfix { height: 1%; }

#containerColumns {
	color: #352c27;
}

	#columnMain {
	float: left;
	width: 700px;
	background-image: url(LV%20garage%20images/insert.jpg);
	background-repeat: no-repeat;
	background: white;
}
	#columnPanel {
	float: right;
	width: 200px;
	background: white;
	height: 100%;
}

		#containerColumns .content { padding: 25px; }
		
		
div#mainwrap{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: solid red 5px;
	background: white;
}
div#header{}
div#footer{
	width: 900px;
	background: white;
	text-align: center;
}
div#footercontent{
	padding: 25px;
}

