/* ----- Created by Emile Blume - Netcreators.nl - 2005 ----- */
body{
	background: #FFFFFF url(../images/bg-doc.gif) repeat-y center;
	color: #000000;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#frame {
	background: url(../images/bg-doc.gif) repeat-y;
	height: 100%;
	margin: auto;
	width: 910px;
}

#left {
	float: left;
	width: 165px;
}

#frame #center {
	float: left;
	width: 545px;
}

#right {
	display: none;
}


