html, body {
  padding: 0;
  margin: 0;
}

body {
  /* background: #2097e3 url(img/bg.gif) repeat-x top left; */
  background-color: #104977;
  font-size: 8pt;
  padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #039bfc;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 1em;
}

h1 { font-size: 16pt; }
h2 { font-size: 15pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt; }

#home, #page, #main {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#home, #page {
  width: 973px;
  margin: auto;
  line-height: 1.4em;
  padding-top: 140px;
}

#home {
  background: #f1eee0 url(img/bghome.jpg) no-repeat top left;
  height: 311px;
}

#page {
  background: #f1eee0 url(img/bgpage.jpg) no-repeat top left;
  height: 505px;
}

#content {
  width: 450px;
  margin-left: 370px;
  padding-right: 10px;
  border-right: 1px solid #d0d2d4;
  overflow: auto;
  float: left;
}

#content a {
  color: #039bfc;
}

* html #content {
  margin-left: 180px;
}

#page #content {
  height: 330px;
}

#home #content {
  height: 140px;
  overflow: visible;
}

#nav {
  float: right;
  width: 115px;
  display: block;
  color: #22a7fc;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 8pt;
  padding-bottom: 10px;
  margin-right: 15px;
  font-weight: bold;
}

#nav a {
  font-weight: normal;
  font-size: 8pt;
  color: #22a7fc;
  text-decoration: none;
}

#nav a:hover {
  color: #0C2E92;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  font-size: 8pt;
  letter-spacing: -0.05em;
}

#shadow {
  color: white;
  width: 1120px;
  height: 145px;
  background-image: url(img/shadow.png);
  position: relative;
  left: 50%;
  margin-left: -560px;
  margin-top: -76px;
}

#shadow span {
  display: block;
  padding-top: 90px;
  padding-right: 90px;
}

#sosumi {
  padding: 0;
  margin: 0;
  display: block;
  width: 920px;
  color: #f1eee0;
  margin: auto;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  text-align: right;
  position: relative;
  top: -64px;
}

#sosumi a {
  color: #f1eee0;
}

* html #shadow {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow.png');
}
