/* CSS Document */

div.painting{
	float:left;
	width:33%;
	min-height:16.5em;
	text-align:center;
}

*html div.painting{
	height:16.5em;
}

div.painting a{
	text-decoration:none;
}

div.painting p{
margin-top:0.2em;
}

.threepaintings{
	width:99%;
	height:16.5em;
}
*html .threepaintings{
	min-height:16.5em;
}

.singlePainting{
	width:99%;
	min-height:310px;
	margin-bottom:0.25em;
}

.singlePainting p{
	margin-top:0;
	margin-bottom:1em;
	float:right;
	text-align:left;
	width:13.5em;
}

.singlePainting img{
	margin-left:2em;
}

table.galleryimages  {width:99%; text-align:center}
table.galleryimages img{border:none}