/* Layout CSS */

body, html {

	text-align:center;
	
	background:#f0f0f0;
	
}


/** HOLDER VOOR DE SITE-LAYOUT **/

#content {

	margin: 0 auto;
	
	width: 818px;
	
	background: #FFF;
	
}


/** WRAPPER = WITTE BG MET AFGERONDE HOEKEN **/

#wrapperTop {

	margin: 0 auto;
	
	height: 14px;
	
	width: 818px;
	
	background: url(../img/content/wrapper-top.gif) no-repeat;
	
}


#wrapper {

	margin: 0 auto;
	
	width: 804px;
	
	background: #FFF;
	
	padding-right: 14px;
	
}


#wrapperBottom {

	clear:both;
	
	margin: 0 auto;
	
	height: 14px;
	
	width: 818px;
	
	background: url(../img/content/wrapper-bottom.gif) no-repeat bottom;
	
}


/** HEADER **/

#header {

	text-align: left;

	margin: 0 auto;
	
	width: 788px;
	
	height: 48px;
	
	margin-left: 14px;
		
}


/** BANNER **/

#banner {

	margin: 0 auto;
	
	margin-top: 15px;
	
	margin-bottom: 15px;
	
	margin-left: 14px;
	
	width: 788px;
	
}


/** LEFT COLUMN **/

#leftcolumn {

	text-align: left;
	
	padding-left: 14px;
	
	width: 204px;
	
	float: left;
	
}


/** RIGHT COLUMN **/

#rightcolumn {

	text-align: left;
	
	float: right;
	
	width: 568px;
	
	display: inline;
	
}


/** FOOTER **/

#footer {

	clear: both;
	
	margin: 0 auto;
	
	padding-top: 15px;
	
	width: 818px;
	
	background:#f0f0f0;
	
}