body {
  margin: 0px;
  background: url(../images/img01.gif) repeat-x left top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
}

h1, h2, h3 {
  margin-bottom: 10px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  color: #444444;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

p, ul, ol {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 180%;
}

a {
  text-decoration: none;
  color: #1BA2D5;
}

a:hover {
  background: none;
}

div.wrappertop {
  width: 800px;
  margin: 0 auto;
  background: url(../images/img04.gif) no-repeat left top;
}

div.wrapperbtm {
  background: url(../images/img05.gif) no-repeat left bottom;
}

div.header {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/header.gif) repeat-y left top;
}

.menu {
  width: 800px;
  height: 44px;
  background: url(../images/img03.gif) no-repeat left top;
  margin: 0 auto;
  padding: 0;
}

div.menu ul {
  margin: 0;
  padding: 13px 0 0 20px;
  list-style: none;
  line-height: normal;
}

div.menu ul li {
  float: left;
}

div.menu ul li a {
  display: block;
  margin-right: 3px;
  padding: 5px 15px 7px 15px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  border: none;
}

div.menu ul li a:hover {
  background: #E23E35;
  text-decoration: none;
}

div.menu li.sele {
  margin-right: 3px;
  background: #E23E35;
}

.country {
  float: right;
  margin: 5px;
}

div.country a {
  display: block;
  margin-right: 10px;
  padding: 0px;
  border: none;
  float: right;
  text-decoration: none;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
}

div.country a:hover, div.country a.sele {
  text-decoration: none;
  margin-right: 10px;
  padding: 0px;
  border: none;
  background: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

div.country img {
  border: none;
  margin: 0px;
  padding: 0px;
}

div.page {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

div.page div.cntnt {
  float: right;
  width: 780px;
  padding: 20px 20px 0 0;
}

ul.gallery {
  list-style: none;
  margin: 0 0 10px 0;
}
       
ul.gallery.clearfix li {
       display: block;
       float: left;
       margin: 0 5px 0 0;
}
              
ul.gallery li a {
       filter:alpha(opacity=60);
       -moz-opacity:.60;
       opacity:.60;
       padding: 0px;
       display: block;
       border: 2px #666666 solid;
       line-height: 0;       
}
                     
ul.gallery li a:hover {
       filter:alpha(opacity=100);
       -moz-opacity:1;
       opacity:1;
       border: 2px #444444 solid;       
}

ul.gallery li img {
  border: 0px;
  height: 60px;
}

p.cert {
       margin: 10px 0px 0px 30px;
}

p.cert a {
       padding: 0px;
       line-height: 0;
}

p.cert img {
  border: 0px;
  border: 2px #666666 solid;
  height: 140px;
}

ul.pagenavi {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.clearfix {
  display: inline-block;
}

.newsdate {
  font-size: 10px;
  padding: 0px 00px 10px 0px;
}

div.post {
       margin-left: 20px;
       padding-bottom: 30px;
}

div.post h1 {
       padding-left: 10px;
       border-left: 4px solid #E23E35;
       color: #444444;
}

div.entry {
       padding: 10px 20px 20px 20px;
       text-align: justify;
}

div.footer {
       width: 800px;
       height: 20px;
       margin: 0 auto;
       padding: 20px 0 15px 0;
       background: #444444;
       font-family: Arial, Helvetica, sans-serif;
       color: #FFFFFF;
}

div.footer p {
       margin: 0;
       line-height: normal;
       font-size: 9px;
       text-transform: uppercase;
       text-align: center;
}

