@charset "utf-8";
/* CSS Document */

#centerpad {
	margin: 0 0 0 0; /* right/left values need to be right/left width plus any padding required */
}
#right {
	width: 136px;
	display: block;
}
#left {
	width:0px;
	display: none;
}
#contentfloatholder { /* right col background */
	background: url(../images/layout/rightbg.gif) no-repeat 100% 0;
}
	