/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 */

@import "../common.css";
@import "/css/layouts/02.css";

/*----------------------------------------------------------------------------------------
 * page bg and header
 *--------------------------------------------------------------------------------------*/
#page_content {
	background: url(/images/about/technology/_bg.jpg) no-repeat 20px 83px;
}

#content h2 {
	background-image:url(/images/about/technology/_h.gif);
}

/*----------------------------------------------------------------------------------------
 * Adjust columns
 *--------------------------------------------------------------------------------------*/
#column_1, #column_2 {
	margin-top:210px;
}
 
#column_1 {
	width:270px;
}

#column_2 {
	float:right;
	width:170px;
	margin-right:7px;
	padding:15px;
	background:#E5ECF7;
}