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

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #ccf8ea;
	color: #333;
  letter-spacing: 0px;
  font-size: 16px;
}

#logo {
  text-indent: -5000px;
	margin: 0;
}

#logo a {
  background: url(images/heyhowto-graphics.png) 0px -40px no-repeat;
  width: 202px;
  height: 94px;
  display: block;
}

#container {
  width: 960px;
  margin: 10px auto;
  margin-top: 0;
  background: #fff;
  padding: 20px;
}

#content {
  width: 500px;
  margin: 0 auto;
}

#bottom {
  font-size: 9px;
  color: #999;
}

#tags {
	background: url(images/tag.png) 3px 3px no-repeat;
	font-size: 9px;
	padding: 3px 0 0 16px;
	border-top: 1px solid #aaa;
}

.morelink {
  text-align: right;
	font-size: 13px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 12px;
}


h2 {
	font-size: 28px;
	color: #01645e;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
  margin-top: 1em;
  margin-bottom: .2em;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

a {
  color: #069;
}

ul, ol {
	margin-left: 24px;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

li {
	margin: .2em 0 .5em 0;
}

ul.wizard {
	list-style-type: none;
	margin-left: 0px;
}

ul.wizard li a {
	padding: 12px 12px 12px 50px;
	background: url(images/heyhowto-graphics.png) -807px center no-repeat;
	display: block;
}

ul.wizard li a:hover {
	background: #cfc url(images/heyhowto-graphics.png) -1406px center no-repeat;
}

h2 a {
	text-decoration: none;
	color: #01645e;
}

h3 {
	font-size: 21px;
	color: #01645e;
	font-weight: normal;
}

h4.selected {
  padding: 12px 12px 2px 50px;
  background: #cfc url(images/heyhowto-graphics.png) -206px center no-repeat;
  overflow: hidden;
  margin: 18px 0px;
  color: #01645e;
  font-weight: normal;
}

a.homelink {
	display: block;
	float: right;
	/*background: url(images/heyhowto-graphics.png) 0px 0px no-repeat;*/
	padding: 6px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
}

