body {
  font-size: .75em;
  background: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Tahoma, Arial, sans-serif;
  color: #444;
  background: url('/images/plyworks-bg.jpg');
  background-repeat: repeat-x;
  }
h1, h2, h3, h4, h5 {
  margin: 52px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2em;
  color: #ee0000;
  line-height: 150%;
  position: relative;
  }
ul, li, p, form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  }
li {
  list-style: none;
  }
img {
  border: none;
  }
a {
  color: #3b97ee;
  text-decoration: none;
  }
a:visited {
  color: #ff0000;
  }
a:hover {
  color: #ff0000;
  }
a:active {
  color: #000000;
  }

.address {
  width: 100%;
  margin: 40px auto auto auto;
  color: #3b97ee;
  text-align: right;
}
.center {
  text-align: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

/* page layout */
.page {
  text-align: left;
  width: 928px; 
  margin: auto;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
