@charset "utf-8";
/* CSS Document */

/*----- hide elements-----*/	

#headerContentRight, #nav2, #leftCol, #breadcrumb{
	display: none;}

/*----- page width -----*/	

#mainContainer, #headerCentre, #nav2, #footer p{
	width: 660px;
	margin: 0px auto;}

#headerContentLeft{
	float: right;
	padding: 0px;
	height: 66px;}

#mainCol li{
	list-style: disc;
	padding-left: 0px;
	margin: 4px 0;
	line-height: 16px;}

#footer{
	border-top: 1px dotted #ccc;}
