
body {
	font: .87em Calibri, Arial, sans-serif;
	}


h1 {
	font-size: 2.6em;
	}
	
h2 {
	font-size: 1em;
	}	

h3 {
	font-size: 0.8em;
	}	
	
	ul.spotList li h3 {font-size: 0.8em;}
	
	ul.spotList li p {font-size:0.9em !important;}
	
#content .imageArea div p {font-size:1.2em;}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

h5 {
	margin: 0;
	font-weight: normal;
	}
		
p {
	color: #333;
	}	
	

#heading li {
	font-size: 0.9em; 
	}
#heading li span {
	font-size: 1.3em; 
	}


/* 
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}	