*{
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;	
	
	/*font-family:		Arial, Verdana, Helvetica, sans-serif;*/
}

html, body {
	width:				100%;
	height:				100%;
}

body{
	margin:				0px;
	background: 		url('/images/body_background.gif') top center repeat-y;
		
	font-family:		Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;	 	
}

h1 {
	margin:				0;
	font-size:			14px;
	color:				#564A19;
	text-transform:		uppercase;
}

h2 {
	margin:				0;
	font-size:			14px;
	color:				#564A19;
}

h3 {
	margin:				0 0 3px 0;
	font-size:			12px;
	color:				#B4A770;
}




div#outer-container {
	width:				770px;
	height:				100%;
	margin-left:		auto;
	margin-right:		auto;
}

table#stretch-table {
	width:				770px;
	height:				100%;
	border-collapse:	collapse;
	background: 		url('/images/stretchtable_bg.gif') #ffffff;
}
table#stretch-table td {
	margin:				0; 
	padding: 			0;
}
td#topcon {
	vertical-align:		top;
}

tr#bottom-row, tr#bottom-row td {
	height: 			40px;
	vertical-align:		bottom;
}


div#headercon {	
	width:				770px;
	height:				100px;
	
	background: 		url('/images/stretchtable_header.gif') top center no-repeat;
}
div#logo{
	position:			relative;
	left:				25px;
	top:				10px;
}

div#layoutcon {
	position:			relative;
	width:				770px;
	height:				auto;
}

div#menucon {
	position:			relative;
	width:				140px;
	float:				left;
	margin-top:			5px;
}

div#featured {
	position:			relative;
	top:				155px;
	width:				110px;
	padding:			10px;
	margin-left:		10px;
}

/* navigatie */
div#navigation {
	position:			relative;
	width:				140px;
	height:				auto;
	left:				0px;
	float:				left;
	
	font-size:			1px;
}
div#navigation ul {
	padding: 			0px;
	margin: 			0px;
	list-style: 		none;
}
  	
div#navigation li {
	float: 				left;
	position: 			relative;
	color:				#fff;
}

div#navigation img {
	border: 			0px;
}	  

div#contentcon {
	position:			relative;
	width:				630px;
	height:				auto;
	float:				left;
}

div#contentheader {
	position:			relative;
	width:				625px;
	height:				55px;
	background: 		url('/images/contentheader_bg.gif') no-repeat;
}
	div#pagetitle {
		width:			320px;
		float:			left;
		padding:		30px 0px 0px 15px;
	}
	div#printbttn {
		width:			135px;
		float:			left;
	}

div#content {
	position:			relative;
	width:				440px; /* 485 - 30 - 15 */
	height:				auto;
	float:				left;
	
	padding:			2px 30px 10px 15px;
}


div#imagecon {
	position:			relative;
	width: 				175px;
	top:				0px;
	left:				0px;
	float:				right;
}


div, .plain {
	font-family:		Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#2A1701;
	line-height:		1.3em;
}

/* footer menu */
div#footermenu {
	position:			relative;
	width:				550px;
	height:				40px;
	margin-left:		155px;
}
/*div#footermenu ul {
	padding: 			0px;
	margin: 			0px;
	list-style: 		none;
}  	
div#footermenu li {
	float: 				left;
	position: 			relative;
	color:				#fff;
	margin-right:		5px;
}
div#footermenu li a{
	color:				#5F5F5F;
}
div#footermenu li a:hover{
	color:				#000;
	text-decoration:	none;
}*/


a {
	/*color:				#564A19;*/
	color:				#47478C;
	font-weight:		normal;
	text-decoration:	underline;
}
a:hover {
	/*color:				#564A19;*/
	text-decoration:	none;
}


@media all {
	div#logo img.print {
		display: 		none;
	}
}
@media print {
	div#logo img {
		display:		none;
	}
	div#logo img.print {
		display: 		block;
	}
	
	.noprint {
		display:		none;
	}
}
