@charset "utf-8";
/* CSS Document */

.leftCellTop {
	background: url(http://www.ecu.edu/images/ecuhome/leftmenu_top_gradient.png) repeat-x;
	width: 140px;
	height: 1px;
	padding-left: 10px;
	vertical-align: top;
}
.leftCellBottom {
	background: url(http://www.ecu.edu/images/ecuhome/leftmenu_bottom_gradient.png) repeat-x;
	width: 150px;
	min-height: 289px;
	vertical-align: top;
	padding-left: 10px;
}
.centerCellTop {
	background:url(http://www.ecu.edu/images/ecuhome/centermenu_top_bg.gif) no-repeat;
	width: 300px;
	height: 1px;
}
.centerRightCellTop {
	background:url(http://www.ecu.edu/images/ecuhome/centerrightmenu_top_bg.gif) no-repeat;
	width: 620px;
	height: 21px;
	
}
.centerCellBottom {
	background:url(http://www.ecu.edu/images/ecuhome/centermenu_bottom_bg.gif) no-repeat;
	width: 300px;
	min-height: 289px;
	vertical-align: top;
	padding-left: 10px;
}

.centerRightCellBottom {
	background:url(http://www.ecu.edu/images/ecuhome/centerrightmenu_bottom_bg.gif) no-repeat;
	width: 300px;
	min-height: 289px;
	vertical-align: top;
	padding-left: 10px;
}

.rightCellTop {
	background: url(http://www.ecu.edu/images/ecuhome/rightmenu_top_bg.png) no-repeat;
	width: 300px;
	height:21px;
	padding-top: 10px;
	padding-left: 25px;
	margin-top: -5px;
	margin-left: -5px;
	// height: 11px;
	// margin-top: 0;
	// margin-left: 0;
	
}
.rightCellBottom {
	background: url(http://www.ecu.edu/images/ecuhome/rightmenu_bottom_bg.png) repeat-x;
	width: 300px;
	min-height:	289px;
	vertical-align: top;
	padding-left: 10px;
}
