
/* section nav */

#sectionNav {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

#sectionNav a {
	font-size: 9.5px;
}

/* /section nav */

/* secondary default page */

#photogallery {
	position: absolute;
	top: 277px;
	width: 185px; height: 183px;
	background: no-repeat url("../images/leftcol/photo-gallery.gif");
	cursor: hand; cursor: pointer;
}

/* /secondary default page */

/* photo gallery */

.gallery {
	width: 512px;
	background: no-repeat url("../images/content/divider-red-dashed.gif") bottom left;
	margin: 15px 0 0 0;
}

.gallery td {
	width: 25%;
	font-size: 9.5px;
	padding: 0 20px 15px 0;
}

.gallery td img {
	border: 1px solid #000;
	padding: 0;
}

.gallery td h3 {
	color: #993300;
	font-size: 9.5px;
	margin: 14px 0 0 0;
}
/* /photo gallery */
