#contentLeft{
	width: 54em; /* 540 px */
	height: auto;
	float: left;
	margin: 1em 0em 0em 0em; /* 10px 0 0 0  */
}

#contentLeftTop{
	height: 2em; /* 20px */
	background-image: url(../images/content/contentLeftTop.jpg);
}

#contentCentre{
	background-color: #333333;
	color: white;
	padding: 0em 1em 0em 1em; /* 0 10px 0 10px */
	margin-bottom: -0.1em; /* 1px */
}  

#contentMain{
	background-color: #242424;
	padding: 3.3em 3.3em 1em 3.3em; /* 33px 33px 10px 33px */
}


#contentMain ul{
	margin-left: 30px;
	padding: 0;
}

#contentLeftBottom{
	height: 2em; /* 20px */
	background-image: url(../images/content/contentLeftBottom.jpg);
}

#contentRight{
	width: 17.5em; /* 175px */
	float: left;
	margin: 1em 0em 0em 2em; /* 10px 0 0 5px */
}


#subNav{
	width: 17.5em; /* 175px */
	background-image: url(../images/content/contentNavBack.jpg);
}

#subNavTop{
	background-image: url(../images/content/contentNavTop.jpg);
	background-repeat: no-repeat;
	width: 17.5em; /* 175px */
	height: 1.1em; /* 11px */
	position: relative;
	z-index: 2;
}

#subNav ul{
	padding:0;
	margin: -1.1em auto 0 auto; /* 11px auto 0 auto */
	width: 14.9em; /* 149px */ 
	
}

#subNav li{
	list-style: none;
}

#subNav ul li a{
	height: 3.1em; /* 31px */
	display: block;
	color: white;
	line-height: 3.1em; /* 31px */
	margin: 0em 0em 0.3em 0em; /* 0 0 3px 0 */
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #262626;
	position: relative;
	z-index: 1;
}

#subNav ul li a:hover{
	text-decoration: underline;
}

#subNavBottom{
	background-image: url(../images/content/contentNavBottom.jpg);
	background-repeat: no-repeat;
	width: 17.5em; /* 175px */
	height: 1.1em; /* 11px */
	margin: -1em 0 1em 0; /* 10px 0 10px 0*/
}