
html, body {
  background: #dcdcdc;
  color: #373737;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  margin: 0px 0px 10px 0px;
}

label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: .7em;
  font-weight: bold;
  color: #ffffff;
}


h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #cc0000;
  margin: 0 0 15px 0;
}


  
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0;
}

h3 a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}

h3 a:hover {
  color: #ed1c24;
}

#page_set {
  width: 100%;
  text-align: centre;
  padding: 0;
}

#container {
  width: 955px;
  height: 690px;
  margin: 30px auto;
}

#left {
  width: 625px;
  height: 690px;
  padding: 0;
  margin: 0;
  float: left;
}

#right {
  width: 330px;
  height: 690px;
  padding: 0;
  margin: 0;
  float: left;
}

#border_top {
  width:625px;
  height: 25px;
  background: #dcdcdc url(images/border_top.jpg) no-repeat;
  padding: 0;

}

#border_left {
  width: 25px;
  height: 610px;
  background: #ffffff url(images/border_left.jpg) no-repeat;
  float: left;
}

#content {
  width: 580px;
  height: 590px;
  background: #ffffff;
  padding: 10px;
  float: left;
  overflow: hidden;
}

#right_top {
  width: 330px;
  height: 388px;
  background: #ffffff url(images/right_top.jpg) no-repeat;
  float: right;
}

#right_bottom {
  width: 190px;
  height: 272px;
  background: #ffffff url(images/right_bottom.png) no-repeat;
  float: right;
  padding: 5px 70px 0 70px;
}

#border_bottom {
  width: 625px;
  height: 30px;
  background: #ffffff url(images/border_bottom.jpg) repeat-x;
  float: left;
}

#content_title {
  width: 580px;
  height: 50px;
  padding: 0;
}

#content_left {
  width: 280px;
  height: 490px;
  float: left;
  padding: 0;
}

#content_logo {
  width: 280px;
  height: 50px;
  float: left;
  padding: 0;
}

#content_right {
  width: 280px;
  height: 540px;
  float: right;
  padding: 0;
}

#tivw-tivw {
  margin: 0px 0px 10px 0px;
}