/* begin gallery styling */

#gallerycontent {
	margin-left: 220px;
	width: 760px;
}

#gallerycontainer h2 {
	color: #5c77aa;
	text-transform: uppercase;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
}

#gallerycontainer h1 {
	width: 100%;
	color: #3897c5;
	font: 3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 0 10px;
}

#showcasenav {
	margin-bottom: 20px;
}

#gallerycontainer img{
	background-color: transparent;
	border: 1px solid silver;
	margin: 5px;
}

#col1, #col2, #col3, #col4 {
	width: 23%;
	padding-bottom: 50px;
	text-align: center;
	float: left;
}

#col1, #col2, #col3 {
	border-right: 1px solid #c9bc9c;
}