* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  background: #FFF;
  color: #000;
}
a {
  color: #0066CC;
  text-decoration: underline;
}
a:hover {
  color: #003399;
}
.clear {
  width: 100%;
  clear: both;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

#wrap {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  display: none;
}
#nav {
  display: none;
}


/* Content Styles */

#content {
  width: 600px;
  margin: -25px 0 0 0;
  display: block;
  clear: both;
  float: left;
  line-height: 1.5em;
}
#content h1, h2, h3, h4, h5 {
  margin: 30px 0 10px 0;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
#content h2, h3, h4, h5 {
  color: #666;
}
#content p {
  margin-bottom: 20px;
}
#content ul {
  margin: 20px 48px;
}
#content table {
  width: 100%;
}
#content th {
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase;
  background: #CCC;
}
#content td {
  padding: 0 10px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid #CCC;
}
#content img {
  margin: 0 0 20px 20px;
  float: right;
  border: 1px solid #666;
}

#footer {
  display: none;
}






