
#page 
{
	width:919px;
	overflow: hidden;
	margin: 0em 0em 0.8em 0em;
	margin: 0 auto; /* center page content */
}



/* PAGE REGIONS */
/* Include 10em right margin in region width (5em right margion in right column) */

#maincontainer	
{
    width:100%;
	float:left;
}
#maincontainerfirstpage	
{
	float:left;
}
	
#leftregion
{
    width: 225px;
    float: left;
    overflow: hidden;
}
#leftshadow
{
    width: 15px;
    float: left;
    background: #ffffff url(/images/leftshadow.gif) no-repeat;
    height: 390px;
}

#mainregion
{
    float: left;
    width: 433px;
    overflow: hidden;
}

#mainregionwide
{
	width: 649px; /* 433px + 216px */
	float: left;
}

#mainregionfistpage
{
    width: 403px;
    float: left;
    overflow: hidden;
}
#mainregionfistpageright
{
    width: 433px;
    float: right;
    overflow: hidden;
}

#rightregionshadow
{
	float: left;
    width: 15px;
    height: 390px;
    background: #ffffff url(/images/fw/rightshadow.gif) no-repeat;
    position: relative;
}
#rightregionquad
{
	float: left;
    width: 216px;
    min-height: 357px;
    background: #ffffff url(/images/fw/right_quad.gif) -7px 0 repeat-y;
    position: relative;
    overflow: hidden;
}

#footer 
{
	clear:both;
	margin-left: 240px; 
}

iframe{border:0; border-style:none;}



.clear-left
{
	clear:left;
	}
	
	.block-left
	{
		display:block;
		float:left;
		}
		.block-right
	{
		display:block;
		float:right;
		}