body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #061c3e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	text-align:center;
}
h1 {
	color:#48AAD8;
}
#container { 
	text-align:left;
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#header .headerBackground {
	width:935px;
	height:240px;
	background:url(http://www.bufferdieshit.nl/images/bufferdieshit_1_blue_version_banner.png) no-repeat left top;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	
}
#sidebar1 a, #mainContent a {
	color:#48AAD8;
	font-weight: bold;
}
#mainContent { 
	margin: 10px 315px 10px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#footer { 
	height:90px;
	background-color:black; 
	text-align:center;
}

#footer p {
	padding-top:28px;
	margin:0 240px 0 0;
	text-align:center;
} 
.footerLink  {
	color:#48AAD8;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(http://www.bufferdieshit.nl/images/dot.gif) 0 0 repeat-x;}
.b {background:url(http://www.bufferdieshit.nl/images/dot.gif) 0 100% repeat-x}
.l {background:url(http://www.bufferdieshit.nl/images/dot.gif) 0 0 repeat-y}
.r {background:url(http://www.bufferdieshit.nl/images/dot.gif) 100% 0 repeat-y}
.bl {background:url(http://www.bufferdieshit.nl/images/bl.gif) 0 100% no-repeat}
.br {background:url(http://www.bufferdieshit.nl/images/br.gif) 100% 100% no-repeat}
.tl {background:url(http://www.bufferdieshit.nl/images/tl.gif) 0 0 no-repeat}
.tr {background:url(http://www.bufferdieshit.nl/images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(http://www.bufferdieshit.nl/images/images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(http://www.bufferdieshit.nl/images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(http://www.bufferdieshit.nl/images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(http://www.bufferdieshit.nl/images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(http://www.bufferdieshit.nl/images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(http://www.bufferdieshit.nl/images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(http://www.bufferdieshit.nl/images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(http://www.bufferdieshit.nl/images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/