/***************************************
****************************************
	2 and 3 COLUMN LAYOUT
	------------------------------------
	DO NOT ADD FORMATTING STYLES TO
	THIS STYLESHEET - IT IS FOR *LAYOUT*
	INFORMATION ONLY. MARGIN AND PADDING
	INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/

div#container
{
	margin:0 auto;
	width:960px;
}

/**************************************/
/*LHS*/
div#lhs
{
	float:left;
	width:245px;	
	overflow:hidden;
	
	/*height:auto !important;
	height:500px;
	min-height:500px;	*/
}

/*---------------------------------->8
end cut to here*/

/* HEADER */
div#header
{
	height:auto !important; /*ie6 min height*/
	height:150px;
	min-height:150px;
}

div#globalnav
{
}


/**************************************/
/* CONTENT */

div#main
{
	
}

div#content
{	
	width:715px;
	float:left;  
	display:inline;
	min-height:507px;
}


/**************************************/
/* FOOTER */
div#footer
{   
	clear:both;
}

/***************************************
	END
***************************************/