/* PhotoGallery_mini */
#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#bottomRow { /* in leftCol */
	}
#subNavLinks a { /* in leftcol */
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	}
#leftcolumntitle {
	font-weight: 700;
	font-size: 14px;
	padding: 20px 20px;
	}
#quickSearch { /* in bottomRow */
	padding: 20px 20px;
	}
#rightCol {	
	width: 750px;
	position: relative;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
	}
	#bodyTitle {
		padding-bottom: 10px;
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
		}
#introParagraph, #bodyTitle {
	width: 100%; 
	}
#photoGalleryTable td {
	padding-right: 20px;
	
	vertical-align: top;
	}
.simage {
	position: relative;
	padding-bottom: 20px;	
	}
.simage a {
	font-size: 11px;
	text-decoration: none;
	}
.simage img, .simage a div {	
	visibility: hidden;
	}
.editCaption {
	background-color: #666;
	}
.text {
	padding: 20px 20px;
	}
/* LIGHT BOX */
#keyboardMsg  a{
	text-decoration: none;
	}
