/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
  body {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  body, p, html, table, td {
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
  }

  div#header {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: white;
    background: #314e8c;
    padding: 8px;
    /* clear: both; */
    }

  div#header span.left{
	float:left;
    /* clear: both; */
    }
  div#header span.right{
    text-align: right;
	float:right;
    font-size: 18px;
    /* clear: both; */
    }

  #leftcol {
    border: 1px solid rgb(51, 204, 255);
    margin: 4px;
    padding: 4px;
    float: left;
    width: 172px;
    }

  #tracker { 
    border-top: 1px solid rgb(51, 204, 255);
    margin: 4px 4px 4px 194px;
    padding: 2px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    }

  #body {
    border-top: 1px solid rgb(51, 204, 255);
    margin: 4px 4px 4px 194px;
    padding: 2px;
    text-align: left;
    }

  #footer { margin: 4px;
    padding: 2px;
    font-size: small;
    text-align: center;
    clear: both;
    }

  h1 { margin: 0px;
    padding: 0px;
    }

  h2 { margin: 0px;
    padding: 0px;
    }

  h3 { margin: 0px;
    padding: 0px;
    }

/* image display */
div.comment {
}
div.limage {
	margin-left: 50px;
}

/* floating images */
div.thumbnails {
 	float: left;
    height: 80px;
    width: 80px;
    margin: 2px;
 }

div.thumbnails img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.thumb {
 	float: left;
    width: 100px;
    height: 130px;
 }

div.thumb div.thumbimg {
    height: 64px;
    width: 64px;
  }
/*
div.thumb div.thumbimg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
*/
div.thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
div.thumb p {
 	text-align: center;
  }


