body{
  margin: 20px 0px 0px 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 11px;
}
table{
  font-size: 11px;
}
input, textarea, select{
  border: 1px solid #333;
}
h1{ font-size: 19px; margin: 0px; }
h2{ font-size: 17px; margin: 0px; }
h3{ font-size: 15px; margin: 0px; }
h4{ font-size: 13px; margin: 0px; }
h5{ font-size: 11px; margin: 0px; }
h6{ font-size: 9px;  margin: 0px; }
a, a:visited{
  text-decoration: none;
  color: #666;
}
a:hover{
  text-decoration: none;
}
#container{
  _text-align: center; /* ie only */
}
#top-menu{
  width: 900px;
  text-align: right;
  margin: 0px auto 0px auto;
}
#top-menu a, #top-menu a:visited{
  display: block;
  float:right;
  text-align: center;
  background: url(../img/bg-button.gif) no-repeat;
  width: 104px;
  height: 19px;
  margin-right: 4px;
  padding-top: 4px;
}
#top-menu a:hover{
  background: url(../img/bg-button-active.gif) no-repeat;
  font-weight: bold;
}
#top-menu a.active{
  background: url(../img/bg-button-active.gif) no-repeat;
  font-weight: bold;
}
#top-menu a.last{
  margin-right: 100px;
}
#top-menu a.lang, #top-menu a:visited.lang{
  background: #fff;
  width: 30px;
  padding-bottom: 2px;
  padding-top: 0px;
}
#top-menu a.lang-active, #top-menu a:visited.lang-active{
  background: #fff;
  font-size: 13px;
  width: 30px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 0px;
}
#header{
  width: 100%;
  height:137px;
  background: url(../img/bg-header.jpg);
  text-align:right;
  _text-align: center; /* ie only */
}
#header-inner{
  width: 900px;
  margin: 0px auto 0px auto;
  padding-right: 50px;
  text-align: right;
}
#header-inner #logo{
  margin-top: 100px;
}
#content-container{
  margin: 0px;
  padding: 0px;
  width: 900px;
  margin: 12px auto 0px auto;
}
#column-left{
  color: #fff;
  padding: 10px 10px 10px 10px;
  width: 262px;
  vertical-align: top;
  background: url(../img/bg-column.png) repeat-y;
  text-align: justify;
}
#column-left-header{
  color: #222;
  background: url(../img/bg-column-left-header.png) no-repeat;
  height: 41px;
  text-align: center;
  vertical-align: middle;
}
#column-right-header{
  color: #fff;
  background: #545454;
  height: 41px;
  text-align: center;
  vertical-align: middle;
}
#column-right{
  padding: 0px;
  width: 618px;
  vertical-align: top;
  background: url(../img/bg-column-right.png) repeat-y;
}
.sites{
  width: 100%;
}
.sites td{
  padding: 10px 15px 10px 25px;
  color: #535353;
  vertical-align: top;
}
.sites tr.odd{
  background: #ddd;
}
.button{
  background: url(../img/bg-button.png) no-repeat;
  width: 120px;
  height: 24px;
  text-align: center;
  color: #333;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  padding-top: 3px;
  cursor: pointer;
  border: none;
}
.pop{
  position: absolute; 
  top: -150px; 
  left: 250px; 
  border: 5px solid #333;
  visibility: hidden;
  z-index: 77;
}
a.poplink{
  position: relative;
}
.msg{
  display: block;
  color: #ff2211;
  font-size: 13px;
  font-weight: bold;
  margin: 15px;
}
.feedback-textarea{
  width: 300px;
  height: 250px;
}
.center{
  text-align: center;
}