html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(../images/bg_grad.gif);
	background-position:center;
	background-repeat:repeat-y;
}


/*-------------------------------- logo and strap line ---------------------------------*/

#header_image {
	width: 100%;
	margin: 0 auto;
	border: 0px solid red;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header_banner {
	width: 960px;
	height: 53px;
	margin: 0 auto;
}

#center {
	width: 960px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	border: 0px solid red;
}

#home_flash {
	float:left;
	width: 960px;
	height: 328px;
}

#page_container {
	float:left;
	width: 960px;
	margin-top: 10px;
}

#navigation {
	float:left;
	width: 960px;
	height: 39px;
}

#main_page {
	float:left;
	width: 960px;
	padding: 20px 0px 20px 0px;
	background-color: #ffffff;
	font-family: tahoma, arial;
	font-size:11px;
	margin-top: 10px;
}

#breadcrumb {
	float:left;
	width: 940px;
	padding: 0px 0px 10px 20px;
}

#left_col {
	float: left;
	width: 300px;
	padding: 0px 25px 0px 25px;
	border-right: 1px solid #cccccc;
}

#middle_col {
	float: left;
	width: 300px;
	padding: 0px 25px 0px 25px;
	border-right: 0px solid #cccccc;
}

#right_col {
	float: left;
	width: 203px;
}

#spare_box {
	float: left;
	width: 203px;
	padding: 0px 20px 20px 15px;
	margin-top:15px;
	}
	
#grey_box {
	border: 1px solid #75aae2;
	background-color:#e1e2e2;
	float: left;
	width: 203px;
	padding: 0px 20px 20px 15px;
	margin-top:15px;
	}
			
#wide_col {
	float: left;
	width: 650px;
	padding: 0px 25px 0px 25px;
	border-right: 0px solid #cccccc;
}

#footer {
	float: left;
	padding: 10px 0px 40px 15px;
	font-family: tahoma, arial, times;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}
