CSS: body{
margin: 0;
text-align: center;
background-color:#999;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F80603;
	font-size: 35px;
	font-style: italic
	padding: 10px 20px 10px 30px; /* boven rechts onder links */
	margin-left: 20px;
	font-style: italic;
	line-height: none;
	text-transform: none;
	text-decoration: none;
	text-shadow: none;
}

h2{
font-family: "Arial Black", Gadget, sans-serif; 
color: #666;
font-weight: bold;
font-size: 22px;
font-style: italic
padding: 10px 20px 10px 30px; /* boven rechts onder links */
margin-left: 20px
}

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 18px;
}

p2{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

table{
	margin-left: 0px;
	text-align: left
}

table2{
	background: #999;
	padding: 10px 20px 10px 30px; /* boven rechts onder links */
	margin-left: 20px;
	text-align: left
}

hr{
	width: 95%;
	color: #F80603;
}

div#bg_container{
margin: 0 auto 0 auto;
width: 100%;
text-align: center;
background-color:#666;
}	

div#main_container{
margin: 0 auto 0 auto;
width: 1200px;
text-align: left;
height: 9000px;
}

div#head{
margin: 0 auto 0 auto;
width: 1200px;
text-align: left;
}

div#box1{
background: url(bgbox1.jpg) no-repeat;
float: left;
width: 15%;
height: 4000px;
background-color:#FFF;
}

div#box2{
	background-color: #FFF;
	float: left;
	width: 85%;
	height: 4000px;
	
}
 
	
div#toptext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align: right;
	padding: 1px 20px 2px 30px; /* boven rechts onder links */
	background:#FFF;
}



