html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5% Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}
#container {
  font-size: 1.2em;
  margin: 10px 2em;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
h1.subtitle {
  font: italic normal 1em "Times New Roman", Times, serif;
  margin-top: 0;
  margin-bottom: 2em;
}
h2 {
  font-size: 1.3em;
  margin-bottom: .5em;
}
h2.subtitle {
  font: italic normal 1em "Times New Roman", Times, serif;
  margin-top: 0;
  margin-bottom: .5em;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}

.banner {
  margin: 60px 0 .5em -2em;
  border-bottom: 1px solid #e3e3e3;
  height: 100px;
  background: #fff url(/css/6549-banner.jpg) left top no-repeat;
}
.deprecated {
  border-top: 4px solid #900;
}
#banner6549 {
  margin-top: -10px;
}
#banner6705 {
  background-image: url(/css/6705-banner.png);
}
#banner2 {
    background-image: url(/css/3810_banner.png);
}

#banner {
  background-image: url(/css/2509_banner.png);
}

.banner h1 {
  margin-left: 300px;
  padding-top: 25px;
  margin-top: 0;
}
#chapter-number {
  float: right;
  font: normal 7em "Times New Roman", Times, serif;
}

#update {
  width: 300px;
  float: right;
  border: 1px solid #c33;
  padding: 0.5em;
  background-color: #f7e4d6;
}
code {
  font-size: 1.2em;
}
.home li {
  line-height: 1.6;
}

a {
  color: #06581f;
}
/* ----------------------------
=Aslett Clearing Method for floats
-------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
.clearfix {display: inline-block;}
/* backslash hack hides from IE Mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* end backslash hack */
