/* -------------------------------------------------------------------------------- */
/*                              SOF Style Sheet 16 :                                */

/* ----------------------------------- */
/*                                     */
/*  Concera Software Standic CSS       */
/*  Author : Stefan van Buren          */
/*  Created for : Lime Creations       */
/*                                     */
/* ----------------------------------- */


div#siteLogo{
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -450px;
	z-index: 100;
}

	div#siteLogo img{
		border: 0px;
	}

div#siteTitle{
	display: none;
}

div#pageTitle{
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -180px;
	z-index: 100;
	text-align: right;
	
	width: 500px;
	height: 25px;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	width:940px;
	padding-left: 30px;
	padding-right: 30px;

	background-image: url(/images/background_main.dehaan.png);
	background-repeat: repeat-y;
	
	z-index: -1;
	margin-bottom: 1px;
}

div#page {
	padding-top: 191px;
	padding-left: 260px;
	padding-bottom: 135px;
	width: 530px;
	background-image: url(/images/background_page.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height:400px;
}

div#footer {
	position:absolute;
	width:940px;
	height: 135px;
	bottom:0;
	background-image: url(/images/bottom_image.jpg);
	background-repeat: no-repeat;

}

div#bottom {
	position:absolute;
	bottom:0;

	background-image: url(/images/background_bottom.dehaan.jpg);
	width: 940px;
	height: 500px;
	z-index: -10;
}

div#menu{
	position: absolute;

	width: 240px;
	top: 0px;
	z-index: 20;
	
	top: 171px;
	left: 50%;
	margin-left: -470px;
	padding-top: 65px;

	background-color: #1e4290;		
	background-image: url(/images/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#header{
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 0px;
	
	z-index: 0;
	
	width: 812px;
	height: 171px;
	background-image: url(/images/background_head.jpg);
}


div#column{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 342px;
	
	width: 128px;
	height: 512px;
	
	margin-top: 128px;
	
	background-color: #87847C;
}
	
	div#column img{
		width: 128px;
		height: 128px;
		padding-bottom: 128px;
	}


div#menu_ltIE8{
	position: absolute;

	width: 240px;
	top: 0px;
	z-index: 20;
	
	top: 171px;
	left: 50%;
	margin-left: -478px;
	padding-top: 65px;

	background-color: #1e4290;		
	background-image: url(/images/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#header_ltIE8{
	position: absolute;
	left: 50%;
	margin-left: -478px;
	top: 0px;
	
	z-index: 0;
	
	width: 812px;
	height: 171px;
	background-image: url(/images/background_head.jpg);
}


div#column_ltIE8{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 334px;
	
	width: 128px;
	height: 512px;
	
	margin-top: 128px;
	
	background-color: #87847C;
}
	
	div#column_ltIE8 img{
		width: 128px;
		height: 128px;
		padding-bottom: 128px;
	}
/*                              EOF Style Sheet 16 :                                */
/* -------------------------------------------------------------------------------- */

