html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  text-align: left;
  vertical-align: baseline;
  background: transparent; }

table {
  width: 100%; }

hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none; }

.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #ba1f11; }

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

html {
  background: url(/images/sigfusson/bg.gif); }

.wrap {
  width: 970px;
  margin: 0 auto;
  overflow: hidden; }

.black {
  background: black; }

#logo {
  display: block;
  text-indent: -999em;
  height: 84px;
  width: 970px;
  background: url(/images/sigfusson/logo.gif) no-repeat; }

#thing {
  height: 169px;
  width: 970px; }

#header {
  background: #232323; }

.content {
  padding: 2em;
  margin: 1em;
  background: url(/images/sigfusson/contentbg.gif); 
  min-height: 400px;
  -height:99%;
}
  .content ul, .content ol {
    margin-left: 2em; }

h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 1em 0; }

ul#menu {
  height: 30px;
  list-style: none;
  clear: both;
  background: url(/images/sigfusson/gradient.jpg) repeat-y center; }
  ul#menu li {
    float: left; }
    ul#menu li a {
      padding: 0 12px 0 12px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      color: white;
      text-decoration: none; }
