html, body {
  background: url('images/body_bg.png');
}
#doc2 {
  background: url('images/cc.png') repeat-y 50%;
  padding:0 50px;
}
#ct {
  background: url('images/ct.png') no-repeat 50% 100%;
  width:73.076em;
  padding:10px 50px;
}
#cb {
  background: url('images/cb.png') no-repeat 50% 0%;
  width:73.076em;
  padding:10px 50px;
}
#wrapper {
  border: solid #1f3c7a;
  border-width: 3px 1px;
}
#hd {
  height: 84px;
  background: url('images/header_bg.png') repeat-x;

}
#hd h1 { position: relative; }
/* bailbond.com Logo */
#hd h1 a {
  background: url('images/bailbond_logo.png') no-repeat;
  display: block;
  height: 55px;
  width: 330px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-indent: -9999px;
  outline: none;
}
/* URL text ex. /Miami */
#hd h1 span {
  position: absolute;
  color:#000076;
  font-size: 400%;
  font-weight: bold;
  left: 362px;
  top: 10px;
}
#teaser {
  position: relative;
  background: url('images/info_bg.jpg') no-repeat 100%;
  height: 284px;
  color:#fff;
  margin: -1px 0;
}
#bd { background: url('images/main_bg.png') repeat-y 100%; }
/*#yui-main {
  background: url('images/main_bg.png') repeat-y 100%;
}*/
#content { padding: 10px;}
#content h3 {
  font-size: 200%;
  font-family: times;
  text-decoration: underline;
  color:#b10303;
  font-weight: bold;
  margin-bottom: 10px;
}
#content-right p {
  line-height: 1.5em;
  margin: 0 0 1em;
}
#content .yui-u {
  padding: 20px 0 0;
}
#address {
  font-size: 138.5%;
  color:#23539e;
  font-family: times;
  margin: 0;
  font-weight: bold;
}
#phone {
  font-size: 600%;
  position: absolute;
  left: 410px;
  bottom: 50px;
  font-weight: bold;
}
#company {
  font-family: times;
  position: absolute;
  bottom: 8px;
  left: 410px;
  font-size: 370%;
  letter-spacing: -6px;

}
#talking_head {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
#desc {
  border: 1px solid #cfcfcf;
  background: url('images/desc_bg.png') repeat-x bottom;
  /*height: 66px;*/

}
#desc h2 {
  text-align: center;
  font-size: 182%;
  font-family: times;
  color:#23539e;
  font-style: italic;
  line-height: 30px;
  /*font-weight: bold;*/

}
#payments-b, #website-b, #author {
  background: #f8feeb;
  border: 1px solid #cfcfcf;
  padding: 10px;
  height: 90px;
}
#payments-b a, #website-b a {
  color: #475381;
  font-size: 1.3em;
}
#payments-b h4, #website-b h4 {
  font-size: 116%;
  font-family: times;
  text-decoration: underline;
  color:#b10303;
  font-weight: bold;
  text-transform: uppercase;
}
#cash_methods_list li {
  display: inline;
  padding: 3px 5px;
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
}

#sidebar {
  margin: 10px 0 0 -4px;
}
#sidebar img {
  margin: 0 0 3px;
}
#page-status {
    width: 1070px;
    color: #FFF;
    background: #FF5F60;
    border: 1px solid;
    margin: 1em auto;
    text-align: center;
    padding: 1em;
}

#author {
  margin:1em 0 0;
}
#author strong {
  font-weight:bold;
}
#author em {
  font-style:italic;
}
#author p {
  margin:0.7em 0;
}

