/* skiwml local */
body {
  background: #ddd url(../images/bg.gif) top left repeat-x;
}
#wrapper {
  /*background: #fff;*/
  padding-top: 6px;
}
#container {
  font-family: Arial, Helvetica, sans-serif;
  
}
ul.leftNavigation {
  /* margin-left: 10px; */
}
ul.leftNavigation li {
  background:#eee;
  border-top:1px solid #fff;
  padding:3px 0pt;
  width:100%;
}
#SiteWrapper ul.leftNavigation li a {
  color:#666;
  display:block;
  font-size:12px;
  padding-right:5px;
  width:162px;
  height: 25px;
  background: #fff;
  font-weight: bold;
  text-align: right;
}
#SiteWrapper ul.leftNavigation li a:visited {
  color:#666;
}
#SiteWrapper ul.leftNavigation li a:hover {
  background: #eee;
  color:#000;
}
#wrapper, #Content, #leftCol, #rightCol {
  background: #fff;
}
#main {
  padding: 5px 10px;
}
#footer {
  background: #fff url(../images/bg_footer.gif) top left no-repeat;
}
#main img {
  float: right;
  border: 1px solid #666;
  border-width: 0px 1px 1px 0px;
  margin-left: 10px;
}
#main div {
  margin-bottom: 5px
}
#Content h2 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #000;
}
#Content {
  background: #fff url(../images/bg_content.gif) bottom right no-repeat;
}
.logoLeftCol {
  margin-left: 10px;
}
