/* **************************************************************** */
/* Blocks Definitions, frontpage & subpage (IE 6 & Firefox)         */
/* **************************************************************** */
	
/**** Subpage three columns template ****/
#three-col #block_1
	{
	float: left;
	width: 617px;
	margin-left: 197px;
	background: none;
	}
#three-col #block_2
	{
	float: left;
	width: 197px;
	margin-left: -814px;
	}
#three-col #block_3
	{
	float: left;
	width: 141px;
        background: url(../../../other_files/grgolf/img/gr-bg-block-3.gif) no-repeat 0% 0%;
	}
	
/**** Subpage two columns template ****/
#two-col #block_1,
#two-col-maint #block_1,
#two-col-overview #block_1
	{
	float: left;
	width: 758px;
	margin-left: 197px;
	}

#two-col-overview #block_1 { margin-bottom: -13px; }

#two-col #block_2,
#two-col-maint #block_2,
#two-col-overview #block_2
	{
	float: left;
	width: 197px;
	margin-left: -955px;
	}

* html #block_1
	{
	display: inline;
	}

#three-col #block_1 .content { padding: 10px 31px 10px 31px; }
#three-col #block_2 .content { padding: 10px 0px 0px 9px; }
#three-col #block_3 .content { padding: 12px 9px 0px 2px; }

#two-col #block_1 .content, #two-col-maint #block_1 .content { padding: 10px 27px 10px 20px; }
#two-col #block_2 .content, #two-col-maint #block_2 .content { padding: 10px 0px 0px 9px; }

#two-col-overview #block_1 .content { margin: 0px 9px 0px 8px; background: #dee3c5; }
#two-col-overview #block_2 .content { padding: 10px 0px 0px 9px; }

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper
	{
	width: 955px;
	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: 955px;
	}
/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

