html {
     overflow: -moz-scrollbars-vertical;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;	 
}
/* -----------------------------------*/
/* ---------->>> DIV LAYOUT <<<-----------*/
/* -----------------------------------*/
#wrap 
{
	width:950px;
}
#menu
{
	width:303px;
	font-size:0;	
}
#content
{
	/*background: url(../images/bg_content.jpg) no-repeat;*/
	background:url(../images/bg_paperfiller.jpg);		
	/* Boxing model probleem, dus orignal sizes aanpassen (org: 358x550  */	
	width:373px;		
	/* min-height hack */
	min-height:550px;
	height:auto !important;
	height:550px;		

}
#contentHead
{
	background-image:url(../images/bg_papertop.jpg);
	height:368px;
	margin-bottom:-328px;
	/*padding:91px 31px 20px 23px;*/	
}
#contentFoot
{
	background-image:url(../images/bg_paperbottom.jpg);
	height:167px;
	margin-top:-167px;
}
#contentText
{
	/* min-height hack */
	min-height:379px;
	height:auto !important;
	height:379px;	
	padding:41px 41px 90px 23px;	
}
#gallery
{
	padding-top:18px;
	width:274px;	
	height:542px;
	background-image:url(../images/bg-right.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
body
{
	background:#d9dbab url(../images/bg_all.jpg) center;
}
/* -----------------------------------*/
/* ---------->>> FONTS <<<-----------*/
/* -----------------------------------*/
body,p,td,div,a,b,i,strong,em,li
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:165%;
	letter-spacing:0.15px;
	color:#43451b;
	font-weight:400;
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}
a, a:link, a:visited, a:hover, a:active
{
	text-decoration:underline;
}
h1,h2,h3,h4,h5 { color:#c32885; }
h1 {	font-size: 28px;	}
h2 {	font-size: 22px;	}
h3 {	font-size: 18px;	}
h4 {	font-size: 14px;    }
input
{
	background-color:transparent;
	width:175px;
}
.button
{
	border:solid 1px #c93c90;
	
}

/* -----------------------------------*/
/* ---------->>> NAVIGATION <<<-------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> CONTENT <<<----------*/
/* -----------------------------------*/
