body {
	font: 11px Arial, Helvetica, sans-serif;
	Background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 335px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#briefText {
	padding:6px;
	color:#5c5c5c
}




.redText { color:#ed2418
}

.smallText {font-size:10px
}



.link:link { color: #95989b; text-decoration: none}
.link:active { color: #95989b; text-decoration: none}
.link:visited { color: #95989b; text-decoration: none}
.link:hover { color: #f68a39; text-decoration: none}


/* place content dead centre */
#horizon        
     { 
     text-align: center; 
     position: absolute; 
     top: 50%; 
     left: 0px; 
     width: 100%; 
     height: 1px; 
     overflow: visible; 
     display: block 
} 
  
#wrapper    
     {
	position: absolute;
	left: 50%;
	height: 335px;
	width: 950px;
	top: -167PX; /* half of the overall height */
	margin-left: -475px; /* half of the overall width */
	z-index: 0;
}

/* place content dead centre */