Rich:layout margin

Boa tarde galera estou tentando usar o novo componente do richfaces 3.3.1 quer é o rich:layout, a implementação dele é bem simples o único problema e que ele não ocupa a página inteira no lado direito fica um espaço em branco se alguem tiver alguma dica agradeço.

<?xml version="1.0" encoding="ISO-8859-1"?>
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:rich="http://richfaces.org/rich"
	template="/templates/templateStatus.xhtml">

	<ui:param name="topStatus" value="110" />

	<ui:define name="form">
	<h:panelGroup style="margin: 0">
		<rich:layout>
			<rich:layoutPanel position="top" width="100%" style="margin:0">
				<ui:include src="/pages/secured/topo.xhtml" />
			</rich:layoutPanel>

			<rich:layoutPanel position="left" width="16%" style="margin:0">
				<h:panelGrid id="principal1" columns="1" style="width: 100%; height: 80%; background-color: black;">
					<rich:spacer />
				</h:panelGrid>
			
			
				<!-- <ui:include src="/pages/secured/menu.xhtml" />  -->
			</rich:layoutPanel>

			<rich:layoutPanel position="center" width="84%" style="margin:0">
				<h:panelGrid id="principal" columns="1" style="width: 100%; height: 80%; background-color: red;">
					<rich:spacer />
					<ui:insert name="janela" />
				</h:panelGrid>
			</rich:layoutPanel>
			<rich:layoutPanel position="right" width="0" />
			<rich:layoutPanel position="bottom" width="0" />
		</rich:layout>
		</h:panelGroup>
	</ui:define>
</ui:composition>

ola Leonardo

voce conseguiu resolver esta situacao? estou com o mesmo problema e nao sei como resolver.

grato
jair

pior que não, nao consegui resolver este erro, tem que postar no site como bug so que no momento estou sem tempo.
Se consegui resolver responda o post.

Qualquer coisa se eu descobrir eu tambem respondo aki