.clearfix:after /* http://www.positioniseverything.net/easyclearing.html */
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: block;}

.mir /* http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html */
{
	letter-spacing: normal; 
	text-indent: -999em; 
	overflow: hidden;
}

html { min-height: 100%; margin-bottom: 1px; } /* makes scroll bar always appear in Firefox */

html *
{
padding: 0;
margin: 0;
line-height: 1.6;
}

abbr,
.glossary,
.glossary:link,
.glossary:visited
{
	text-decoration:  none;
	font-weight: normal;
	border-bottom:  1px dotted;
	cursor:  help;
	background-color: inherit;
	color:  inherit;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 1.3;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

p
{
	font-size: 1.1em;
	margin: 0 0 2em;
}

p+p
{
	margin-top: -1.2em;
}

p+ul
{
	margin-top: -1.2em;
}

strong
{
	font-weight: bold;
}

ul

{
	margin-left: 1.5em;
	margin-bottom: 2em;
	font-size: 1.1em;
}

li ul

{
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 1em;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
}


p img {
   margin-right: 1em; 
}