#rightColWrap {
	display: none;
}
#contentWrap {
	width: 100%;
	float: none;
}
/**
 * Gallery Pages
 */
h1#galleryTitle {
	margin: 5px;
	min-height: 50px;
	vertical-align: middle;
	line-height: 50px;
	padding: 5px;
	padding-left: 60px;
	background-image: url(../images/gallery/polaroidThumb.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-shadow: 1px 1px 5px #333;
	color: #fff;
	background-color: #9F0A1B;
}
/**
 * Gallery Description
 */
p.catDesc {
	max-width: 400px;
	margin: 5px;
	padding: 5px;
	color: #000;
	font-style: italic;
	font-size: 12px;
}
.imageBox p.catDesc {
	color: #fff;
}
p.noImages {
	margin: 5px;
	padding: 5px;
	padding-left: 25px;
	background-image: url(../images/icons/error.png);
	background-repeat: no-repeat;
	font-style: italic;
	color: #9F0A1B;
	font-size: 12px;
	line-height: 16px;
	background-position: 5px 5px;
}
div#galleryCanvas {

}
div#endGalleryCanvas {
	clear: left;
}
div.imageBox {
	width: 180px;
	float: left;
	background-color: #000;
	color: #fff;
	margin: 5px;
	padding-bottom: 5px;
	min-height: 250px;
}
a.imageLink img {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
}
a.imageLink:hover img {
	border-color: #9F0A1B;
}
h4.imageTitle {
	font-size: 14px;
	text-shadow: none;
	text-align: center;
	margin: 0;
	padding: 3px;
	min-height: 30px;
}
p.imageDesc, p.imageCredit {
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 0;
	margin: 0;
}
p.imageDesc {
	
}
p.imageCredit {
	font-style: italic;
}
p.imageCredit span {
	font-style: normal;
	font-weight: bold;
}
br.postThree {
	clear: left;
}

div#galleryNav {
	display: none;
}
div#galleryNav h2 {
	width: 200px;
	height: 91px;
	background-image: url(../images/gallery/NavHeader.png);
}
div#galleryNav h2 span {
	display: none;
}
div#galleryNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#galleryNav ul li {
	margin: 0;
	padding: 0;
	height: 35px;
	padding-left: 10px;
}
div#galleryNav ul li a {
	display: block;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	color: #000;
	padding-left: 40px;
	background-image: url(../images/gallery/tinyPolaroidThumb.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
}
div#galleryNav ul li a:hover {
	background-color: #9F0A1B;
	color: #fff;
}

table.galleryTable {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #333;
	padding: 5px;
	border-collapse: collapse;
}
table.galleryTable td.imageBox {
	margin: 3px;
	color: #fff;
	padding: 5px;
	vertical-align: top;
	width: 25%;
	background-color: #000;
	border: 5px solid #333;
}