@charset "utf-8";
/* CSS Document */

/*for IE* /
	#mainContent{ text-align: center; }
	p{ text-align: left; }
/*end for IE*/

h2{
	/*font-family: Arial,Helvetica,sans-serif;*/
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
h2 a{
	color: #900;
	text-decoration: none;
}
h2 a:hover{
	color: #c33;
	text-decoration: none;
}
p.pagedirections{
	padding: 0 0 15px 0;
	margin: 0;
}
p.pagedirections a{
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
p.pagedirections a:hover{
	color: #c33;
	text-decoration: none;
}
table.gallerygrid, table.gallerygrid tr td{
	/* this is cellpadding=0 and cellspacing=0 */
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.gallerygrid tr td{
	text-align: center;
	padding: 0 10px 15px 10px;
}
table.gallerygrid tr td a{
	display: block;
}
table.gallerygrid tr td a.paging{
	display: inline;
	width: auto;
}
table.gallerygrid tr td a img{
	border: none;
	height: 150px;
}
table.gallerygrid tr td a.menulabel, table.gallerygrid tr td a.picturelabel{
	background: #22314e;
	color: #c5aa02;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
table.gallerygrid tr td a.picturelabel{
	background: #fff;
}
table.gallerygrid tr td a.menulabel:hover, table.gallerygrid tr td a.picturelabel:hover{
	color: #e6bb13;
}

