/* styl blokow po lewej i prawej stronie */
.block_title
{
  BACKGROUND-IMAGE: url(../images/block_gora.gif);
  BACKGROUND-POSITION: top;

  color:white;

  padding:10px;
  padding-bottom:0px;

  font-size:12px;
  font-weight:bold;
  
}

.block_color
{
  BACKGROUND-IMAGE: url(../images/block_dol.gif);
  BACKGROUND-POSITION: bottom;
  BACKGROUND-REPEAT: no-repeat;

  padding-bottom:15px;
  margin-bottom:20px;
}

.block_style
{
  BACKGROUND-IMAGE: url(../images/block_srodek.gif);

  padding:10px;
  padding-bottom:0px;

  font-size:11px;
}

#leftcol
{
  padding-left:10px;
}

/*
#rightcol
{
  padding-right:10px;
}
*/
