#theHeader {
	height:200px;
	background: #000;		
}

.navHeight { top:65px; }

.detailTextPainting {
	color:#ffffcc;
	font-size:12px;
}

#containerPainting {
	width:780px;
/* BODGE ALERT */
	height: 2600px;
/* ENDS */	
	padding: 0 3px 0 1px;
	background: #000 url('../images/bck_container_001_painting.gif') repeat-y;
	text-align:left;
	margin: 0 auto auto auto;
}
	
#leftPanelPainting {
		float:left;
		width:180px;
		height:150px;
		padding:10px 0 0 10px;
		background: #000000 url('../images/bck_ind_panel_l_black.gif') no-repeat;
}	

#rightPanelPainting {
		background:#000000;
		display:inline;	
		float:right;
		width:580px;
		height:100%;
		padding: 0 0 0 0;
}



#fileList { width:720px; margin: 10px 0px 20px 0px; }

.thumbnail { float:left; display:inline; width: 280px; height: 280px; font-size:7pt; padding: 0 0 0 5px; margin: 0 0 0 0;}
.paintingTitle { font-size:9pt; width:110px; color:#fff; }


