html {
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  background: #eeeeee url(images/bg.jpg) top center repeat-y;
  font-family: arial, sans-serif;
  font-size: 100%;
  height: 100%;
}

#container_d {
  margin: auto;
  width: 900px; 
  background: #ffffff;
}

#header_d {
  margin: 0 auto;
  padding: 0;
  height: 150px;
  background: #cccccc url(images/banner.jpg);
}

#content {
  margin: 0;
  width:880px;
  padding: 10px;
}

#nav_d {
  margin: 0;
  background-color: #81898c;
  padding-left: 10px;
  height: 1.6em;
}

#nav_d ul {
  margin: 0;
/*  padding: .3em;*/
}

#nav_d li {
  display: inline;
  position:relative;
  width:8.30em;
  max-width:16.5%;
  cursor:default;
  float:left;
  list-style-type:none;
  margin-right:-3em;
}

#nav_d li ul {
  width:11em !important;
  cursor:default;
  position:absolute;
  height:auto;
  display:none;
  left:-.8em;
/*  top:-10px;*/
  padding:.3em .8em .8em .8em;
  background:url(/img/clear.jpg);
}

#nav_d li ul li {
  width:11em;
  padding:0;
  left:-.5em;
  padding-left:.5em;
  border:none;
  max-width:150%;
  background-color: #ccd4d6;
/*  border:1px solid #000;*/
  border:none;
}

#nav_d li a {
  cursor:default;
  color:#eeeeff;
/*  border-left:1px solid #333;*/
  text-decoration:none;
  display:block;
  float:left;
  padding: .5em;
  padding-left:0;
  cursor:pointer;
/*  padding:0 .4em;*/
/*  width:8.3em; */
  height:.7em;
  line-height:.7em;
  font-weight:bold;
}

#nav_d li ul li a {
  width:11em;
  padding:.2em;
  padding-left:.5em;
  left:-.5em;
  padding-right:0;
  position:relative !important;
  cursor:pointer !important;
  white-space:nowrap;
  line-height:1.2em;
  height:1.2em;
  font-weight:bold;
/*  border:1px solid #fff;*/
  color:#3a370e;
  background-position:0 50% !important;
}

/* :hover and stuff */
#nav_d li a:hover,
#nav_d li a:focus,
#nav_d li a:active {color:#000}
#nav_d ul a:hover {color:#000}
/*#nav ul a:focus {color:#eeeeff !important;background:#81898c}*/
#nav_d ul a:active {color:#000}
#nav_d ul li ul a:hover {color:#eeeeff !important;background:#81898c}
/*#nav ul li ul a:focus {color:#000 !important;background:#ccd4d6}*/
#nav_d ul li ul a:active {color:#eeeeff !important;background:#81898c}
#nav_d li:hover ul,
#nav_d ul {display:block;top:1.3em !important;}

.box {
  border: 1px #000000 solid;
  background-color: #ccd4d6;
  float:left;
  width: 200px;
  clear: left;
  margin: -5px 5px 0px -5px;
  padding: 2px;
  padding-bottom: 0;
  padding-top: 0;
}
.box ul li {
  list-style: none;
}

.rimg {
  border: 1px #000000 solid;
  float: right;
  clear: right;
  margin: 0 0 5px 5px;
}
.limg {
  border: 1px #000000 solid;
  float: left;
  clear: left;
  margin: 0 5px 5px 0;
}

.rbox {
  border: 1px #000000 solid;
  background-color: #ccd4d6;
  font-size: 80%;
  float:right;
  width: 200px;
  clear: right;
  margin: -5px -5px 5px 5px;
  padding: 5px;
}

.rbox ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
.rbox li {
  list-style: none;
  margin-left: 20px;
  text-indent: -10px;

}

.rbox .lh {
  font-weight: bold;
  margin-left: 10px;
}


#content h1 {
  color: #d51e00;
  font-size: 150%;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

#content h2 {
  font-weight: normal;
  color: #a81908;
  font-size: 120%;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

#content h3 {
  font-weight: normal;
  color: #731f08;
  font-size: 110%;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

#content h5 {
  color: #8c2300;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#twitter_update_list {
  font-size: 75%;
  padding-left:0;
  margin-left:0;
  width: 200px;
}

.rlist li {
  padding-left: 1em;
  margin-left: 1em;
}

.rlist2 li {
  padding-left: 1em;
  margin-left: 1em;
  width: 550px;
  float: center;
}

#footer { 
  border-top: 1px solid #858585;
  font-size: xx-small;
  color: #999999;
  text-align: center;
  clear:both;
} 

#footer img {
  margin: 5px 5px 5px 5px;
}