body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	display: block;
}
#MainContent {
	background: url(../../images/npback.jpg) repeat-y;
	padding: 15px 30px;
	height: auto;
	width: 690px;
}

#MainContent h1 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica;
	color: #969696;
	text-decoration: none;
	display: block;
	margin: 10px 0px;
	border-bottom: 1px dotted #B6D3F5;
	padding-top: 3px;
}


#MainContent #pictures img {
	height: 40px;
	width: 60px;
	border-style: none;
	margin: 0px;
	background: url(../../images/imageback.jpg) no-repeat center center;
	padding: 8px;
	display: inline;
	overflow: visible;
}

#MainContent #pictures img:hover {

	background: url(../../images/imageback2.jpg) no-repeat;
}
#MainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	color: #909090;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	margin: 15px 0px 5px;
}
#MainContent p {
	font-size: 11px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#pagenumbers {
	font: normal 13px "Trebuchet MS", Arial, Helvetica;
	color: #666666;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	text-align: right;
}
#pagenumbers a {
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	background: url(none);
	height: 20px;
	width: 14px;
	margin: 0px;
	border-style: none;
}

#pagenumbers a:hover { color: #000000; }
