/* ---------------------------------------------------- */
/*  css for structure 05                                */
/*  notes                                               */
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* STRUCTURAL DIVS                                      */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/*  wrap (everything including header and footer)   */
/*  forces whole main to centre of browser window    */
/* ---------------------------------------------------- */
div#wrap {
	width:770px; 
	margin-top:0px;
	margin-left:auto;   /* auto centre */
	margin-right:auto;  /* auto centre */
} 
div#wrap {
	min-height:100%;
	height:auto !important; /* For normal browsers */
	height:100%; /* For IE */
}


/* ---------------------------------------------------- */
/* main (use for main content)                          */
/* ---------------------------------------------------- */
div#main {
	float:right; 
	width:440px;
	margin-left:0px; 
} 
div#main {
	min-height:100%;
	height:auto !important; /* For normal browsers */
	height:100%; /* For IE */
}
div#main {
	min-height:600px;
	height:auto !important; /* For normal browsers */
	height:600px; /* For IE */
}


/* ---------------------------------------------------- */
/* supplemental                          */
/* ---------------------------------------------------- */
div#supplemental {
	float:right; 
	width:220px; 
	margin-left:0px; 
} 



/* ---------------------------------------------------- */
/* end of file                                          */
/* ---------------------------------------------------- */

