@CHARSET "UTF-8";
body{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background-color: #fff; 
}
#container{
  margin: 0 auto;
  width: 1024px;
}
#header{
  position: relative;
  width: 1024px;
  height: 200px;
  background: url(../img/header.jpg) 0 0 no-repeat;
}
#langBar{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  color: #FFF;
}
#langBar a:link, #langBar a:visited {
  color: #fff;
  text-decoration: none;
}
#langBar a:hover {
  color: #F0F0F0;
  text-decoration: underline;
}
#content{
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: #fff url(../img/content.gif) 0 0 repeat-y;
}
#page{
  float: left;
  width: 781px;
  padding: 10px;
  overflow: hidden;
}
#page h1 {
  color: #007500;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-align: justify;
  width: 780px;
}
#page img { border:none }
#rightmenu{
  float: right;
  width: 223px;
  text-align: center;
}
#rightmenu img{ border: none }

#topNav{
  background: url(../img/top_nav.jpg) 0 0 no-repeat;
  color: #FFCB00;
  font-size: 11px;
  font-weight: bold;
}
#footer{
  background: url(../img/footer.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
#footer, #topNav {
  text-align: center;
  padding: 0 10px;
  width: 1004px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#footer a:link, #footer a:visited, 
#topNav a:link, #topNav a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover,
#topNav a:hover {
  color: #FFCB00;
  text-decoration: underline;
}
#counter{
  margin-top: 10px;
  text-align: center;
}
a.orange:link, a.orange:visited,
#page a:link, #page a:visited{
  color: #f79700;
  text-decoration: none;
}
a.orange:hover,
#page a:hover{
  text-decoration: underline;
}
.clear_both{ clear: both }

#usa{
  position:absolute;
  bottom: 57px;
  right: 20px;
  color: #007500;
  font-size: 16px;
}