  #index {
    text-align: center;
  }  
  #main {
    border: 1px dashed silver;
    margin: 0px auto;
    padding-bottom: 10px;
    width: 698px;
    background-color: rgb(250, 250, 250);
  }
  /*this is hack for IE*/
  html>body #main {
    width: 672px;
  }
  div.navbar {
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid orange;
    font: bold 1.5em tahoma;
    text-align: left;
    vertical-align: middle;
    background-color: gray; 
    color: rgb(250, 250, 250); 
  }
  div.pageNavigator {
    padding-top: 10px;
    padding-left: 5px;
    height: 20px;
    float: right;
    vertical-align: bottom;
    font: bold 0.5em tahoma; 
  }
  div.titleOrnament {
    background-color: orange;
    margin-right: 3px;
    height: 30px;
    width: 10px;
    float: left;
  }
  span.bigthumbnails span {
    display: block;
    position: relative;
    width: 155px;
    height: 155px;
    float: left;
	  background-color: white; 
    text-decoration: none;
    font: bold 0.7em tahoma;
    margin-top: 10px;
    margin-left: 10px;
  }
  span.bigthumbnails a {
    width: 155px;
    height: 155px;
    float: left;
    border: 1px solid silver;
  }
  span.bigthumbnails a img {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid gray;
  }
  span.bigthumbnails a:hover {
    border: 2px solid orange;
    width: 153px;
    height: 153px;
  }
  span.bigthumbnails a:visited {
    color: silver;
  }
  span.bigthumbnails a div.comment {
    text-align: right;
    vertical-align: bottom;
    padding-right: 12px;
    color: gray;
  }
a:link {
   color: orange;
}

a:visited {
   color: #e88000;
}

a:hover {
   color: orange;
}

div.photoOutter {
  display: table;
  border-top: 3px solid orange;
  width: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

div.photoInner {
  display: table;
  border: 1px solid gray;
  background-color: gray;
  padding-top: 3px;
  color: rgb(250, 250, 250);
  font: bold 0.8em tahoma;
  width: 0px;
  text-align: center;
} 

td.photoHeader {
  border-top: 3px solid orange;
  background-color: gray;
  text-align: center;
  font: bold 0.8em tahoma;
  color: rgb(250, 250, 250);
}

td.photo {
  border: 1px solid gray;
  padding: 0px;
}

img.photo {
  display: block;
  border: 10px solid rgb(237, 237, 237); 
}

img.photoOrig {
  display: block;
  border: 10px solid rgb(237, 237, 237); 
  margin-top: 3px;
}
