/* CSS Document */

#rightcol	{
	width: 5px; /* when float is used, must specify width */
	}


#centercol	{
	margin-right: 10px;  /* also based on width-- of #rightcol  */
	padding-bottom: 10px;
	}