/* Generated by KompoZer */
html {
  height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  background-color: #75767a;
  background-image: url(img/background_main.png);
  background-position: center top;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 75%;
  background-repeat: repeat-y;
  color: #d4d4d4;
}
#mainContainer {
  border: 1px solid #3d3d3d;
  margin: 0 auto;
  padding: 0;
  background-image: url(img/content_main.png);
  background-repeat: repeat-y;
  width: 1000px;
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
#header {
  margin: 0;
  padding: 0;
  background-color: #333333;
  background-image: url(img/banner_main.png);
  height: 177px;
  position: relative;
}
#header .box {
  margin: 0;
  padding: 56px 16px;
}
#header h2 {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  color: #929db5;
  position: relative;
}
#header h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #cccccc;
}
#navigation {
  margin: 0;
  padding: 0;
  background-color: #47526a;
  background-image: url(img/navigation_main.png);
  height: 32px;
}
#topShadow {
  margin: 0;
  padding: 0;
  background-image: url(img/content_shadow.png);
  height: 29px;
}
div.navi {
  border-right: 1px solid #2d333f;
  margin: 0;
  padding: 0;
  background: transparent url(img/nav_link.png) repeat scroll 0 -32px;
  float: left;
  width: 128px;
  height: 32px;
}
#navigation a {
  margin: 0;
  background: transparent url(img/nav_link.png) repeat scroll 0;
  display: block;
  width: 100%;
  height: 22px;
  color: #a1adc5;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
}
#navigation a:hover {
  background-image: none;
}
#content {
  line-height: 20px;
  word-spacing: 2px;
  text-align: justify;
  width: 819px;
  float: left;
  position: relative;
  margin-bottom: 32px;
}
#content .box {
  padding: 0 16px;
  margin-bottom: 16px;
}
#content .spacer {
  margin: 0;
  padding: 0;
  background-image: url(img/content_spacer.png);
  height: 29px;
}
#content h2 {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #929db5;
}
#content h2 a {
  text-decoration: none;
  font-weight: bold;
}
#content h3 {
  margin: 0 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
#content a {
  color: #929db5;
  text-decoration: none;
}
#content a:hover {
  color: #b4bfd7;
}
#content img.border {
  border: 1px solid #3e3e3e;
  padding: 1px;
  background-color: #6d6d6d;
  margin-left: 8px;
  margin-right: 8px;
}
#sidebar {
  width: 181px;
  float: right;
  position: relative;
}
#sidebar .box {
  padding: 0 10px;
}
#sidebar .spacer {
  margin: 0;
  padding: 0;
  background-image: url(img/sidebar_spacer.png);
  height: 29px;
}
#sidebar h3 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: bold;
  color: #838ea3;
}
#sidebar p {
  font-size: 11px;
  line-height: 20px;
  word-spacing: 1px;
  color: #f0f0f0;
}
#sidebar img {
  border: 1px solid #394150;
  margin: 0;
  padding: 1px;
  background-color: #556076;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar li {
  list-style-type: none;
  padding-left: 16px;
  padding-top: 7px;
}
#sidebar a {
  color: #a1adc5;
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
#bottomShadow {
  margin: 0;
  padding: 0;
  background-image: url(img/content_bShadow.png);
  height: 29px;
  clear: both;
  position: relative;
}
#footer {
  margin: 0;
  padding: 0;
  background-image: url(img/footer_main.png);
  height: 49px;
  clear: both;
  position: relative;
}
#footer .box {
  margin: auto;
  text-align: center;
  padding-top: 16px;
  font-size: 9px;
  font-style: italic;
}
#footer a {
  color: #a1adc5;
}
