#pageContainer {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 858px;
	background: white;
	overflow:visible;
	/* background: green; */
}

#headerContainer {
	margin: 0 0 15px 0;
	/* background: yellow;*/
}


#headerBottom {
	float: none;
}

#side-left {
	float: left;
	width: 190px;
	overflow:visible;
	/*background: #9999ff;*/
}


#centre-container { 
	float: left;
	/*overflow:visible;*/
	width: 668px;
	/*background: #ff9999;*/
}

#centre-content {
  float: left;
  /*overflow:visible;*/
	width: 474px;	
	padding: 0px 4px 0px 0px; /* Added padding right and removed a bit of width to compensate*/
}

#centre-content ul {
    list-style-type: none;
    margin: 2px 6px 6px 6px;
    padding: 0px 0px 0px 0px; /*trbl*/
}
#centre-content li { 
    background:url(/dt_skin/graphics/spot_active.png) no-repeat left top;
	  height: 1%; /* Holly hack ie6 background image redraw bug */
    margin: 0px 0px 0px 5px; /*trbl*/
    padding: 0px 0px 0px 20px;
}

#centre-content ul ul li { 
    background:url(/dt_skin/graphics/small_spot_active.png) no-repeat left top;
}



#side-right {
	overflow:hidden;
	float: right;
	width: 190px;
	/*background: #99ff99;*/
}

#side-right-box {
	float: left;
	/*border-color: #003a8e;
	border-style: none solid solid solid;
	border-width: 1px;*/
	padding: 0px 5px 0px 5px;
}

#side-right-sidecell {
    width: 10px;
    margin: 0px;
    padding: 0px;
}

#side-right-middlecell {
    width: 165px;
    margin: 0px;
    padding: 0px;
}

#centre-2col,#drthomContent { 
	float: left; 
	/*margin: 0 0px 0 0px;  trbl */
	width: 650px;
	/*background: red;*/
}	

#footerContainer {
	height: 1%; 	/* Holly hack ie6 background image redraw bug */
    width: 858px;
	clear: both;
}