/* style sheet */
body {
  background-color:#A19889;
  background-image:url('/images/bgr.gif');
  background-repeat:repeat-x;
}

#hea {
  text-transform:uppercase;
  font-size:250%;color:white;
  font-family: 'Vast Shadow', cursive; text-shadow: black 0.1em 0.1em 0.2em;
  }
  
#fixed {
 min-height:100px;
 margin-top:25px;
}

#hadow  {
  text-shadow: black 0.1em 0.1em 0.2em;
  text-align:center;font-size:130%;
  font-weight:bold;
  color:white;
}

#bcolor {
  background-color:#3f352b;
}

#fandang {
  background-image:url('/images/glow.gif');
  background-repeat:no-repeat;
}

.breadcrumb {border-bottom: 1px dotted #DDDDDD; margin-bottom: 10px;}
.breadcrumb a:link {color:blue;}
.breadcrumb  a:visited {color:blue;}
.breadcrumb  a:hover {color:blue;}
.breadcrumb a:active {color:blue;}
