/* links.css */

div#links
{
  position: relative;
  width: 932px;
  margin: 0 auto;
}

div#title
{
  position: relative;
  width: 819px;
  height: 100px;
  margin: 15px auto;  
  text-indent: -9999px;
  background: url(../images/t-links.png) top no-repeat;
}

div.link
{
  position: relative;
  width: 819px;
  height: 100px;
  margin: 15px auto;  
  background: url(../images/bg-link.png) top no-repeat;
}
div.link p
{
  position: absolute;
  top: 26px;
  left: 130px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
  color: #000;
}
div.link span.title
{
  color: #f00;
}
div.link a
{
  position: absolute;
  top: 10px;
  left: 330px;
}