* {
  margin: 0;
  padding: 0;
}
/* centered message */
.msg_container {
    width: 957px;
    height: 100px;
    color: #f00;
    font-family:sans-serif;
    font-size: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/***************LINKS*************************/
a:link, a:visited {
  color: #5a7c00;
  text-decoration: none;
}
a:hover {
  color: #0f1500;
}
/***************END LINKS*************************/

html body {
  background: #f8f8f5 url(img/bg.gif) repeat-x scroll top;
  font-size: 13px;
  font-family: Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em;
  color: #9d9c9d;
}

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 95px;
  padding-top: 40px;
}
#blogtitle {
  text-transform: uppercase;
  float: left;
}
.description {
  color: #9d9c9d;
  font-size: 16px;
  text-transform: lowercase;
}
#nav2 {
  clear: both;
  height: 43px;
  margin-bottom: 35px;
  width: 993px;
}
#nav2 li {
  float: left;
  line-height: 41px;
}
#nav2 li a {
  float: left;
  display: block;
  color: white;
  background-color: #5a7c00;
  text-decoration: none;
  padding: 0.1em 1.5em;
  font-size: 12px;
  margin-right: 35px;
}
#nav2 li p {
  float: left;
  display: block;
  text-decoration: none;
  padding: 0.1em 1.5em;
  margin-right: 35px;
}
#nav2 li.current-cat a, #nav2 a:hover {
  color: #9DE400;
}
#nav2 li li {
  display: none;
}
#legend {
  clear: both;
  height: 20px;
  margin-bottom: 35px;
  width: 993px;
}
#legend a {
  color: white;
}
#legend ul {
  text-align: center;
}
#legend li {
  line-height: 18px;
  display: inline-block;
}
#legend li p {
  float: left;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.1em 1.5em;
  font-size: 12px;
  margin-right: 35px;
}
#legend li li {
  display: none;
}
#top {
  clear: both;
  width: 960px;
  height: 43px;
}
#top li {
  float: left;
  line-height: 43px;
}
#top li a {
  float: left;
  display: block;
  padding: 0px;
  color: #f8f8f5;
  font-size: 12px;
  margin-right: 35px;
}
#top li.current_page_item a, #top li a:hover {
  color: #b5fa00;
}
#top li li {
  display: none;
}

#footer {
  width: 960px;
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  font-size: 11px;
  color: #9d9c9d;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}
