@charset "utf-8";

#header, #footer, .artistHeader, .artistSummary, .artistStatement, .artSection, .images {
   display: none;
}

body {
   background-color: #fff;
   font: 12pt Arial, Helvetica, sans-serif;
   margin: 8px;
   padding: 0;
}

h1 {
   border-bottom: 1px solid #ccc;
   font: 18pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   clear: both;
}

.cvEntry {
   clear: left;
   float: left;
   padding: 8px 0px 1em 0px;
}
.cvEntry .subheader {
   float: left;
   width: 916px; /* Why is IE so rubbish? */
   border-bottom: 1px solid #CCCCCC;
   display: block;
   font-size: 16pt;
   font-weight: normal;
}

.cvRow {
   clear: left;
   float: left;
   width: 916px;
}
.cvText {
   clear: left;
   float: left;
   padding-bottom: 16px;
   width: 916px;
}

.cvCell {
   float: left;
   width: 804px;
}
.cvCell.narrow {
   width: 96px;
   padding-right: 16px;
   text-align: right;
}
