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