body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    background: #d9d6cc url(/img/page_bg.gif) top center repeat-x;
    color: #868686;
    margin: 0;
    padding: 10px;
}

img { border: 0; }

fieldset {
  background: #fff;
}

select {
  width: 100%;
}

p {
  margin: 0 0 1em 0;
  line-height: 150%;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 458px;
    position: relative;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.readmore {
    text-align: right;
}

.inner{
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.7);
}
.content ul {
  margin: 0;
  padding: 0;
}
.content li {
  list-style-type: none;
  line-height: 150%;
  margin: 0.5em 0;
  padding: 0;
  color: #ccc;
}
.inner p {
  color: #ccc;
}

/* page structure */

#wrapper {
  /*background: url(/img/body_t.png) 24px 0px no-repeat;*/
}

.blind {
  display: none;
}

#nav {
  position: absolute;
  top: 71px;
  left: -104px;
  width: 60px;
  margin: 0;
  padding: 0;
  z-index: 5;
}

#nav li {
  float: left;
  width: 31px;
  padding: 1em 2em;
  margin: 1em 0;
  list-style: none;
  background-color: rgba(128, 127, 127, 0.5);
  -moz-border-radius: 1em 0 0 1em;
  width: 100%;
}
#nav li a {
  color: #455;
}
#nav li.active {
  background-color: rgba(100, 90, 90, 1);
}
#nav li.active a {
  color: #fff;
}

#body {
  overflow: hidden;
  background-image: url(/img/desert.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 448px;
  min-height: 580px;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: solid 5px #bcbbbb;
  /*background-color: #fed;*/
  background-color: #def;
  -moz-border-radius: 3em;
  /*border-color: rgba(188, 187, 187, 0.2);*/
}

#body .content {
  padding: 1em 2em;
  background-image: url(/img/clouds.png);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 400px;
}

#body .inner h2 {
    font-size: 12px;
}

#page_title {
    float: left;
    margin: 3px 0 -50px 15px;
    padding: 20px 0 50px 0;
    width: 57px;
    border-right: 1px solid #d4d6cf;
}

* html #page_title {
    margin-left: 7px;
}

#news {
    float: left;
    width: 129px;
    margin: 10px 0 0px 6px;
    background: url(/img/box_bg.gif) repeat-y;
}

#news div {
    background: url(/img/box_t.gif) no-repeat;
}

#news div div {
    padding: 12px 12px 7px 12px;
    background: url(/img/box_b.gif) bottom left no-repeat;
}

#news p {
    margin: 0;
    padding: 0 0 3px 0;
}

#news .readmore {
    padding-top: 4px;
}

#paper {
    position: absolute;
    top: 39px;
    left: 243px;
    width: 196px;
    z-index: 9;
    background: url(/img/paper_bg.gif) repeat-y;
}

#paper .inner {
    background: url(/img/paper_b.gif) bottom no-repeat;
    padding: 8px 30px 18px 30px;
}

#paper .readmore {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#paper p {
    margin: 1em 0;
    padding: 0;
}

#footer {
    text-align: right;
    margin-top: -10px;
}

.footerie {
    display: none;
}

.clear {
  margin-top: -20px;
}

a {
  color: #d96;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

dt {
  list-style-type: disc;
  display: inline;
}

h1, h2, h3, h4, h5, h6 { 
  font-weight: bold;
  color: #dc611a;
  margin: 0;
  padding: 0;
}
.slogan {
  border: dotted;
  border-color: rgba(100, 100, 100, 0.5);
  border-width: 0 0 2px 0;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: right;
  font-weight: bold;
}

h1 { 
  font-size: 3.0em; 
  text-align: right; 
}
h2 { font-size: 2.5em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.2em; }
h1 a {
  color: #dc621b;
}

hr {
  display: none;
}

