body { 
	margin				: 0;
	padding				: 0;
	background-image	: url("../../../assets/images/common/back.gif");	/* directory relative to style sheet */
	background-repeat	: repeat-x;
	background-color	: #E7E7E9;
}

.spaceBox {
	position			: relative; 
	left				: 50%; 
	top					: 10px; 
	width				: 796px;
	margin-left			: -398px;
	padding-bottom		: 20px;
}

.mainBox {
	position			: relative; 
	background-color	: white;
	border				: solid #FFFFFF 6px;
}

.headerBox { 
	position			: relative; 
	height				: 96px;
}

.gridBox {
	position			: relative;
	height				: 212px;
	z-index				: 100;		/* for drop down menus */
}

.menuBox {
	position			: relative;
	height				: 29px;
	margin				: 1px 0px 1px 0px;
	z-index				: 700;		/* for drop down menus */
}

.footerBox {
	position			: relative; 
	height				: 29px;
	background-color	: #CBD0D6; 
}

.clearDiv { 
	clear				: both;
}
