body{	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
		
	vertical-align: top;
	height: 100%; 	
	
	font-family: Verdana, Sans-Serif;		
	font-size: 12px;	
	background-color: #444422; 	
	color: #000000;
}

/* -----------------------------------------------------------------
 	 main table formating (the table that contains everything)
	 -----------------------------------------------------------------
*/

#main_table {
	background-color: #666655; 	
	width: 800px;
}

#main_table a {
	font-family: Arial Black, Verdana, Sans-Serif;			
	color: #000000;	
}

/* -----------------------------------------------------------------------------
 	 image table formating (the table that contains many photos of sculptures)
	 -----------------------------------------------------------------------------
*/

#image_table {

}

#image_table img {
	border: 2px solid #444422;
}

/* --------------------------------
	 footer formating 
	 --------------------------------
*/

#main_table .footer {
	background-color: #7F7F6F; 		
	padding: 10px 10px 10px 10px;		
}

#main_table .footer a {
	font-family: Arial Black, Verdana, Sans-Serif;			
	color: #000000;	
}

/* ----------------------------------------------------------------------------
 	 content table formating (the table that contains the content of each page)
	 ----------------------------------------------------------------------------
*/

#content_table {
	padding: 10px 10px 10px 10px;		
}

#content_table img {
	border: 2px solid #444422;
}

/* --------------------------------
	 popup window formating
	 --------------------------------
*/

#content_table a.show_more {
	font-family: verdana, arial, helvetica, sans-serif;	
  font-weight: bold;		
	font-size: 14px;
	color: #bbbbbb; 
	text-decoration: none;	
}

#content_table a.show_more:hover {
	font-family: verdana, arial, helvetica, sans-serif;	
  font-weight: bold;		
	font-size: 14px;
	color: #aaaa88; 
	text-decoration: underline;	
}

#content_table a.close_lnk {
	font-family: verdana, arial, helvetica, sans-serif;	
  font-weight: bold;		
	font-size: 11px;
	color: #444433; 
	text-decoration: none;	
}

#content_table .popup  {
  width: 450px;
  height: 700px; 
  left: 550px;     
  padding: 4px 4px 4px 4px;
 	background: #aaaa88; 
	border: 2px #444422 solid;	 	
  display:none; 
  float: left;
  position:absolute; 
  zoom: 1;
  z-index:24;
}

#content_table .popup table td {
  padding-top: 0px;  
}