/* CSS Document *//* 	Author and Contact	Christine Gale	Creative Graphics Ltd	01706 818163	christine@creativegraphicsuk.com */ body {	margin: 0px;	padding: 0px;	text-align:center;	background-color:#eee;	font-family: Arial, Helvetica, sans-serif;}#wrapper {	width: 800px;	margin: 0px;	padding: 0px;	text-align: left;	}		html>body #wrapper {	margin:40px auto;	}	h1	{font-size: 10pt;	font-weight: bold; 	color: #b6b6b6;	line-height:16px; 	margin: 0px;	padding: 0px 0px 5px 0px;	}	h2	{font-size: 9pt;	font-weight: normal; 	color: #ff9a00; 	margin: 0px;	padding: 0px 0px 5px 0px;	}	p 	{	font-size: 12px; 	color: #b6b6b6;	line-height:15px; 	margin: 0px; 	padding: 0px 0px 10px 0px;	}		a {		font-size: 9pt; 		color: #b6b6b6;}a:hover {		font-size: 9pt; 		color: #ff9a00;}		/***********************************************//* Navigation Divs                                 *//***********************************************/	#navcontainer ul			{			position:relative;			left: 0px;			top:0px;			padding-left: 0;			margin-left: 0;			margin-top: 0px;			margin-bottom:0px;			background-color: #333;			width: 800px;			height: 14px;			font-family: helvetica, arial, sans-serif;			text-align: right;			vertical-align:middle;					}		#navcontainer ul li { display: inline; }				#navcontainer ul li a			{			height:12px;			padding: 0px 2px 0 2px;			color: #ff9a00;			text-decoration: none;			font-size: 8pt;			font-weight:bold;			}				#navcontainer ul li a:hover			{		color: #fff;			}#current {	text-decoration: none;	font-family: arial,helvetica, sans-serif;	font-weight: normal;	font-size: 8pt;	color:#fff;	margin: 0px;	padding: 0px 4px 0px 0px;}#navunderline {	background:url(images/navunderline.gif);	width: 800px;	height:5px;	color:#fff;	margin: 0px;	padding: 0px;}/***********************************************//* Layout Divs                                 *//***********************************************/#masthead {	position:relative;	background-color:#fff;	top: 0px;	left: 0px;	width: 800px;	height:60px;	margin: 0px;	padding: 0px;}.logo{	background:url(images/cdplogo.gif);	position:absolute;	top: 7px;	left: 20px;	width: 175px;	height:46px;	margin: 0px;	padding: 0px;}.telephone{	background:url(images/telephone.gif);	position:absolute;	top: 18px;	left: 600px;	width: 165px;	height:28px;	margin: 0px;	padding: 0px;}#homeban {	position:relative;	top: 0px;	left: 0px;	width: 800px;	height:282px;	margin: 0px;	padding: 0px;}#cdpband	{	background:url(images/cdpband.gif);	position:relative;	top: 0px;	left: 0px;	width: 800px;	height:136px;	margin: 0px;	padding: 0px;}#copyleft	{	position:relative;	background-color:#414b4d;	top: 0px;	left: 0px;	width: 250px;	height:126px;	margin: 0px;	padding: 8px 8px 0px 8px;}#copycentre	{	position:relative;	background-color:#414b4d;	top: -134px;	left: 266px;	width: 250px;	height:126px;	margin: 0px;	padding: 8px 9px 0px 9px;}#copyright{	position:relative;	background-color:#414b4d;	top: -268px;	left: 534px;	width: 250px;	height:126px;	margin: 0px;	padding: 8px 8px 0px 8px;}#footer{	position:relative;	background:url(images/footer.gif);	clear:both;	top: -270px;	left: 0px;	width: 800px;	height: 25px;	margin: 0px;	padding: 0px;}#footer p{font-size: 9px;color:#414b4d;}#footer a{font-size: 9px;color:#414b4d;}