html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: none;
}
.clear {
	clear: both;
	height: auto;
}

body {
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 0px;
	align: center;
	background-image: url(images/blue_degrade.jpg);
	background-repeat: repeat-x;
}

/** layout **/
#wrapper {
	width: 1024px;
	min-height: 500px;
	_height: 750px;
	position: relative;
	bottom: 0px;
	background-image: url(images/blue_degrade.jpg);
	background-repeat: repeat-x;
}

h1 {
	font: 32px "arial black", arial, sans-serif;
	color: #151515;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

/** Body **/

#content {
	width: 900px;
	position: absolute;
	color: #fff;
	top: 299px;
	left: 33px;
	height: auto;
	bottom: 0px;
}
#body {
	border: 3px solid white;
	padding: 18px 18px 0px;
	height: auto;
	bottom: 0px;
	background-color: #fff19c;
	color: #000000;
}


#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #000000;
}

#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}
.imagine {

	border: 0;
	padding-top: 190px;
}
