.utf8sans {font-family: "Lucida Grande","Arial Unicode MS", sans-serif}

@font-face
{
font-family: BellMT;
src: url('BellMT.ttf');
}

html, body {
  font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
  font-size: 13px;
  color: #666565;
  background: #ffffff;
}

a:link {
  text-decoration: none;
  color: #666565;
}
a:visited {
  text-decoration: none;
  color: #666565;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

#container{
  /*outline: 1px solid red;*/
  width: 900px;
  height: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#nav{
  /*outline: 1px solid red;*/
  position: realtive;
  width: 900px;
  height: 30px;
}

#form {
  position: relative;
  float: right;
  text-align: center;
  font-size: 12px;
}

#headtable {
  position: relative;
  float: left;
}


.detail{
  /*outline: 1px solid red;*/
  text-align: center;
  position : absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
}

.detailout{
  /*outline: 1px solid black;8*/
  text-align: center;
  position : relative;
  height: 530px;
  width: 900px;
  margin: 0px auto;
  
}

.caption{
  /*outline: 1px solid pink;*/
  position : relative;
  text-align: center;
  font-family: BellMT;
  font-size: 15px;
  color: #555555;
}

.right_button{
  border-radius: 2px;
}

.left_button{
  border-radius: 2px;
}

.thumbs{
  /*outline: 1px solid red;*/
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.thumbs img{
  position : relative;
  margin: 5px;
  cursor : pointer;
}




