/* @group reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* Remove annoying border on linked images. */
img, a img { border: none; }
/* @end */
/* @group General Styles */
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}
.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
p {
margin: 1em 0;
}
h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
/* @end */
/* @group Layout */
#container {
	padding: 0;
	border: none;
	margin: 0;
}
#content {
	margin: 0 auto;
	padding: 0;
	border: none;
	background-position: center top;
}
/* @end */
/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* @end */