.noPrint {
	display: none;
}

/**************************************/
/**        LAYOUT                    **/
/**************************************/

#intro { 
	/* background: url(../WebImages/banner_bkgrnd_new.jpg) no-repeat left top; */
	margin: 0px;
		}

#pageHeader { 
	padding: 0;
	margin: 0;
	}

#pageHeader h1 { 
	background: url(../WebImages/banner_title.gif) no-repeat left top; 
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 834px; 
	height: 50px; 
	}
/****************************************/
/*  photo album styles                  */
/****************************************/

div.thumb {
	margin: 7px;
	border: 1px solid #A0ACC0;
	height: 150px;
	float: left;
	text-align: center;
	}
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 0 3px 3px 3px;
	}

div.thumb_lg {
	margin: 7px;
	border: 1px solid #A0ACC0;
	height: 180px;
	width: 200px;
	float: left;
	text-align: center;
}
.thumb_lg img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}
.thumb_lg a:hover img {border: 1px solid black;}
.phototitle_lg {
	text-align: center;
	font-weight: normal;
	width: 150px;
	margin: 0 3px 3px 3px;
	}

