/* DISCLIAMER */

#contentArea {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	z-index: 20;
	background-image: url(../images/base-pri-bottom.jpg);
	height: 100%;
	background-repeat: no-repeat;
}
#menuItems {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/base-pri-nav.jpg);
	width: 100%;
	height: 47px;
	padding-top: 17px;
}
#header {
	position: relative;
	width: 100%;
	height: 217px;
	z-index: 30;
	background-image: url(../images/base-pri-top.jpg);
}
