/* CSS Document */

body {
	background-image: url(../images/npmBG.jpg);
	background-repeat: repeat-x;
	background-color: #8daab8;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.menuArea {
	background-image: url(../images/npmMenuBG.gif);
	background-repeat: repeat-y;
	width: 214px;
}
.pagebottom {
	background-image: url(../images/npmPageBottom.gif);
	background-repeat: no-repeat;
}
.pageright {
	background-image: url(../images/npmPageRight.gif);
	background-repeat: no-repeat;
	height: 548px;
	width: 13px;
}
.copyright {
	color: #fff;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;
}