*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  margin : 0px;
  color : #6b473c;
  background : url(image2/back.gif) #fffff0;
  font-size : 0.8em;
  font-family : Verdana;
  text-align : center;
}
A{
  color : #64492b;
}
A:HOVER{
  color : #ae6642;
}

.lay{
  width : 600px;
  margin : auto;
  text-align : left;
  background : #fffff0;
}
.menu{
  background : url(image2/stone.jpg) 100% 50% no-repeat;
  border-collapse : collapse;
}
.menu TD{
  padding : 0px;
  font-size : x-small;
}
.menu A{
  display : block;
  width : 100px;
  background : #2f271d;
  color : #fffff0;
  text-align : center;
  text-decoration : none;
  border : 1px solid  #2f271d;
}
.menu A:HOVER, #view{
  display : block;
  width : 100px;
  background : #a52a2a;
  color : #fffff0;
  text-align : center;
  text-decoration : none;
  border : 1px solid  #2f271d;
}
.fil{
  background : #fffff0;
}
H1{
  font-size : 19px;
  margin-bottom : 0px;
}
H2{
  font-size : 17px;
  margin-bottom : 3px;
}
H3 {
	font-size: 15px;
	margin-bottom:3px;
}	
.box{
  margin : 0.5em 0.5em 3em;
  padding-bottom:1em;
  line-height:120%;
  border-bottom:1px #6b473c dashed;
}
.copy{
  font-size : xx-small;
  text-align : right;
  padding-top : 20px;
}

.ads {margin-top:2em;}







