body { font: 100.1% Arial, Helvetica, sans-serif; }
html body { padding-top: 60px; }

#content table {
    border-collapse: collapse;}
#content td, #content th { border-bottom: 1px solid #000; padding: 5px; text-align: center; }

.addBox {
    float: left;
    margin-right: 50px;
    border: 1px solid #000;
    padding: 20px; 
}

#artists { width: 340px; float: right; }
#artists a { font-size: 12px; }
#artistList { width: 340px; }
#artistList td { border: 0; text-align: left; }

#preview { width: 410px; height: 410px; }
#preview img { display: block; margin: 0 auto; }
#preview div { width: 410px; }
#preview div.secondary { display: none; }

.artist h2 { margin-bottom: 0; }
.artist .back { margin-top: 0; padding-top: 0; }
.artist p { font-size: 12px; }

.leftPublic { width: 410px; text-align: center; }

.sold { color: #d40000; }

.work { width: 250px; height: 260px; text-align: center; float: left; }
.work img { display: block; margin: 3px auto; }
