
/* humar */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#040435;
	line-height:20px;
	text-align:left;
	font-size:12px;
	}

h1 {
	display:block;
	color:#040435;
	font-size:20px;
	font-weight:bold;
	}

h2 { 
	color:#040435;
	font-size:12px;
	font-weight:normal;
	}
	
p { font-size:12px; }

.wrapper {
	width:870px;
	margin:0 auto;
	}

.centerize {
	margin:0 auto;
	}

#header_wrap {
	margin:20px 0 40px 0;
	}

#header_links {
	}

	#header_links ul {
		display:block;
		width:300px;
		}
	
	#header_links li {
		list-style:none;
		float:left;
		margin-left:15px;
		}

#contents_wrap {
	text-align:left;
	}

#main_copy {}

	#main_copy span {
		position:absolute;
		top:-5000px;
		left:-5000px;
		}

#contents {
	margin-top:20px;
	text-align:left;
	}

#footer_wrap {
	width:870px;
	margin:0 auto;
	}


#footer_links {
	}
	
	#footer_links ul {
		display:block;
		padding:0;
		margin:0;
		}
	
	#footer_links li {
		list-style:none;
		float:left;
		margin:0 15px 0 0;
		padding:0;
		}

#copyright {
	clear:both;
	}
	
/* sticky footer */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

