body {
  margin: 0px;
  padding: 0px;
}

div#outer {
  width: 940px;
  margin: 0px auto;
}

div#header {
  background-image: url('images/show-bg.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 253px; /* Height of background graphic */
  padding-left: 550px;
  font-size: 115%;
}

div.heading {
  font-size: 300%;
}

div.bold {
  padding-top: 1em;
  font-weight: bold;
}

div.indent {
  padding-left: 2em;
}

div#header div {
  color: #ffffff;
}

div#center {
  width: 940;
}

div#center-midleft,
div#center-left, 
div#center-middle{
  float: left;
}

div#center-right {
  float: right;
}

div#center-midleft {
  width: 67%
}

div#center-left {
  width: 25%
}

div#center-middle {
  width: 40%;
}

div#center-right {
  width: 33%;
  text-align: right;
}

div#footer {
  width: 100%;
  float: left;
}

div#footer img {
  border: none;
}

div#navigation {
  float: right;
}

div#navigation a {
  width: 300px;
  height: 25px;
  background-image: url("images/button.png");
  background-repeat: no-repeat;
  color: #000000;
  text-decoration: none;
  padding-top: 2px;
  margin: 0.5em 0em;
  text-align: center;
  display: block;
}

div#navigation a:hover {
  color: #ffffff;
}

div#navigation a.small {
  padding-top: 3px;
  font-size: 0.9em;
  text-align: center;
}

div.widget_box {
  width: 230px;
  border: 1px solid #CCCCCC;
  margin: 0.5em 0em;
}

div.widget_box img {
  border: 0px;
  margin: 0px;
}

div.widget_box a {
  text-decoration: none;
  color: #000000;
}

div.widget_heading {
  width: auto;
  padding: 3px;
  background-color: #880022;
  border-bottom: 1px solid #CCCCCC;
  color: #ffffff;
  font-weight: bold;
}

div.widget_subhead {
  font-size: 0.75px;
  font-weight: bold;
}
