#header_wrapper {
  width: 100%;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  text-align: center;
  background-color: #511201;
  background-image:url('/images/header_bg.png');
  background-repeat: repeat-x;
}

#header_logo {
  width: 400px;
  height: 229px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: bottom;
  text-align: left;
  display: block;
  float: left;
}

#header_text1 {
  width: 320px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: bottom;
  text-align: center;
  display: block;
  float: left;
  margin-top: 90px;
  font-size: 18px;
}

#header_text2 {
  width: 250px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: bottom;
  text-align: right;
  display: block;
  float: left;
  margin-top: 135px;
  font-size: 14px;
}

.art-footer {
  background-color: #8d0023;
}

#footer-text {
  text-align: left;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 12px;
}

#Home_Table {
  width: 300px;
  display: block;
  float: left;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#Home_Table #Title_Left {
  background-color: #182f15;
  color: #ffffff;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  border: 1px outset #a0a0a0;
  padding-top: 10px;
}

#Home_Table #Title_Right {
  background-color: #8e0124;
  color: #ffffff;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  border: 1px outset #a0a0a0;
  padding-top: 10px;
}

#Home_Table #Content {
  background-color: #ffffff;
  padding: 5px;
  height: 525px;
  border: 1px outset #a0a0a0;
}

.art-postcontent p {
  margin:1em 0;
}

.art-post ul li, .art-post ol ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}

h6 {
  padding-top: 0px;
  padding-bottom: 0px; 
  margin-top: 5px; 
  margin-bottom: 5px;
  font-weight: bold;
}

.art-post ul li, .art-post ol ul li {
background-image:url("images/postbullets.png");
background-position: center left;
}