@charset "utf-8";

#container {
	width: 900px;
	font-size: 14px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	clear: both;
	color:#5C4434;  /* affects everything but name, title, footer */
}
.artist-name{
	float:left;
	width:170px;   
	height:32px;
	padding-top: 1px;
	padding-left:8px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align:left;
	overflow:hidden;
}

#tileanddescription {
	margin-left:25px;
	margin-right:10px;
	width:370px;
	height:474px;
	float:left;
}

#column1 {
	width:160px;
	height:240px;  /* tiles are 288 high, but added 10 for padding because can't pad gallery-information */
	float:left;
}
#column-names {
	width:170px;
	float:left;
	margin-right:10px;
}
#column-icons {
	width:108px;
	height:450px;  /* tiles are 288 high, but added 10 for padding because can't pad gallery-information */
	float:left;
}
.gallery-tile {
	width:160px;   /* thumbnail cannot exceed 80x80 */
	height:32px;
	padding-top: 1px;
	padding-left:8px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align:left;
	overflow:hidden;
}

#scrollarea {
	width:380px;
	height:400px;  
	float:left;
	margin-left:10px;
	overflow:auto; /* scrollbar will automatically appear once there are too many artist names to fit */
}
.thumbnail {
	float:left;
	width:75px;   /* thumbnail cannot exceed 80x80 */
	height:75px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:left;
	overflow:hidden;
}
#thumbnail-grid {
	margin-left:25px;
	margin-right:10px;
	height:550px;
	width:335px;
	float:left;

}
#painting-border{
	float:left;
	width:520px;
	height:510px;
	text-align:center;
	/*background:#dddddd;
	border:1px solid #555555;*/
	overflow:hidden;
}
#painting { /*don't add padding attrs, they get ignored with the javascript */
	width:480px;
	height:500px;
	text-align:center;
	overflow:hidden;
}
#art-info {
    float:left;
	width:480px;
	height:20px;
	text-align:center;
	}
#gallery-information {  /*don't add padding attrs, they get ignored with the javascript */
	float:left;
	padding-top:10px;
	width:370px;
	height:354px;
}

#border {
	border-bottom: 1px solid #bba99e;
	border-right: 1px solid #bba99e;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
