/* CSS Document */
body	{
  background-color:#ECC5A8;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  margin-top: 0px;
  margin-left: 0px;
  }

p	{
  text-indent:25px;
  letter-spacing:0px;
  }
  
#cont	{
  background-color:#ECC5A8;
  background-image:url(images/shissou_16.jpg);
  background-repeat:no-repeat;
  font-family: "lucida sans unicode", serif;
  font-size: 11px;
  color: #7B576C;
  padding: 25px 15px 15px 15px;
  line-height:19px
  }

a	{
  color: #983E6C;
  background-color: #F0CDAF;
  text-decoration: none;
  font-family: verdana;
  letter-spacing: 1px;
  padding: 1px 1px 1px 1px;
  }

a:hover	{
  color: #453466;
  background-color: none;
  cursor: help;
  }

a:active	{
  color:#C66774;
  }

strong, b	{
  font-weight: bold;
  font-family: verdana;
  color: #EC7B6C;
  }

em, i	{
  font-style:oblique;
  font-family: georgia, "times new roman", times, serif;
  color: #C4362C;
  }

.h1	{
  height: 42px;
  padding: 0px 10px 5px 55px;
  font-size:20px;
  font-family: "century gothic", monospace;
  color: #DA6774;
  background-image:url(images/bgh.gif);
  background-repeat:no-repeat;
  letter-spacing: 2px;
  }

#side	{
  width:164;
  background-image:url(images/shissou_17.jpg);
  color: #ffffff; font-size:9px;
  padding: 5px 12px 0px 28px;
  font-family: arial, sans-serif;
  }
#side a	{
  background-color: #9e3f42;
  color:#ffffff;
  }
#side a:hover	{
  background-color: #9e3f42;
  color:#ECC5A8;
  }

input, textarea, select, option {
  background-color: #ECC5A8;
  color: #523C7A;
  border-top: 0px; border-left: 0px; border-right: 0px;
  border-bottom: 1px dashed #9F3F43;
  font-size: 11px; font-family: "lucida sans unicode", monospace;
  }