body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #092159;
  color: #fff;
  font-family: verdana,helvetica,arial,sans-serif;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  background: #092159 url(/xcs/images/bg_wrapper.png) center top repeat-y;
  color: #fff;
  text-align: left;
}
#header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 102px;
  background: #092159 url(/xcs/images/bg_header.png) right bottom no-repeat;
  color: #fff;
}
#fixed {
  position: absolute;
  top: 0px;
  right: 0px;
}
#main {
  position: relative;
  width: 760px;
  margin: 0;
  padding: 5px 0 0;
  background: transparent url(/xcs/images/bg_main.png) right top no-repeat;
}
#content {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
  padding-top: 6px;
  width: 566px;
  background-color: transparent;
  color: #000;
}
#content #cntPad {
  float: right;
  width: 131px;
  height: 134px;
}
#nav {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0;
  width: 158px;
  \width: 170px;
  w\idth: 158px;
  background: transparent url(/xcs/images/bg_navigation.png) left top repeat-y;
  text-align: left;
}
#sidebar {
  width: 170px;
  margin: 0;
  padding: 8px 0 0;
  text-align: center;
}
#sidebar img {
  margin: 0 auto;
  border: none;
}
#footer {
  clear: both;
  margin: 0;
  padding: 0.5em 0.1em 0.5em 0;
  background: #092159 url(/xcs/images/bg_footer.png) center top no-repeat;
  text-align: right;
  font-family: 'gill sans mt',verdana,arial,sans-serif;
}
