body {
  font-size: small;
}

* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF
}

#wrap {
  min-width: 800px;
  max-width: 1400px;
}

#header {
  background: #FF9900;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

#sidebar {
  border-right: 2px solid #FF9900;
  width: 200px;
}

#sidebar .gutter {
  margin: 0;
  padding: 0px 20px 0px 20px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}

#sidebar li {
  border-bottom: 2px solid #FF9900;
  text-align: center;
}

#content {
  color: #FFFFFF;
  font-size: small;
  text-align: justify;
}

#content .stickmen {
  background: url(../images/stick-men.gif) repeat-y top right;
}

#content a,
#content a:visited {
  color: #FF9900;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content blockquote {
  margin: 0px 30px 0px 30px;
  text-align: justify;
}

#content td {
  font-size: small;
  color: #FFFFFF;
}

#content td.images {
}

#content td.images img {
}

#content td.text {
  padding: 0px 0px 0px 20px;
  text-align: justify;
}

#content em,
#content td.text em {
  color: #FEDC57;
  font-weight: bold;
  text-decoration: italic;
}

#content td.text .signature {
  position: relative;
  left: -25px;
}
#content .gutter {
  margin: 20px 90px 0px 20px;
}

#content h1 {
  font-size: 150%;
  letter-spacing: 1px;
  color: #FEDC57;
  font-weight: bold;
}

#footer {
  border-top: 2pt solid #FF9900;
}

#footer small {
  font-size: 75%;
}

#footer p {
  text-align: center;
  color: #FEDC57;
}

#footer a,
#footer a:visited {
  color: #FEDC57;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#outlets,
#outlets th,
#outlets td {
  font-size: small;
  font-weight: normal;
  padding: 4px;
}

#outlets th {
  text-align: left;
  font-weight: bold;
  background-color: #FF9900;
  color: #000000;
  padding: 4px;
}
