/* The following "clears" the page to a blank canvas */

div#content {
  background:url(smashing_logo.gif) top left no-repeat;  
	margin:0;
	padding:0;
}


/* CSS for Plains Chiropractic post */
div.postSingle div.postInside h2 {
  margin-top:50px;
  padding-top:25px;
}
p.intro {
  font-family:Georgia, "Times New Roman", serif;
  font-size:24px;
  line-height:36px;
}
p.body {
  font-family:Georgia, "Times New Roman", serif;
  font-size:18px;
  line-height:24px;
}
