* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight:300;	

}
h3 {

	font-weight:100;
	font-size: 1.5em;
	margin-top:20px;
}
p {
	line-height:160%;
	margin-top:10px;
}
html, body {
	height: 100%;
}

a{
	color:#CC3300;
	text-decoration:none;
}



.file-download{
	margin-bottom:10px;
}

#footer a{
	color:#00bff3;
}

#footer a:hover{
	color:#83e4ff;
}

#logo {
	margin:60px;
}
#container {
	min-height: 80%;
	background-color: #fff;
	text-align:center;
	/*border-left: 1px solid #666;*/
	/*border-right: 1px solid #666;*/
	width: 1024px;
	margin: 0 auto;
}
* html #container {
	height: 100%;
}


#footer {
	width:  1024px;
	min-height: 100px;
	padding-top: 10px;
	margin: -50px auto 0 auto;
	text-align:center;
	font-size:80%;
}

#clearfooter {
	height: 50px;
}





