/*=icing
---------*/
#icing { background-image: url(../images/icing_bg8.jpg); }

#cake h1 { margin: 0 0 19px 81px; }

#content h2 { margin-bottom: 15px; }
#content h3 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	border-bottom: 1px dotted #333;
}

#content ul.thumbs {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.thumbs li {
	float: left;
	margin: 0 20px 25px 0;
	list-style: none;
	display: inline;
}
.thumbs li.newRow { clear: left; }

/* for IE */
#content .thumbs a { border: 2px solid black; text-decoration: none; display: block; }
#content .thumbs a:hover { border: 2px solid white; }

/* for smart browsers */
html>body #content .thumbs a { border: 0; text-decoration: none; display: inline; }
html>body #content .thumbs a img { border: 2px solid #000; }
html>body #content .thumbs a:hover { border: 0; }
html>body #content .thumbs a:hover img { border: 2px dotted #333; }

#content #galleryPhoto, #content #galleryPhoto p { text-align: center; }
#galleryPhoto img { border: 2px dotted #333; }