/* Sections */
.sectionhead
{
	position:			relative;
	color:				#FFFFFF;
	background-image:	url( '../../images/section/section_top_centre.gif' );
	height:				25px;
}

.sectionleft, .sectionright, .sectioncentre
{
	position:			absolute;
	height:				25px;
	position:			absolute;
}

.sectionleft, .sectionright
{
	width:				11px;
	top:				0;

	background-repeat:	no-repeat;
}

.sectionleft
{
	left:				0;
	background-image:	url( '../../images/section/section_top_left.gif' );
}

.sectioncentre
{
	left:				11px;
	top:				0;
	line-height:		25px;
	font-size:			12px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	white-space:nowrap;
}

.sectionright
{
	right:				0;
	background-image:	url( '../../images/section/section_top_right.gif' );
}