
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#page_bg {
	height: 100%; 
/*	background: #333333;*/
  background: #9F9F9F url(../images/bg_body.png) repeat-x;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 1px;
}

#outer{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -375px 0px 0px -435px;
	width: 840px;
	height: 551px;
/*	background: url(../images/layout/bg_outer.png);*/
}

#maincontainer{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -375px 0px 0px -400px;
/*	background: url(../images/layout/bg_outer.png);*/
  background: #606060;
width: 840px; /*Width of main container*/

/*margin: 0 auto; Center container on page*/
}

#topsection{
background: #999999;
position: relative;
/*background: url(../achtergrondtop.gif) no-repeat; */
height: 90px; /*Height of top section*/
}

#toppictureleft {
background: #999999;
position: absolute;
left:0;
top: 0;
}

#toppictureright{
background: #999999;
position: absolute;
right:0;
top: 0;

/*background: url(../achtergrondtop.gif) no-repeat; */
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
background: #606060;
float: left;
width: 100%;
font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #BBBBBB;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


