*{
  margin: 0;
  padding: 0;
}
html, body{
  height: 100%;
}
body { 
  /*font-family : Garamond;*/
  font-family : Times New Roman;
  font-size: 16px;
  color: #fff;
  text-align:left;
  background-image:url(../images/k4.jpg);
  height: 100%;
} 
a{
  color:#fff;
  text-decoration:underline;
}
a:hover, a.selected{
  color:#F4EACA;
  text-decoration:none;
}
h1{
  font-family: Verdana;
  font-size: 17px;
  color: #705A40;
  font-weight: normal;
  padding-bottom:10px;
  padding-top:0px;
}
h2{
  font-family: Verdana;
  font-size: 14px;
  color: #705A40;
  font-weight: normal;
  padding-bottom:10px;
  padding-top:0px;
}

#container{
  width: 968px;
  height: 664px;
  
  position:absolute;
  top:20px;
  
  left:50%;
  margin-left: -484px;
  background: url(../images/glass/top.jpg) top left no-repeat;
  z-index:0;
  clear:both;
}
  #container .l{
    position:absolute;
    top:0px;
    left:0px;
    background: url(../images/glass/left.jpg) top left no-repeat;
    width:10px;
    height:664px;
    z-index:2000;
    clear:both;
  }
  #container .r{
    background: url(../images/glass/right.jpg) top right no-repeat;
    width:10px;
    height:664px;
    position:absolute;
    top:0;
    right:0;
    clear:both;
  }
  #container .b{
    background: url(../images/glass/bottom.jpg) top right no-repeat;
    width: 968px;
    height:10px;
    position:absolute;
    top:654px;
    left:0;
    clear:both;
  }




#main { 
  width: 948px;
  height: 644px;
  margin-top: 10px;
  margin-left: 10px;
  _margin-left: 5px;
  *margin-left: 10px;
} 




