.cms, #page
  {
	font: 13px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  }

img.cms
  {
	border: 8px solid white;
	margin: 0 20px 20px 20px;
  }
  
h1.cms, #page h1,
h2.cms, #page h2,
h3.cms, #page h3
  {
	color: #326136;
	margin-bottom: 1em;
  }  
  
h1.cms, #page h1 { font-size: 24px; margin-bottom: 12px;}  
h2.cms, #page h2 { font-size: 18px; margin-top: 2em;}  
h3.cms,  #page h3 { font-size: 16px; margin-top: 2em;}  
  
p.cms
  {
	color: #444;
	vertical-align: top;
	margin-bottom: 12px;
  }  
  
table.cms 
  {
	/*width: 100%;*/
  }  
  
  
