/* YUI css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
  font-size:76%;
  font-family: Verdana, "Lucida Grande", sans-serif;
}
input, select, textarea, button {
  font-family: Verdana, "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  position:relative; overflow:hidden;
}

/* setup revised fir image replacement  */
h1 span, h2 span, h3 span, h4 span, h5 span, a span {
  position:absolute; height:100%; width:100%; z-index:1;background-repeat:none; display:block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
