* {
  margin: 0;
  padding: 0;
}
* html img, * html div, * html dd {
  behavior: url(../iepngfix.htc);
}

body {
  background: #222 url(Images/img01.gif);
  font: normal 14px Century Gothic, Verdana, Trebuchet MS, sans-serif;
  color: #eee;
  width: 100%;
}
#lang ul {
  list-style: none;
  width: 860px; margin: auto;
  text-align: right;
}
#lang ul li {
  display: inline;
  
}
#page {
  width: 860px;
  margin: 0 auto;
  background: #000;
}
#contents {
  border: solid 10px #000;
  background: rgb(28, 28, 28) url(Images/header2.jpg) no-repeat center 0px;
}

a {
  color: #69c;
}
a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
img { border: none;}

#logo {
  height: 220px;
  margin: 0 auto;
}

#logo h1 {
  margin: 0;
  padding: 30px 0 0 360px;
  letter-spacing: -5px;
  font-size: 72px;
  font-weight: normal;
}

#logo a {
  text-decoration: none;
  color: #000;
}

#menu {
  width: 760px;
  height: 56px;
  margin: 0 auto;
}

#menu ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
*:first-child+html #menu ul { margin-top: -10px; } /* just for IE7 */
* html #menu ul { margin-top: -10px; } /* just for IE6 */

#menu li {
  display: inline;
}

#menu a, #menu span {
  display: block;
  float: left;
  height: 34px;
  padding: 13px 10px 0 10px;
  text-decoration: none;
  font-size: 15px;
  color: #eee;
}

#menu a:hover {
  background: url(Images/hover.png);
  color: #fff;
}
#menu li span {
  background: url(Images/current.png);
  color: #fff;
}
#menu a img { vertical-align: middle; }
#main {
  margin: 30px;
  font-size: 15px;
  line-height: 170%;
}
h1 { margin: 2em auto; padding-left: 2em; font: 800 23pt Verdana; }
h2 { margin: 2em 0 1em 3em;}
#main h2 img { vertical-align: middle; margin: -3px 5px 0px 0; }
#main dl {
  margin-left: 6em;
  background: #333;
  width: 580px;
  padding: 1em;
}
#main dl dt {
  background: url(Images/crescent.png) no-repeat left top;
  padding-left: 32px;
  margin-top: 1em;
}
#main dl dd {
  padding-left: 32px;
}
#main p {
  margin: 1em 2em;
}
#footer {
  margin: 60px auto 0 auto; height: 45px;
  background: url(Images/footer-bg.png);
}

#footer p {
  font-size: 12px;
  text-align: center;
  line-height: 45px;
}

div.photo {
  margin: 3em 1em 1em 1.5em;
}
div.photo div.shadow {
  background: url(Images/shadow.gif);
  float: left;
}
div.photo div.shadow img {
  display: block;
  padding: 2px; margin: 0;
  border: 1px solid #ccc;
  border-color: #ddd #ccc #bbb #ccc;
  background-color: #fff;
  position: relative;
  left: -6px; top: -6px;
  overflow: hidden;
}
html>body div.photo div.shadow {
  background: url(Images/shadow.png) no-repeat right bottom; margin: 0;
}
div.photo div.shadow:before {
  content: " ";
  background: url(Images/shadow.png) no-repeat right top;
  display: block;
  width: 6px; height: 6px;
  margin: -6px 0 0 auto;
}
div.photo div.shadow:after {
  content: " ";
  background: url(Images/shadow.png) no-repeat left bottom;
  display: block;
  margin: -6px 0 0 -6px;
  width: 6px; height: 6px;
}
.al-left { float: left; display: inline; }
.al-right { float: right;}
.al-center { margin-left: auto !important; margin-right: auto !important;}

