* {
	margin: 0; padding: 0;
	border: none;
}

body {
	z-index: 0;
	
	color: #333333;
	font-family: verdana,helvetica,arial,sans-serif;
	line-height: 1.7em;
	text-align: center;
}

p {
	margin-bottom: 2em;
}

a {
	color: #BB2233;
}

img {
	height: 2em;
}

#header {
	left: 0;
	width: 100%;
	top: 0;
}

  #header h1 {
  	color: #333333;
    font-size: 3em;
    font-weight: normal;
  	line-height: 0.8em;
    margin: 0.7em 13em 0.7em 2em;
  }

  #header h2 {
  	color: #48A942;
  	float: right;
    font-size: 0.7em;
    margin: -2.5em 0;
  	padding: 0 0.5em;
  	white-space: nowrap;
  }

#menu {
	background: #A0CE67;
	border: solid 0px #48A942;
	border-width: 2px 0;
	left: 0;
	width: 100%;
	top: 0;
}

  #menu a {
  	color: #FFFFFF;
  	font-size: 2em;
  	display: block;
  	margin: 0.35em;
  	text-align: right;
  	text-decoration: none;
  }

#content {
	color: #BB2233;
	margin: 5em auto 0 auto;
	padding-bottom: 3em;
	text-align: left;
	width: 45em;
}

  #content ul.float li {
    float: left;
    padding-right: 1em;
  }

  #content .left {
    width: 50%;
    float: left;
    padding-right: 1em;
  }

  #content .right {
    float: right;
    padding-right: 1em;
  }

  #content ul {
  	clear: left;
  	float: left;
  	list-style: none;
  	margin-bottom: 1em;
  }

.halo {
	font-weight: normal;
	margin: 0;
}

.halo i {
	display: none;
}

.halo:hover i {
	display: inline;
}
