/* -------------   Presentation   ------------- */


div#maincanvas {
	width: 812px;
	margin:10px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}	

div#container {
	padding: 0px 0px 0px 0px;
	width:812px;
	float: left;
	background-image: url("../images/spacer.gif");
}

div#header {
	width: 812px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #1b212c;
}

div#headerlftcrve {
	width: 24px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/header01.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #1b212c;
	float: left;
}

div#headercentre {
	width: 764px;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background-position: 0px 0px;
	background-color: #1b212c;
	float: left;
}

div#headerrghtcrve {
	width: 24px;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/header03.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #1b212c;
	float: right;
}

#picturebox {
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 48px 40px 0px 10px;
	float: right;
	clear: right;
	
}

div#logo {
	width: 812px;
	height: 107px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #464c57;
	
}



div#navigationcontainer {
	width: 812px;
	height: 71px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color: #464c57;
}

div#pageimage {
	padding: 0px 0px 0px 0px;
	width:812px;
	height: 109px;
	
}

.borderlesspic {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 7px 0px;
}

.picleft {
	float: right;
	margin: 0px 0px 10px 10px;
}


/* -------------   Content Area   ------------- */

#contentarea {
	width: 460px;
	padding: 20px 0px 20px 46px;
	margin: 0px 0px 0px 0px;
	float: left;
}

/* -------------   Footer   ------------- */

div#footer {
	padding: 10px 22px 0px 22px;
	margin: 10px 0px 0px 45px;
	width:678px;
	float: inherit;
	background-color: #dcedf0;
	background-image: url("../images/footback.gif");
	background-repeat: repeat-x;
}

div#footer_shadow {
    margin:0 auto;
	height: 45px;
	float: inherit;
	width:812px;
	background-color: #464c57;
	background-image: url("../images/btmshadow.gif");
	background-repeat: repeat-x;
}
