/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 */

@import "../common.css";

#page_content {
	background-image: url(/images/about/racing/rally/index_bg.jpg);
}

/*----------------------------------------------------------------------------------------
 * create a custom layout to allow the image to wrap around the nav
 *--------------------------------------------------------------------------------------*/
#gallery {
	padding-top:290px;
	_padding-left:12px;
	width:100%;
}
#gallery img {
height:80px;
}

/* this is carefully sized to allow for neater wrapping of images */
#gallery #column_2 {
	margin:20px 6px 23px 15px;
	float:right;
	width:200px;
}
a.gl {
	margin:0 1px 1px 0 !important;
	border:none !important;
}


* html #content {
	margin-left:10px !important;
}
* html #gallery #column_2 {
	margin:20px 6px 23px 15px;
}


/*----------------------------------------------------------------------------------------
 * accommodate tertiary nav
 *--------------------------------------------------------------------------------------*/

div.tertiary-nav {
	position:absolute;
	top:298px;
	_left:22px;
	width:270px;
}
#page_content #column_2 {
	margin-bottom:23px;
}
#page_content h3.first-child {
	clear:left;
}