body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #000000;
}
#header {
  margin: 4px 0px 0px 0px;
  background-color: #000066;
  color: #FFFFFF;
  width: 100%;
  border-width: 4px 0px 0px 0px;
  border-style: solid;
  border-color: #000000;
  height: 86px;
  background-image: url('http://blog.spanglerco.com/header.jpg');
  background-repeat: repeat-x;
}
#header img {
  margin: 0px 0px 0px 25px;
  border: 0px;
}
#header div a:link, #header div a:active, #header div a:visited, #header div a:hover {
  text-decoration: none;
  color: #CCCCFF;
  font-weight: bold;
}
#menu {
  background-color: #B0EAEF;
  width: 100%;
  margin: 0px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #000000;
  background-image: url('http://blog.spanglerco.com/menu.png');
  background-repeat: repeat-x;
  height: 52px;
}
* html #menu {
  height: 37px;
  padding: 15px 0px 0px;
}
#menu li {
  display: inline;
  padding: 0px 0px 0px 50px;
  font-weight: bold;
}
#menu a:link, #menu a:visited {
  color: #000000;
  text-decoration: none;
}
#menu a:hover, #menu a:active {
  color: #660000;
  text-decoration: none;
}
#contentDiv {
  padding: 1px 10px 0px;
  background-image: url('http://blog.spanglerco.com/greyGradient.png');
  background-repeat: repeat-x;
}
.center {
  text-align: center;
  margin: 0px auto;
}
.error {
  width: 30em;
  background-color: #FFCCCC;
  color: #FF0000;
  border: 1px solid #FF0000;
  margin: 20px auto 5px;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
}
a:link, a:visited {
  text-decoration: none;
  color: #0000FF;
}
a:hover, a:active {
  text-decoration: underline;
}
#mood-box {
  margin: 0px 20px 5px 50px;
  float: left;
  border: 1px solid #80BEED;
  padding: 5px;
  overflow: auto;
}
#mood-box a:link, #mood-box a:visited, #mood-box a:hover, #mood-box a:active {
  text-decoration: none;
  color: inherit;
}
#sideBar {
  width: 300px;
  margin: 20px 0px 0px;
  float: left;
}
img {
  border: 0px;
}
#content {
  margin: 0px 20px 0px 310px;
}
.item {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
  background-image: url('http://blog.spanglerco.com/itemBar.png');
  background-repeat: repeat-x;
  width: 95%;
  margin-bottom: 10px;
}
.item .title {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  font-size: large;
}
.item .content {
  padding: 5px;
}
.item-dashed {
  border-style: dashed;
  cursor: pointer;
}
#footer {
  color: #BBBBBB;
  clear: both;
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #BBBBBB;
  width: 100%;
  margin: 20px 0px 0px;
  padding: 5px 0px;
  text-align: center;
}
#footer a:link, #footer a:visited {
  color: #BBBBBB;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  color: #000000;
}
ol.header {
  list-style-type: upper-roman;
  font-weight: bold;
  font-size: large;
}
ol.section {
  list-style-type: upper-alpha;
  font-weight: normal;
  font-style: italic;
  font-size: medium;
}
ol.point {
  list-style-type: decimal;
  font-weight: normal;
  font-style: normal;
  font-size: medium;
}