img, form, p, div, table {
  padding: 0px;
  margin: 0px;
  border: none;
}

body {
  height: 100%;
  background-image: url("../artwork/bg/bg-body.gif");
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #a39a91;
  text-align: center;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #1b1c21;
}

td {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #1b1c21;
  text-align: left;
  font-size: 0.76em;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 25px;
}

a.zveme {
  color: #005890;
  font-size: 20px;
  font-weight: normal;
  text-decoration: underline;
}

a.zveme:hover {
  background-color: #e6f0fc;

}

a.top-href {
  color: #1b1c21;
  font-size: 0.96em;
  text-decoration: none;
}

a.top-href:hover {
  background-color: #e6f0fc;
}

a.main-navi {
  display: block;
  height: 26px;
  float:left;
  margin-right: 5px;
  background-color: #57544f;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

a.main-navi span {
  position: relative;
  top: 5px;
  left: 12px;
}

a.main-navi:hover {
  background-color: #1b1c21;
}

h1.home {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

#main {
  margin: auto;
  margin-top: 20px;
  text-align: left;
  width: 954px;
  background-color: #fff;
  font-size: 0.76em;
}

#top {
  height:105px;
  margin-left: 20px;
  margin-right: 20px;
}

#main-pic {
 width: 914px;
 height: 279px;
 background-image: url("../artwork/clip/home-theme-one.jpg");
 background-repeat:no-repeat;
 background-position: top left;
 margin-bottom: 20px;
 margin-left: 20px;
  margin-right: 20px;
}

#sub-main-home {
  margin-left: 20px;
  width: 914px;
  height: 142px;
}

#bottom {
  clear:both;
  width: 914px;
  height: 26px;
  background-color: #cdc6c0;
  margin-left: 20px;
  font-size: 12px;
}

#sub-left {
  display: inline;
  float: left;
  width: 640px;
  margin-left: 30px;
  margin-bottom: 20px;
  line-height: 18px;
}

#sub-left h1 {
  font-size: 29px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 20px;;
}

#sub-left h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}

#sub-left h3 {
  color: #ff2222;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0px;
}

#sub-left a {
  text-decoration:underline;
  color: #005890;
}

#sub-left a:hover {
  background-color: #e6f0fc;
}

#bottom a {
  text-decoration: underline;
  color: #1b1c21;
}

#bottom a:hover {
  background-color: #e3dcd6;
}

#bottom span {
  position: relative;
  top: 5px;
}

a.subanner {
  display:block;
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 10px;
  float: left;
  width: 219px;
  height: 142px;
  border: none;
}

a.subanner:hover {
  border: 1px solid black;
  width: 217px;
  height: 140px;
  background-position: -1px -1px;
}


