/* (c) Sergey Osipov http://osipovnetsuke.com 2010  */



html    {
  background-color: #f7edd2;
  background-image: url(core/img/bg.jpg);
}


body    {
  margin: 0; padding: 0;
  background-color: #f7edd2;
  background-image: url(core/img/bg.jpg);
  font-family: georgia;
  color: #414e2b;
  text-align: center;   /*696960*/
}
a {
  text-decoration: underline;
  color: #6a5c40;
  font-style: normal;
}
a:hover {
  text-decoration: overline;
  color: #6f7b47;
}
ul  {
  margin: 0; padding: 0;
}
li   {
  list-style: none;
}
p   {
  font-size: 11pt;
  line-height: 17px;
  margin: 0 0 14px 0;
  text-align: center;
  background-image: url(core/img/bg.jpg)
}
h2  {
  font-family: verdana, Georgia, Sherif;
  font-weight: 500;
  color: #933028;   /*bb0000*/
  margin: 0 0 2px 0;
  text-shadow: 0 2px 1px #a4968d;
}
h3  {
  font-family: arial, verdana;
  /*font-size: 120%;*/
  font-weight: 600;
  margin: 0;
  color: #8f9e5b;
}
/* .........DIV */

/*#main   {
  background-image: url(../img/bg_leaf.gif);
  background-repeat: no-repeat;
  background-position: 55px 0;
  margin: 0; padding: 0;
  border: 0px red solid;

}*/

#container  {
  padding: 25px;
}

#content    {
  border: 0px lime solid;
  padding: 22px;
}

/*#story  {
  padding: 8px;
  float: right;
  width: 45%;
}*/


/* .........Header */

#header {
  width: 400px; height: 60px;
  background-image: url(../img/header.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 52px; left: 250px; border: 0px blue solid;
}

#header h1 span {
  display: none;
}

/*#info    {
  text-align: left;
  padding: 8px; margin: 5px 25px 5px 25px;
  border: 3px #d2c98b double;
}*/
#info p  {
  margin: 0; padding: 0;
}

#stat   {
  width: 1px; height: 1px;
  overflow: hidden;
}
#footer {
  padding: 0 0 0 30px;
  font-family: arial, verdana;
  font-size: 70%;
}
#footer p   {
  font-size: 100%;
}


/* ..........Other */
.r 	{
  color: #ff6666;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.g 	{
  color: #66cc00;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}


#jsiMainBox * {
  border: 0px red solid;
}
hr  {
  display: none;
}

.left   {
  float: left; margin: 0 12px 12px 0;
  border: 5px #e4dabe solid;
}
.right  {
  float: right; margin: 0 0 12px 12px;
  border: 5px #e4dabe solid;
}
.noscript   {
  color: #ff0000;
  font-weight: bold;
  padding: 12px 0 12px 30px;
}
.noscript img   {
  margin-bottom: -6px;
}

