/*Compass Design layout.css CSS file*/
body {
	text-align:center; /*center hack*/
}

#maincontainer {
	width:900px; /*center hack*/
	margin:0 auto; /*center hack*/
	text-align:left;
}

#footer {
	clear:both;
}

#main-body {
	float:left;
	width:900px;
}

#rightside_banner {
	float:right;
	overflow:hidden;
	margin-left:-3px;
	margin-top:80px;
}

#chewy {
	float:right;
	width:720px;
	overflow:hidden;
}

#leftsidebar {
	float:left;
	width:180px;
	overflow:hidden;
}

.inside {
	padding:10px;
}

#footer {
	height:10px;
	padding:10px;
	text-align:right;
}

/* styles for the home page */
#banner {
	margin:0px;
	padding:0px;
	border:0;
	
}

#content {
	float: left;
	width: 900px;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	background-image: url(/v2-en/images/side3.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
	border:0;
	background-color:#FFFFFF;
	
}
#contentInside {
	float: left;
	width: 900px;
	height:100%;
	margin:0px;
	padding:0;
	background-image: url(/v2-en/images/top_back.jpg);
	background-repeat:repeat-x;
	text-align:left;
	border:0;
}

#left_column {
	float: left;
	width:330px;
	height:100%;
	padding-top:10px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:10px;
	
	
}
#center_column {
	float:left;
	width:320px;
	height:100%;
	padding-top:10px;
	padding-left:25px;
	padding-right:20px;
	padding-bottom:10px;
}
