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

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

#indexLeft {
	position:absolute;
	left:0;
	top:0;
	width:250px;
}

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;
}

div#indexCentre p {
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
}

p.newsDate {
	font-size:11px;
	color:#1A94EA;
	margin-left:20px;
}

p.newsDate a {
	color:#1A94EA;
	text-decoration:none;
}

p.newsTitle {
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
	color:#4d5257;
}

p.newsText {
	color:#414647;
	margin-left:20px;
	margin-right:20px;
}

a.more {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.more:hover {
	text-decoration:underline;
}
