body
 {
  background-image: url('backk.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
 }

#container
 {
  color: #000000;
  position: relative;
  font-family: tahoma;
  width: 800px;
  margin: auto;
  padding-left: 10px;
 }

.transparency
 {
  background-color: #ffffff;
  filter: alpha(opacity=50);
/* for ie8 */
/*  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 

  opacity: 0.5;
  width: 820px;
  height: 1000px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
 }

#header
 {
  font-family: georgia;
 }

h1
 {
  position: relative;
  margin: auto;
  padding-top: 10px;
  background-image: url('h14.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 526px;
  height: 100px;
 }

h2
 {
  position: relative;
  top: -45px;
  left: 170px;
  color: #240504;
  font-family: "high tower text";
  text-transform: uppercase;
  font-size: 110%;
 }

h3
 {
  position: relative;
  top: -35px;
  left: 300px;
 /* color: #503938; */
  color: #240504;
  font-family: "high tower text";
 }

h4
 {
  position: relative;
  left: 3px;
  top: -5px;
  font-family: "high tower text";
  color: #503938;
  font-size: 100%;
  text-transform: uppercase;
 }

hr
 {
  position: relative;
  top: -40px;
 /* color: #ba957b;  */
  background-image: url('hrback.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 6px;
  border:none;
  margin: -5px 70px -5px 70px;
 }  

p
 {
  font-family: "high tower text";
 }


li a, .navigation ul li a

 {
  font-family: "gill sans mt condensed", "arial narrow";
  font-size: 100%;
 }


li a:link, .navigation ul li a:link

 {
  color: #9c8c8c;
 }

li a:visited, .navigation ul li a:visited

 {
  text-decoration: none;
  color: #9c8c8c;
 }

li a:hover, .navigation ul li a:hover

 {
  text-decoration: none;
  color: #655151;
 }

li a:active, .navigation ul li a:active

 {
  text-decoration: none;
  color: #655151;
 }

.navigation
 {
  position: relative;
  top: -35px; 
 /* background-image: url('file:///C:/anatoly/llinkssmaller.gif');
  background-repeat: no-repeat;
  background-position: top left;  */
  float: left;
  width: 180px;
  height: 600px;
  z-index: 5;
 }

.navigation ul
 {
  list-style-type: none;
  padding-left: 16px;
 }

.navigation ul li
 {
  line-height: 250%;
  text-align: right;
  margin-right: 30px;
  border-bottom: #cfb7a6 solid 1px;
 }

.navigation ul li a
 {
  text-decoration: none;
  }

/* span
 {
  display: none;
 }

span:link
 {
  display: none;
 }

span:visited
 {
  display: none;
 }

span:hover
 {
  display: block;
  background-image: url('dollslist.jpg');
  background-repeat: no-repeat;
  z-index: 5;
 }

span:active
 {
  display: block;
  background-image: url('dollslist.jpg');
  background-repeat: no-repeat;
  z-index: 5;
 }
*/


#content
 {
  position: relative;
  top: -30px;
  z-index: 2;
 }

a p
 {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 105%;
 }

a:link p
 {
  text-decoration: none;
 }

a:visited p
 {
  text-decoration: none;
 }

a:hover p
 {
  text-decoration: underline;
  color: #655151;
 }

a:active p
 {
  text-decoration: underline;
 }

p
 {
  color: #240504;
 }

table
 {
  position: relative;
  top: -20px;
  text-align: center;
  width: 500px;
 }

table img
 {
  border: #cfb7a6 solid 1px;
 }

td
 {
  position: relative;
  text-align: center;
  padding: 0 20px 10px 20px;
  border: #cfb7a6 solid 1px;
  vertical-align: bottom;
 }

.current
 {
  color: #655151;
  font-family: "gill sans mt condensed";
  font-size: 130%;
 }

#content ul
 {
  position: relative;
  left: 80px;
  font-family: "gill sans mt condensed";
  color: #655151;
  font-size: 120%;
  list-style-image: url('listy.png');
 }

img.az
 {
  position: relative;
  top: 5px;
  right: 20px;
  float: right;
  border: #9c8c8c double 4px;
 }

a.left:link, a.right:link
 {
  opacity:0.8;
  filter:alpha(opacity=80)
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  border: none;
 }

a.left:visited, a.right:visited
 {
  opacity:0.8;
  filter:alpha(opacity=80)
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
 }
 
a.left:hover, a.right:hover
 {
  opacity:1;
  filter:alpha(opacity=100)
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
 }

a.left:active, a.right:active
 {
  opacity:0.8;
  filter:alpha(opacity=80)
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
 }

a.left img, a.right img
 {
  border: #9c8c8c double 4px;
 }

table.smallimgs
 {
  border: none;
  float: right;
  width: 300px;
  margin-left: 5px;
  margin-bottom: -20px;
  margin-right:10px;
 }
 
table.smallimgs td
 {
  border: none;
 }

table.smallimgs img
 {
  margin: 0 -13px 0 -13px;
 }

caption
 {
  font-family: "high tower text";
  color: #240504;
  font-size: 90%;
 }

.email
 {
  text-indent: 60px;
 }

#footer
 {
  text-align: center;
  margin-top: 40px;
 }

#footer ul
 {
  list-style-type: none;
  margin-left: -40px;
  margin-right: auto;
 }

#footer ul li
 {
  display: inline;
  padding: 5px 8px;
  border-right: #cfb7a6 solid 1px;
 }

#footer ul li.cntct
 {
  border: none;
 }

#footer p
 {
  padding-left: 5px;
 }

#footer p.copyright
 {
  font-size: 95%;
  color: #6c5d5d;
 }

#footer p.webmaster
 {
  font-size: 80%;
  line-height: 1px;
  color: #9c8c8c;
 }

p.webmaster a
 {
  color: #9c8c8c;
  text-decoration: underline;
 }
