body {
 background: #fff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 padding: none;
 margin: none;
 color: #333;
 text-align: center;  /* works in concert with margin: 0 auto; */
}

PRE, TT, CODE, KBD, SAMP {
  /*font-family: monospace;*/
  font: 100% "Lucida Console", "Courier New", Courier, monospace;
}

table {
 border: none;
 font: 100% Arial, Helvetica, sans-serif; 
 cell-padding: 0px;
 cell-spacing: 0px;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

html body a:hover {
  /* background: #eef; */
  color: #00f;
}

a img {
  border: none;
  border-style: none;
  display:block;
}

#page {
 padding: none;
 margin: 10px auto 10px auto;  /* align for good browsers */
 text-align: left; /* counter the body center */
 border: none;
 width: 790px;
 min-height: 630px;
 background: url(/fractal_top_left.png) no-repeat left top;
}
#page-inner {
 border: none;
 /* float: left; */
 padding: 75px 20px 20px 125px;
 text-align: left;
 /* width: 490px; */
}
#content {
 /* border: 1px solid blue; */
 min-height: 320px;
}
#topright {
 float: right;
 border: none;
 text-align: right;
 background: url(/fractal_top_right.png) no-repeat right top;
 height: 85px;
 width: 76px;
 margin: none;
 padding: none;
 color: #999;
}
#navboxen {
 float: right;
 border: none;
 text-align: right;
}
#navbox {
 border: none;
 /* border: 1px solid red; */
 padding: 40px 50px 10px 0;
 margin: none;
 /* width: 115px; */
 width: 76px;
 /* min-width: 76px; */
 min-height: 85px;
 text-align: center;
 background: url(/fractal_top_right.png) no-repeat right top;
 color: #999;
}
#footer {
 border: none;
 width: 100%;
 /* min-width: 76px; */
 min-height: 48px;
 background: url(/fractal_footer.png) no-repeat right bottom;
}
#content-title {
 padding: 0 0 1em 0;
 margin: 0 0 0 -18px;
 text-weight: bold;
 font-size: 150%;
 letter-spacing: 0.2em;
 color: #000;
}
h1 {
 text-weight: bold;
 font-size: 137%;
 letter-spacing: 0.1em;
 color: #000;
 padding-top: 0.3em;
}
h2 {
 text-weight: bold;
 font-size: 120%;
 letter-spacing: 0.1em;
 color: #000;
 padding-top: 0.3em;
}
h3 {
 text-weight: bold;
 font-size: 110%;
 letter-spacing: 0.1em;
 color: #000;
 padding-top: 0.3em;
}
#breadcrumbs {
 position: absolute;
 margin: -60px 0 0 90px;
 color: #999;
}
.crumb {
 font-weight: normal;
 padding: 0 0.2em; 0 0.2em;
 color: #999;
 text-decoration: none;
}
.crumb-on {
 font-weight: normal;
 padding: 0 0.2em; 0 0.2em;
 color: #000;
 text-decoration: none;
}
span.crumb a:link, span.crumb a:visited {
 color: #999;
 text-decoration: none;
}
span.crumb-on a:link, span.crumb-on a:visited {
 color: #000;
 text-decoration: none;
}
span.crumb a:hover, span.crumb-on a:hover {
 color: #00f;
 text-decoration: none;
}
.navitem {
 font-weight: normal;
 padding: none; /* 0.25em 0 0.25em 0; */
 color: #999;
}
.navitem-on {
 font-weight: bold;
 padding: 0.25em 0 0.25em 0;
 color: #000;
}
div.navitem a:link, div.navitem-on a:link, div.navitem a:visited, div.navitem-on a:visited {
 color: #999;
 text-decoration: none;
}
div.navitem a:hover, div.navitem-on a:hover {
 color: #00f;
 text-decoration: none;
}

.fineprint {
 font-size: 75%;
}

.thumbgrid {
 /* border: 1px solid green; */
 width: 584px;
}
.gridthumb {
 /* border: 1px solid yellow; */
 min-width: 64px;
 float: left;
 text-align: center;
 vertical-align: bottom;
 padding: 1em;
 line-height: 105%;
}
span.gridthumb a:link, span.gridthumb a:visited {
 color: #000;
 text-decoration: none;
}
span.gridthumb a:hover {
 color: #00f;
 text-decoration: none;
}

.boxed {
 border: 1px solid #666;
 padding: 1em;
 background: #eee;
}

table.grid {
 border-collapse: collapse;
 border: 1px solid #666;
}
table.grid td {
 border: 1px solid #666;
 padding: 0 0.45em 0 0.45em;
}
table.grid tr.header {
 background: #eee;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  margin-left: 2em;
}

img.photo-thumb {
  /* margin: 0 10px 10px 0; */
  padding: 3px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

img.photo-medium {
  margin: 0 10px 10px 0;
  padding: 10px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

/*
div { border: solid 1px red; }
td { border: solid 1px blue; } 
img { border: solid 1px green; }
*/

