#indexContainer {
	position:relative;
	width:100%;
	margin-top:25px;
}

#indexFlash {
	margin-left:auto;
	margin-right:auto;
}

#indexCentre {
	/*margin:0 0 0 450px;
	border-left:#83888b 1px solid;*/
}

#indexLeft {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:450px;
}

div.section {
	height:27px;
	background-image:url(../images/main/section_background.png);
	background-repeat:repeat-x;
	margin:0 10px 0 10px;
}

div.sectionLeft {
	height:27px;
	background-image:url(../images/main/section_background_left.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.sectionRight {
	height:27px;
	background-image:url(../images/main/section_background_right.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.sectionTitle {
	font-size:14px;
	color:#2f373c;
	font-weight:bold;
	line-height:27px;
	margin-left:10px;
	background-image:url(../images/main/section_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

p.featuredText {
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}
