/* 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:490px;
	padding:0px 20px 0px 20px;
}
/*firefox fix*/
html>body #mainPage{
	margin-left:220px;
}
#subPage{
	width:180px;
	padding:0px 20px 0px 20px;
	float:left;
	/*ie fix 3px margin*/
	margin-right:-3px;
}
