/* contact.css */

div#contact
{
  position: relative;
  width: 932px;
  height: 691px;
  margin: 0 auto;
  background: url(../images/bg-contact.jpg) top no-repeat;
}
div#contact h1
{
  position: absolute;
  top: 25px;
  left: 35px;

  text-indent: -9999px;
  display: block;
  width: 226px;
  height: 34px;
  background: url(../images/t-contact.png) top no-repeat;
}
div#contact h2
{
  padding: 10px 0 20px 10px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #222;
}

div#info
{
/*border: 1px solid #f00;*/
  position: absolute;
  top: 74px;
  left: 35px;
  width: 850px;
  height: 500px;
}

div#winkwink
{
/*border: 1px solid #f00;*/
  position: absolute;
  top: 534px;
  left: 35px;
  width: 850px;
  height: 110px;
}

p
{
  padding: 0 0 20px 7px;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
  color: #000;
}

a
{
  font-weight: bold;
  color: #0000aa;
}
a:hover
{
  font-weight: bold;
	text-decoration: underline;
  color: #0000aa;
}