/*	NEW LAYOUT CSS	4th August 08	*/#mainwindow {	padding-top: 10px;	padding-bottom: 0;	background: #fff url(../../global/mainwindow-bg.gif) repeat-x top left;	text-align: left;	/*position: relative;*/}.img-container.main-img	{	width: 500px;	float: left;	}.img-container.main-img img	{	display: block;	}.txt.welcome	{	width: 400px;	float: right;	padding-top: 20px;	}	#mainwindow .welcome h1	{	color: #00274C;	font-size: 2.2em;	font-weight: normal;	font-family: "Times New Roman", Times, serif;	}.menufix	{	width: 100%;	clear: both;	padding-top: 1px;	}.welcome p	{	font-size: .9em;	padding-right: 20px;	}.img-container.side-img	{	position: absolute;	right: 20px;	top: 358px;	z-index: 99;	}.txt.intro	{	width: 420px; /* original */	width: 400px;	position: absolute;	top: 10px;	right: 10px;	background-color: #fff;	height: 117px;	text-align: left;	padding-right: 20px; /* added by Pete 11-09-2008 */	}#demo_container .txt.intro h2	{	padding: 20px 0 0 18px;/*	color: #00274C;*/	color: #2f6181;	font-size: 2.0em;	font-weight: normal;		font-family: "Times New Roman", Times, serif;	}#demo_container .txt.intro p {	font-size: 0.9em;	/*margin-top: 4px 0 0 15px;*/	padding: 6px 0 0 19px;	text-align: left;	}#demo_container {	background-color: #b9c7d4;		height: 137px;	position: relative;	margin: 0 auto;	width: 930x;}#items_container {	width: 480px;	height: 117px;	overflow: hidden;	position: absolute;	left: 10px;	top: 10px;	background-color:#fff;}#footer	{	clear: both;	margin-top: 0;	}/*	END - NEW LAYOUT CSS	*/