/* **************************************************************** */
/* Blocks Definitions, frontpage & subpage (IE 6 & Firefox)         */
/* **************************************************************** */

/**** Home template ****/
#two-col-home #block_1
	{
	float: left;
	width: 710px;
	margin-top: 266px;
	}
#two-col-home #block_3
	{
	float: left;
	width: 266px;
	margin-top: 82px;
	}
	
/**** Subpage two columns template ****/
#two-col-sub #block_1
	{
	float: left;
	width: 747px;
	margin: 49px 0 0 229px;
   background: url(../img/ls-bg-block-1.gif) repeat-y 27px 0%;
	}
#two-col-sub #block_2
	{
	float: left;
	width: 229px;
	margin: 49px 0 0 -976px;
	}

* html #block_1
	{
	display: inline;
	}
	
#two-col-home #block_1 .content { padding: 0px 49px 0px 50px; }
#two-col-home #block_3 .content { padding: 0px 9px 0px 30px; }

#two-col-sub #block_1 .content { padding: 0px 31px 40px 60px; }
#two-col-sub #block_2 .content { padding: 0px 0px 0px 22px; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper
	{
	width: 976px;
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* We need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes */
	float/**/: none;
	}
/* easy clearing */
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 976px;
	}
/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
