/* gallery styles */
div#subNavi h2 {
	display: block;
	border-bottom: none;
	font-size: 150%;
}
div#mainContents div#gallery {
	display: block;
	width: 760;
	height: auto;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #c0c0c0;
}
div#mainContents h1 {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family:  "Times New Roman",
	font-size: 200%;
	font-weight: normal;
	text-transform: 
}
div#mainContents div#gallery h2 {
	color: #000000;
	font-size: 150%;
	border-bottom: none;
}

div#mainContents div#gallery div.photoBox {
	float: left;
	width: 180px;
	height: auto;
	margin: 0 5px 2em 0;
}
div#mainContents div#gallery div.photoBox h3 {
	margin-bottom: 2px;
	color: #000000;
	font-size: 110%;
	border-bottom: none;
}
div#mainContents div#gallery div.photoBox p {
	margin-bottom: 2px;
	line-height: 120%;
}
div#mainContents div#gallery div.photoBox p img {
	border: 1px solid #333333;
}

