body {
  background-image:url(../images/bg.jpg);
  background-repeat:repeat-x;
  background-color:#686868;
  margin:0px;
  font-size:12px;
  font-family:arial;
}

a {
  color:white;
  text-decoration:none;
  font-size:12px;
  font-family:arial;
}

td {
  font-size:12px;
  font-family:arial;
}

a#nav_link {
  font-weight:bold;
}

a#nav_link:hover {
  color:red;
}

#header {
  height:223px;
  width:949px;
  background-image:url(../images/header.jpg);
}

#lead {
  width:949px;
  height:15px;
  border-top:1px solid #B2B2B2;
  border-bottom:1px solid #B2B2B2;
  background-image:url(../images/bg_content.jpg);
}

#content {
  width:949px;
  background-image:url(../images/bg_content.jpg);
}

#pt {
  width:15px;
  background-image:url(../images/pt.jpg);
}

div#navigation {
  position:absolute;
  width:168px;
  top:155px;
  left:12px;
}

#nav {
  background-image:url(../images/nav.gif);
  width:168px;
  height:28px;
  padding-left:12px;
}