@media all
{
* {margin:0; border:0 solid; padding:0; overflow:visible;}

/*===== general ==============================*/
h1,.std_txt{
  font-family:verdana,helvetica,sans-serif;
  font-size:13px; line-height:15px;
  font-weight:normal;
  color:#3a342c;
}
/*----- protected mail link -----*/
.pml,.pmlx{direction:rtl; unicode-bidi:bidi-override}
.pml img,.pmlx img{position:relative; top:1px}
p.pmlx{display:none}

/*===== layout ===============================*/
html,body{
  background:#d7be91;
}
body{
 
  position:relative;
}
#page{
	height:5000px;
  width:760px;
  margin:0 auto;
  position:relative;
  background:#c8b188;
}
/*----- page -----*/
#logo{
	position:absolute;
	top:105px;
}

#content{
  word-spacing:1px;
  position:absolute; left:181px; top:356px;
}
#cpy{
  font-size:9px; line-height:12px;
  letter-spacing:-1px;
  position:absolute; right:4px; top:86px;
}
#cpy span{
  font-size:9px;
}
/*----- footnote -----*/
#footnote{
  font-family:verdana,sans-serif;
  font-size:9px; line-height:12px; letter-spacing:-1px;
  position:fixed; left:10px; bottom:10px;
}

/*===== anchors ==============================*/
a{text-decoration:none;
  color:#faecd1;
}
a:hover{
  color:#af7c43;
}
}