/* Base style sheet over-rides for the DF index page   */
/* Relies on base_style.css to inherit most formatting */

/* Redefination for the content container so that images line up */

#content {
	padding: 0px;
	width: 780px;
	height: 436px;
	background: #ffffff url('../images/index_graphic.jpg') no-repeat right bottom;
}

img { border: 0px none; }

#right_graphic {
	float: right;
	height: 436px;
}

#index_body {
	float: left;
	width: 510px;
	margin-top: 5px;
	padding-left: 0px; 
}


/* Forcing this because I know if gets round the IE padding bug */
#content ul li {
	margin-left: 18px;
}

/* Default spacing is a bit too deep */
#content ul li { padding-bottom: 6px; }

/* A little padding on the quote */
h2 { padding-left: 40px; }
h3 { padding-left: 40px; }