@charset "utf-8";
/* CSS Document */

#gallerytable{
	position: center center;
	text-align: center;
	/*rules:all; */
	border-spacing: 10px;
}

#gallerytable th, td {
	padding: 10px;
	/*margin: 20px;*/
	text-align: center;
	border: 7px ridge #D1C59E; /* warm grayish yellow*/
	background: #ffffec; /* off white matt */

}
.title td{ /* had this as tr but it didn't work*/
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	font-size: .8em;
	text-align: center;
	background: url(../images/artbackground.jpg) repeat;

}
.gallery img  {
	border: 1px solid black;
	margin: 10px;
	text-align: center;

}
.galdesc {
	font-style: italic;
	margin-left:50px;
	margin-right:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 700px;
	line-height: 1.2em;

		
}

