/*
** otherpage_layout.css 
** CSS - handles the layout grid for content pages
** Author: Geoff FRANKLIN
** Date: 12.Nov.08
** Last edited: 12.Nov.08
*/

div#page_banner_services {
	background: url(../img/banner_top_about.jpg) no-repeat;
	width: 734px;
	height: 106px;
	float: right;
	margin: 8px 0 10px 0;
	padding: 55px 0 0 17px;
}

div#page_content_center ol 
{ 
	border: 0px solid yellow; 
	list-style: square; 
	font-size: 0.8em; 
	margin-left: 20px;
}

div#page_content_center ol li 
{ 
	padding-bottom: 5px; 
}


/* end of file */
