/* Copyright Carlton Engineering */

/************************************************/
/* cssMP.css                                    */
/* This CSS page defines the main page specific */
/* id's and classes			                        */
/************************************************/

/* General Content Container with MP Black bgcolor */
#genContMP {
	width: 720px;
	height: 322px;
	background: #000;
}

#mpContentSec {
	width: 357px;
}

/* Top picture section for Main Page */
#picSecMP {
	width: 720px;
	height: 227px;
	background: #000;
	text-align: left;
}

#picLftMP, #picRgtMP {
	float: left;
}

#picLftMP {
	width: 241px;
}

#picRgtMP {
	width: 479px;
}

#printLogoWht {
	display: none;
}