@charset "utf-8";
/* CSS Document */

body{
background: #234cfc url(/images/BGPhoto.jpg) top center no-repeat ;
margin: 0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif, "Arial Black"
}
#GalleryOuterFrame {
	border: none;
}
#GalleryInnerFrame {
	background: white;
	border: 1px solid black;
}
#GalleryInnerFrame img {
	margin: 15px;
	border: none;
}
/* Used to turn off the shadowing */
#ShadowCell {
	 display: none; 
}
/* 
----------------------------------------
*/

.GalleryShowTable {
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.GalleryShowImageParentCell {
	text-decoration: none;
}
.GalleryShowTextCell {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.GalleryShowImageTitle {
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
}
.GalleryShowImageSize {
	font-size: 9px;
	display: none;
}
.GalleryShowImageDesc {
	font-size: 12px;
}
