body {
		 background-color: #666666;
		 padding-left: 20px;
		 margin-left: auto;
		 margin-right: auto;
		 text-align: center;		 
		 		}

#main {
		 margin-left: auto;
		 margin-right: auto;
		 text-align: center;
		 }
				
#painting {
  float: left;
	text-align: center;
	}	
	
#details {
  float: left;
	text-align: center;
  }
	
#info {
  background-color: #cccccc;
	border: 2px solid #999999;
	border-style: inset;
	width: 120px;
  padding: 4px;
	margin-left: 20px;
	margin-top: 15px;
	font-family:"Palatino Linotype",georgia,serif;
  }
	
#sold {
  clear: both;
	background-color: #cccccc;
	border: 2px solid #999999;
	border-style: inset;
	width: 120px;
  padding: 4px;
	margin-left: 20px;
	margin-top: 15px;
	font-family:"Palatino Linotype",georgia,serif;
	font-weight: bold;
	color: #cc3300;
	font-size: 1.1em;
	}		
	
.infotitle {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}

.infospecs {
  font-size: 1em;
  font-style: normal;
	font-weight: normal;
}

a.head {
	font-family:"Effloresce Antique",georgia,serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	}
	
a.head:link {
  color: #cccccc;
	}
	
a.head:visited {
  color: #cccccc;
	text-decoration: none;
	}
	
a.head:hover {
  color: white;
	text-decoration: underline;
	}
	
div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	}	
			