#tabrow {
 margin:0;
 padding-left:1ex;
 min-width:220px;
 font-size:12px;
 letter-spacing:0.3pt;
 line-height:1;
 height:24px;
 
}
#midbox{margin-left:6px; }
#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  float:left;
  color:#000;
  margin:0 3px 0 0;
  text-align:center;
  /* padding:15px 12px;*/
 padding:10px 7px;
  font-size:11px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top:solid #000000 3px;
  border-left:solid #000000 3px;
  border-right:solid #000000 3px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
  background: url(../images/white.png);
}

#tabrow li.select {
 color:#763509;
 height:24px;
 background:#fff url(../images/tab_bg.png) repeat-x bottom left;
}
* html #tabrow li.select {background-position: 0 30%;}
*+html #tabrow li.select {background-position: 0 30%;}
#tabrow li:hover {cursor:pointer;cursor:hand;}

#midbox {
  border: solid #000000 3px;
  background:url(../images/white.png);
  margin-top:20px;
  margin-left:7px;
  width:220px;
  text-align:left;
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topright:7px;

}
#midbox{margin-left:6px;}
#midbox p {
  margin:0;
  padding-bottom:1ex;
}
.subpage h2 {font-size:18px;text-transform:uppercase;text-align:left;padding:20px 15px 0 15px;color:#333;}
.subpage p {text-align:left;padding:5px 15px;}
.subpage li a {color:#FFF;display:block;padding:5px;}/*333333*/
.subpage li a:hover {color:#000;background:#FFF;display:block;padding:5px;}/*333333*/
.subpage img {text-align:center;padding:0;}
.subpage ol{list-style:none;margin:0px;padding:0px;}
.subpage ul{list-style:none;margin:0px;padding:0px;}
.subpage li{margin:10px;background:#333;color:#FFF;}
#page0{background:url(../images/facebook.png) no-repeat 50% 97%;}
*+html #midbox{margin-left:6px;}
*html #midbox{margin-top:20px;margin-left:6px;}
body:first-of-type #midbox {margin-left:6px;}

