/******************************************************** LAYOUT */
#wrapper {
	background: url(../img/bg_cntnt.gif) repeat;
	text-align: left;
	border:0;
	width: 900px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
}
#header {
	background: url(../img/bg_hdr.gif) no-repeat;
	margin: 0 0 -18px 0;
}
#contentLeft {
display:none;

}
#contentRight { 
	width: 90%;
	margin: 0px;
	float: left;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#footer {
	clear: left;
	background: #fff;
}