/* CSS Document */
/********************SUBPAGELEFT****************/

/*-----------------------------------------------------------------------*/
/*IMPORTANT - height required to make subPage child element of content*/
#content{
	height:1px;
}
html>body #content{
	min-height:1px;
	height:auto;
}
/*----------------------------------------------------------------------*/

#mainPage{
	width:488px;
	padding:0px 20px 0px 20px;
	border-left:1px solid;
}
/*firefox fix*/
html>body #mainPage{
	margin-left:219px;
}
#subPage{
	width:179px;
	padding:0px 20px 0px 20px;
	float:left;
	/*ie fix 3px margin*/
	margin-right:-3px;
}
