/*client: Eddie Palin Limitedauthor: Simon Edwards - Visualcode Ltd.date: 13.05.2005*//*---------------------------Imported Styles<-----------------------------*/@import url(layout.css);@import url(typography.css);/*---------------------------Global Start<-----------------------------*/body {	background: #F6F4E6 url("images/background.gif") repeat-x;	text-align: center;	margin:0;	padding:0;	font-family: "Tahoma", arial, helvetica, sans serif;	font-size:75%;	line-height: 1.5em;	}* html body { /*to make IE 5.5 Center */ 	text-align:center;	}	div {		margin:0;	padding:0;	}	/*---------------------------Container Elements<-----------------------------*/#container {	width:758px;	background-color:#4A6042;	margin:0 auto;	color:#333;	border:#FFF solid 5px;	text-align:left;	}	#clearcontainer {	text-align:center;	clear:both;	height:25px;	color:#999999;	font-size:85%;	}