/* CSS Document */
/* left nav colouring for index page, this should only be used on the index page.*/
/* this body attribute gives a grey bar on the left hand secondary nav position */	
body
{
	background: url(../images/bg_body_ccc_fff_index.gif) repeat-y #ccc; 
}

div.content-padding 
{ 
	padding: 18px 9px 0; 
}
