#main_container {
	height: 1001px;
}


/* content is 40 less than main_container ----------------------------------------*/
#content {
	height: 960px;
}



/*  maintext is 200 less than content to accommodate the banner----------------------------------------*/
#maintext {
	height: 760px;
}



/* leftedge is 40 less than main_container ----------------------------------------*/
#leftedge {
	height: 960px;
}
#le_mid {
	height: 920px;
}


/* rightedge is 40 less than main_container ----------------------------------------*/

#rightedge {
	height: 960px;
}
#re_mid {
	height: 920px;
}
