* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Arial, sans-serif;
  border-collapse: collapse;
  list-style: none;
}

html {
  background: #fff url(/n.png) fixed;
}

body {
  width: 1000px;
  margin: auto;
  background: #eee;
  position: relative;
}

a img {
  border: none;
}

td, th {
  text-align: left;
  vertical-align: top;
}

dd {
  white-space: nowrap;
}

li, p, address {
  font-size: 85%;
  line-height: 1.5;
}

.content p {
  margin-bottom: 1em;
}

dl {
  float: right;
  margin-right: 25px;
  font-size: 1.1em;
  line-height: 1.4;
  margin-top: 0.5em;
}

dt {
  color: #7e624f;
}

dd {
  color: #666;
}

h1 {
  color: #666;
  font-weight: normal;
  font-size: 2em;
  text-transform: lowercase;
  padding-left: 25px;
  white-space: nowrap;
  line-height: 0.8;
  padding-top: 0.5em;
}

h1 a {
  text-decoration: none;
  color: #666;
}

h1 strong {
  color: #7e624f;
  display: block;
  font: bold 1.4em 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

h2 {
  padding-left: 25px;
  color: #444;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.3em;
  padding-bottom: 0.8em;
  line-height: 1.3;
}

.topleft, .topright, .bottomleft, .bottomright {
  width: 10px;
  height: 10px;
}

.topleft {
  background: url(/condom/images/topleft.png) no-repeat;
}

.topright {
  background: url(/condom/images/topright.png) no-repeat;
}

.bottomleft {
  background: url(/condom/images/bottomleft.png) no-repeat;
}

.bottomright {
  background: url(/condom/images/bottomright.png) no-repeat;
}

.top, .bottom, .left, .right, .content {
  background: url(/condom/images/bg.png);
}

#header {
  background: url(/condom/images/header.bg.png);
}

#footer {
  padding: 1em 25px 0.5em;
  border-top: 2px solid #ccc;
  position: absolute;
  width: 950px;
  background: #eee;
}

#footer #optimism {
  float: right;
  position: relative;
  white-space: nowrap;
  padding-top: 25px;
  padding-left: 42px;
}

#footer #optimism img {
  position: absolute;
  top: 0;
  left: 0;
}

.signature {
  color: #594538;
}

#footer nobr {
  color: #666;
}

#footer :link {
  color: #36c;
}

#footer :visited {
  color: #c6c;
}

h3 :link {
  color: #36f;
}

h3 :visited {
  color: #69c;
}

#image {
  background: #333;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  color: #e5b391;
  visibility: hidden;
  z-index: 10;
}

#image span {
  font-size: 3em;
  border: 1px solid #ccc;
  line-height: 0.8;
  padding: 0 0.2em;
  margin-bottom: 0.25em;
  cursor: pointer;
}

#image h3 {
  color: #ccc;
  font-weight: normal;
  font-size: 2em;
  text-transform: lowercase;
  white-space: nowrap;
  line-height: 0.8;
  margin-bottom: 0.25em;
}

#image h3 strong {
  color: #e5b391;
  display: block;
  font: bold 1.2em 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}