#breadcrumb {
	background: #005FA7;	
	border-color: #004F7F;
	}

#copyright {
	background: url(../images/copyrightG.jpg) no-repeat;
	border-color: #004F7F;
	}	
	
#footerContact {
	background: #005FA7;	
	border-color: #004F7F;
	}
	
#mainPic {
	width:320px;
	height: 250px;
	display:inline;
	float:left;
	text-align: left;
	}
	
#mainPic #placeholder {
	max-width: 100%;
	max-height: 100%;
	border:1px solid black;
	}
	
#mainPic #description {
	position: absolute;
	left: 24px;
	top: -62px;
	width: 422px;
	height: 20px;
	font-family:  Courier New,	courier, monospace;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	}	
	
.thumbContainer { /*all thumbs*/
	width:320px;
	float:right;
	display:inline;
	margin:0;
	text-align:right;
	}
	
.thumbContainer .thumb {
	width:41px;
	height:41px;
	margin: 0 0 6px 6px; /*margin on link shows outline*/
	border:1px solid black;
	}
	
.thumbContainer li {
	display:inline;
	}
	
	