/***************STRUCTURE***************************/

body {
  background-image:url('http://maria.bryxin.net/img/bg_graypaper96.jpg');
  font-family:Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
  font-weight: 200;
  text-align:center;
  margin:0;
  padding:0;
  overflow:auto;
}

div.whole {
  text-align:left;
  padding:0px;
  margin:0 auto;
  width:1000px;
}

div.head {
  background:none;
  padding:0px;
  margin:0;
  width:1000px;
  height:1px;
  position:fixed;
  overflow:none;
/*border-width:1px;
  border-style:solid;
  border-color:#FF0;*/
}

div.lang {
  position:absolute;
  text-align:center;
  background:none;
  padding:0px;
  margin:0;
  top:0px;
  right:0px;
/*border-width:1px;
  border-style:solid;
  border-color:#00F;*/
}
td.lang { text-align:center; font-weight:bold; font-size:16px; }
td.lang a:link { text-decoration:none; color:#000000; }
td.lang a:visited { text-decoration:none; color:#000000; }
td.lang a:hover { color:#AA1100; }
td.lang a:active { color:#AA1100; }


div.content {
  background-image:url('img/bg_graypaper96.jpg');
  color:#000;
  padding:0px 0px 0px 0px;
  margin:0;
  width:100%;
  overflow-x:hidden;
  overflow-y:auto;
/*border-width:1px;
  border-style:solid;
  border-color:#0F0;*/
}

/*IE6 hack*/
/** html body { 
  padding: 0px 0 0px 0;
}

* html div.whole {
}
*/
* html div.head {
  position: absolute !important;
  top: expression(((document.documentElement.scrollTop || document.body.scrollTop) + (!this.offsetHeight && 0)) + "px");
}
/*
* html div.content {
  padding:0 0 0 0;
}*/
/*IE6 hack end*/

/*td.menu { font-weight:bold; font-size:24px; }
td.menu a:link { text-decoration:none; color:#000; opacity:0.7; filter:alpha(opacity=70); }
td.menu a:visited { text-decoration:none; color:#000; opacity:0.7; filter:alpha(opacity=70); }
td.menu a:hover { color:#000; opacity:1.0; filter:alpha(opacity=100); }
td.menu a:active { color:#800;  opacity:1.0; filter:alpha(opacity=100); }
*/

.floater {
  position:absolute;
  z-index:10;
  top:0px;
  left:0px;
  width:0px;
  height:0px;
  padding: 0px;
  margin: 0px;
  border-width:12px;
  border-style:solid;
  border-color:#FFF;
  overflow:hidden;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.photo-link {
  padding: 2px;
  margin: 5px;
  border: 2px solid #999;
  display: block;
  float: left;
  font-size:0;
}  
.photo-link:hover { border-color: white; }  

.description1 {
  position:relative;
  top: 7px;
  left:0px;
  width:60%;
  border-width:0px;
  font-size:110%;
  font-weight:bold;
  color:#FFF;
}

.description2 {
  position:relative;
  left: 0px;
  top: 7px;
  width: 60%;
  border-width:0px;
  font-size:100%;
  font-weight:bold;
  color:#FFF;
}

.price {
  position:absolute;
  right:0px;
  width: 30%;
  border-width:0px;
  font-size:110%;
  font-weight:bold;
  color:#F77;
}

div.content a:link, a { color:#008; text-decoration: none; }
div.content a:visited { color:#008; }
div.content a:hover   { color:#800; }
div.content a:active  { color:#00A; }

#content a img, img { border: none; }  

