body {
  margin: 0 auto;
  padding: 0;
  background-color: #FCFBF8;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #4A5148;
}
.cleared{
  clear: both;
  width: 100%;
}
.art-main {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor: default;
}
.art-sheet {
  margin-top: 20px !important;
  cursor: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 900px;
  min-width: 33px;
  min-height: 33px;
}
.art-sheet-body {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 2px solid #DFDAC1;
  border-radius: 15px;
  background-color: #F7F4EF;
}
.art-header {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 876px;
  height: 225px;
  overflow: hidden;
}
.art-header-png {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 876px;
  height: 225px;
  background-image: url('/css/images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.art-header-jpeg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 876px;
  height: 225px;
  background-image: url('/css/images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.art-logo {
  display: block;
  position: absolute;
  left: 35px;
  top: 50px;
  width: 841px;
}
.art-logo h1 {
  font-size: 24px;
  color: #6B570F !important;
}
.art-nav {
  position: relative;
  height: 35px;
  z-index: 100;
  background-image: url('/css/images/nav.png');
}
.art-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.art-menu ul li {
  float: left;
  padding: 0;
  list-style: none;
}    
.art-menu ul li a{
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 7px 20px;
  margin: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}                    
.art-menu ul li a:hover{
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 7px 20px;
  margin: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #E6C44B;
}
.active {
background: #F3F0E6;
}
.art-content-layout {
  display: table;
  padding: 0;
  border: none;
  width: 876px;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
}
.art-sidebar1 {
  width: 25%;
  float: left;
  background-color: Transparent;
}
.art-vmenublock-body {
  position: relative;
  z-index: 1;
  padding: 8px;
  background-color: #F3F1E7;
  border: 1px solid #D4CCAA;
}
.art-vmenublockheader {
  position: relative;
  z-index: 0;
  height: 32px;
  margin-bottom: 7px;
  background-image: url('/css/images/vmenublockheader.png');
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 32px;
}
.art-vmenublockcontent ul {
  width: 201px;
  margin-top: 5px;
  padding: 0;
  list-style: none;
}
.art-vmenublockcontent ul li {
  height: 30px;
  width: 201px;
  float: left;
  margin: 0px;
  padding: 0;
  list-style: none;
  background-color: Transparent;
}    
.art-vmenublockcontent ul li a{
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0;
  display: block;
  line-height: 30px;
  color: #221F11;
  padding: 0 11px 0 11px;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}
.art-vmenublockcontent ul li a:hover{
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0;
  display: block;
  line-height: 30px;
  color: #221F11;
  padding: 0 11px 0 11px;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  background-image: url('/css/images/vmenuitem_hover.png');
}
.activet {
  background-image: url('/css/images/vmenuitem_active.png');
}
.art-block {
  margin-top: 10px;
  position: relative;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}
.art-block-body {
  position: relative;
  padding: 8px;
  margin: 7px;
  border-radius: 5px;
  border: 1px solid #DFDAC1;
}
.art-blockheader {
  position: relative;
  z-index: 0;
  height: 30px;
  background-image: url('/css/images/blockheader.png');
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 32px;
  border-radius: 5px;
}
.art-sidebar2 {
  width: 75%;
  float: right;
  background-color: Transparent;
  display: block;
}
.art-post {
  position: relative;
  margin: 7px;
  min-width: 1px;
  min-height: 1px;
}
.art-post-body {
  position: relative;
  padding: 10px;
}
.art-table {
  margin-left: 160px;
}
.art-table a{
  color: #373B35;
}
.art-post-body h2 {
  font-size: 22px;
  color: #393E37;
  margin: 0px;
}
.art-article {
  margin: 0px;
  padding: 0px;
}
.art-article h3{
  margin: 0px;
  font-size: 14px;
  color: #95864B;
}
.art-article a{
  color: #373B35;
}
.art-article a:hover {
  text-decoration: none;
  color: #95864B;
}
.map {
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #DFDAC1;
  margin-bottom: 7px;
}
.art-footer {
  position: relative;
  overflow: hidden;
  width: 876px;
  margin: 0 auto;
  background: #D4CCAA;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.art-footer-inner {
  margin: 0px;
  width: 100%;
  height: 1%;
  position: relative;
  padding: 0px;
  text-align: center;
  display: inline-block;
  color: #221F11;
  font-size: 11px;
}
.art-footer-inner a {
  text-decoration: none;
  color: #221F11;
}
.art-page-footer {
  margin: 1em;
  text-align: center;
  text-decoration: none;
  font-family: Arial;
  font-size: 5px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
}
.art-page-footer a{
  color: #221F11;
}
