@charset "UTF-8";


/* layout */


body {
	background-image: url(/global/images/banners/bgfade.jpg);
	background-repeat: repeat-x;
}
#navwrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 100%;
	z-index: 1;

}
#banner {
	background-image: url(http://ww2.wpunj.edu/images_root/logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	height: 33px;
background-color: #000000;
}
/* top nav, orange */
#nav2 { 
	background-color: #ff9933;
	width: 1000px;
	z-index: 1000;
	clear: both;
height: 23px;

}
/*bottom nav , grey  */
#nav {
	background-color: #999999;
	width: 1000px;
	z-index: 1000;
	clear: both;
	height: 27px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.moveLeft{
margin-left:100px;
}