body {
	background-image: url(../layout/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#header {
	background-image: url(../layout/bg_header.gif);
	background-repeat: no-repeat;
}
div#main {
	width: 760px;
	margin-top: 20px;
	text-align: center;
}
div#wrapper {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left
}
div#L1 {
	width: 720px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#L2 {
	float: left;
	width: 440px;
	margin-bottom: 20px;
}
div#R2 {
	float: left;
	width: 265px;
	margin-bottom: 20px;
	margin-left: 1px;
}
div#R2_1 {
	float: right;
	width: 250px;
}
div#T3 {
	clear: both;
	width: 710px;
}
div#L3 {
	float: left;
	width: 285px;
	margin-bottom: 20px;
	margin-top:10px;
}
div#C3 {
	float: left;
	width: 240px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top:10px;
}
div#R3 {
	float: left;
	width: 165px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top:10px;
}
div#clear {
	clear: both;
}
div#footer {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 760px;
	clear : both;
}
div#nav_main {
	position: absolute;
	z-index: 2;
	width: 560px;
	left: 190px;
	top: 88px;
}
div#nav_sub {
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	width: 480px;
	left: 145px;
	top: 122px;
}
div#nav_favourites {
	color: #FFFFFF;
	position: absolute;
	width: 110px;
	left: 645px;
	top: 122px;
}


/* 2 col - for search page */
div.outer_container_2a
{
	margin-left : 440px;
}
div.inner_container_2a
{
	width: 100%;
	z-index: 1;	
}
div.right_column_2a, div.left_column_2a
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div.right_column_2a
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
div.left_column_2a
{
	float: left;
	margin: 0 1px 0 -440px;
	width: 435px;
	z-index: 4;
}


