body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#000;
}

#right {
	position:absolute;
	left: 485px;
	width:240px;
	border-top: solid 1px #cacbcc;
}

#main_content {
	position:absolute;
	left: 0px;
	width:480px;
	min-height: 350px;
	height: auto !important; /* voor moderne browsers */
	height: 350px; /* voor IE */
	border-top: solid 1px #cacbcc;
}


#logo {
	display: none;
}

#main_content {
}

#main_menu {
	display: none;
	width: 0px;
}

#header {
	display: none;
	height: 0px;	
}

#centerwrap {
}

#search_box {
	display: none;
}

#left {
	display: none;
}