body {
    text-align: center; /* for IE */
    background-color: #333;
}
img { border: 0; }
.designTop {
   height: 90px;
   width: 574px;
   background: #ffffff url(/images/design_top.jpg) no-repeat;
}

.galleryList {
   height:301px;
   width:255px;
}

.galleryTable {
   border-collapse: collapse;
}
.galleryTable td {
   padding: 8px;
   border: 2px solid #9b9d9c;
   background-color: #dedede;
}

.galleryImage {
   margin-right: 10px;
}

#imageCopy {
    font-size: 12px;
    margin-top:8px;
    font: normal 10px Arial;
}

#inside {
    height: 515px;
    background: #fff url(/images/design_left.jpg) no-repeat;
}
#right {
    float:right;
    width: 575px;
    height: 100px;
    background: transparent url(/images/design_top.jpg) no-repeat;
}

#topNav {
    margin-top:46px;
    height: 20px;
    background: transparent;
}
#topNav a {
   color: #7e7e7e;
   text-decoration: none;
   font: bold 12px Arial;
   margin: 0 5px;
}

#topNav a.selected, #topNav a:hover {
    text-decoration: underline;
}

#subNav {
    margin-top:3px;
    height: 20px;
    background: transparent;
}
#subNav a {
    color: #7e7e7e;
   text-decoration: none;
   font: bold 10px Verdana, "san serif";
   padding: 0 5px;
}

#subNav a.selected, #subNav a:hover {
    text-decoration: underline;
}

#superNav {
    float:right;
    margin-right: 7px;
}
#superNav a {
    color: #7e7e7e;
   text-decoration: none;
   font: bold 10px Verdana, "san serif";
}
#superNav a:hover {
    text-decoration: underline;
}

.nextlink, .prevlink {
    font: bold 10px Verdana, "san serif";
    color: #7e7e7e;
}

.nextlink {
    float:right;
}
#imageCopy { padding: 0 5px; }

.categoryTitle {
    height: 35px;
    font: bold 18px Georgia, "san serif";
    padding-bottom: 3px;
    color: #7f7f7f;
    background-color: #fff;
}

.printPrimaryTitle {
    font: bold 20px Georgia, "san serif";
}

.printLabel {
    text-align:right;
}

#printer {
    font: normal 12px Georgia, "san serif";
    float: right;
    padding-right: 10px;
}
.printer {
   border-collapse: collapse;
   padding:0;
   margin-bottom:20px;
}

.printerRow td {
    border: 1px solid #000;
}

h1{ font-size:160%; font-family:Georgia, Times New Roman, serif; font-weight:normal; }
h1{  padding:0; margin:1em 0; clear:both; }

.content {
    padding: 0 16px;
    width:574px;
    font:70% Arial, Helvetica, sans-serif;
    color:#555;
    line-height:180%;
}

p.break {
    page-break-before: always;
}