body
{
	margin:0;
}
div
{
	margin:0;
	padding:0;
/*
	border: 1px solid red;
*/
}
div#MastheadPos
{
	width:760px;
}
div#ToolbarFull
{
	clear:both;
}
div#ToolbarPos
{
	width:760px;
}
div#BodyPos
{
	position:relative;
	width:760px;
}
div.BodyColumnPos
{
}
div.MenuPos
{
	width:130px;
	word-wrap:break-word;
}
div#SiteMenuPos
{
	position:absolute;
	left:0px;
}
div#NoCatalogSiteMenuPos
{
	position:absolute;
	left:0px;
}
div#PageContentPos
{
	width:484px;
	position:absolute;
	left:130px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;	
}
div#CatalogMenuPos
{
	position:absolute;
	left:630px;
}
div#NoCatalogMenuPos
{
	position:absolute;
	left:630px;
}
div#FooterFull
{
	clear:both;
}
div#FooterPos
{
	width:760px;
}
.Spacer 
{
	/*
	 * PRESERVE - this is a work around for an IE bug.
	 */
	overflow:hidden;
	/*
	 * END PRESERVE
	 */
	
	/*
	 * PRESERVE - this is necessary for Netscape/Mozilla.
	 */
	clear:both;
	/*
	 * END PRESERVE
	 */
}
