* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	color:#8C1A1A;
}
html, body{
	height: 97%;
}
body {
	background:url('/images/bg_body_center.jpg') #F2D3AA top center repeat-y;
	/*background-color:#F2D3AA;*/
	}
p{
	margin:0;
	padding:0;
}
#centerBox{
	position: absolute;
	width:990px;
	top: 8px;
	left: 50%;
	
	min-height:100%;
  	height:auto !important;
  	height:100%;
	
  	margin-left: -495px;
	border: 1px solid #C2141D;
	background:url('/images/bg_left_new.jpg') #F1CE9E 5px 190px repeat-y;
}
* html #centerBox { 
	/* properties voor IE6 (en IE5) */ 
	top: 0px;
} 
*+html #centerBox { 
/* properties voor IE7 */ 
	top: 8px;
}

#topBox{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	
	z-index:0;
	height:30px;
  	background:url('/images/bg_body_top.jpg') #F2D3AA top center no-repeat;
}
#header{
	background:url('/images/bg_top.jpg') transparent top left no-repeat;
	height:187px;
	width:918px;
	padding-left:72px;
}
#header a{	
	display:block;
	margin-top:158px;
	float:left;
}
#leftContent{
	display:block;
	padding-left:100px;
	padding-top:20px;
	padding-bottom:100px;
	width:680px;
	float:left;
}
#rightContent{
	display:block;
	padding-top:20px;
	float:left;
	width:205px;
}
#rightContent img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	height:101px;
	width:990px;
	background:url('/images/bg_bottom.gif') transparent bottom right no-repeat;
	color:white;
	font-size:x-small;
	text-align: center;
	vertical-align:baseline;
}
#footer br{
 	/*IE*/
	font-size:68px;
}
#footer a{
	color:white;
	font-size:x-small;
	text-align:center;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
	vertical-align:baseline;
}
#logo{
	display:block;
	position:absolute;
	top:0;
	right:0;
}
 /*start form*/
 #formContainer{
	 display:block;
	 height:530px;
 }
.boxes{  
 	font-size: 10px; 
 	background-color: white; 
 	border: 1px solid #426670; 
 	width:180px;
}

.submit{
 	font-family:verdana,sans-serif;
 	font-size: 10px; 
 	background-color: #F6F7F7; 
 	text-align: center;  
 	height: 18px; 
 	border: 1px solid #426670; 
}
 label{
 	display: block; 
 	width:150px;
 	font-size:x-small;
 }
 textarea{
 	margin-top:2px;
 }
 /*end form*/