


#gallery {
	float: right;
	width: 1140px;
	padding: 20px 10px 40px 10px;
	background: #000;
}

#gallery p {
font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align: center;
	font-style: italic;
	font-size: 250%;
	padding: 0 0 30px 10px;
	margin: 0;
	
}

.sample {
	float: left;	
	padding: 10px;
	color:#CCC;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 90%;
}


.sample .PaintingInfo {
	font-size: 85%;
	font-style: italic;
	
	
}

.sample img {
	
	
	border: 1px solid #999;
	
}


#footer {
	width: 1140px;
	padding-top: 30px;
	visibility: visible;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#webLink {
	float: right;
	width: 1140px;
	text-align: center;
	margin-top: 30px;
}
#webLink a {
	color: #CCC;
}