/* 
CSS --------------------------------------------------------
	Author:			Simone Hutchinson  - simone@sunsol.co.uk
	Company:		Sunsol - http://www.sunsol.co.uk/
	Client:			Promoting Workplace Learning
	Initial Date:	Friday 22nd July 2005
	--------------------------------------------------------
*/

/* == This is for 2 column layouts == */


/* ==========================================================================
------------------------------------------------------------- Layout DIVs --*/
#middleColumn {float:left;width:75%;margin:0;}
#content {padding: 2%; padding-bottom:40px;}
/* WinIE only. */
* html body #middleColumn{margin:0 2% 0 1%;width:75%;}
/* end of WinIE only */

/* header contents */
#header h1 {
padding-right:5em; /* to align with right-edge of middle content */
}
/* end of header contents */
#content table {margin:0;}
/* ================================================================================
------------------------------------------------------------- Options Menu --------
Is inside the header ------------------------------------------------------------*/
#optionsMenu {
/*margin:-25px 0 30px 19%; /* left value is slightly larger than the left sidebar, to align with main content area */
margin:-30px 0 0 18%; /* same width as the left sidebar, to align with main content area */
}
/* ==========================================================================
------------------------------------------------------------- Typography --*/
h1 {margin: 0 0em 1em 0em;}