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



html    {
  background-color: #dfdcca;
  background-image: url(../img/bg_0.jpg);
  background-repeat: repeat-x;
}


body    {
  margin: 0; padding: 0;
  background-image: url(../img/bg_0.jpg)
  /*background-color: #dfdcca;*/
  font-family: georgia;
  color: #414e2b;
}
#craft_bg    {
  background-image: url(../img/bg_0.jpg)
}

a   {
  color: #414e2b;
}
p a {
  text-decoration: none;
  font-style: normal;
  border-bottom: 1px #ada791 dotted;
}
p a:hover {
  border-bottom: 1px #ff0000 dotted;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
ul  {
  margin: 0; padding: 0;
}
li   {
  list-style: none;
}
p   {
  font-size: 11pt;
  line-height: 17px;
  margin: 0 0 14px 0;
  text-align: justify;
}
h2  {
  font-family: verdana, Georgia, Sherif;
  font-weight: 500;
  color: #933028;   /*bb0000*/
  margin: 0 0 2px 0;
  text-shadow: #504d45 2px 1px 2px;
}
h3  {
  font-family: arial, verdana;
  font-size: 130%;
  font-weight: 600;
  margin: 0;
  color: #3e372f/*8f9e5b*/;
  text-shadow: 0 2px 1px #a4968d;
}
h4  {
  color: #bb0000;
}

#container  {
  padding: 25px; border: 0px lime solid;
  background-image: url(../img/bg_image.jpg);
  background-repeat: no-repeat;
  background-position: top;
  border: 0px lime solid; /* 555 */
}

#content    {
  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;
  clear: both
}
#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;
}*/

.r 	{
  background: url(../img/r_bg.gif) no-repeat transparent;
  padding-left: 15px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-position: left center;
}
.g 	{
  background: url(../img/g_bg.gif) no-repeat transparent left center;
  padding-left: 15px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}


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

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

.back_arrow a   {
  background-image: url(../img/back_arrow.gif);
  background-position: bottom;
  display: block;
  width: 33px; height: 33px;
  text-decoration: none;
  margin: 0 0 20px 2px;
}

.back_arrow a:hover   {
  background-position: top;
}
.top_arrow a   {
  background-image: url(../img/top_arrow.gif);
  background-position: left;
  display: block;
  width: 33px; height: 33px;
  text-decoration: none;
  margin: 0 0 20px 2px;
}

.top_arrow a:hover   {
  background-position: right;
}
