* {
	margin: 0;
	padding: 0;
	border: 0;
	.  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 		
}
body, html{
	height: 100%;
	width: 100%;
	background: #fff;	
}
body,p,h1,h2,h3,h4,h5,h6,div,td{ 
	color: #000; 
	font: 14px/23px 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

a{color: #000; text-decoration:none;}
a:hover {
	color: #000; 
	text-decoration:underline;
	-o-transition: color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;		
}
a:focus{ 
	-moz-outline: none;
	outline: none;
} 
h1{
	padding: 3.5% 0;
	font-size: 26px;
	line-height:35px;
	font-weight: 700;
}
h2{
	padding: 0 0 30px 0;
	font-size: 26px;
	line-height:35px;
	font-weight: 700;
	color: #646464;
}
#wrapper{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2% 2% 2%;
	text-align: center;
}
.img_wrap{
	padding: 5% 2%;
	border-bottom: 2px solid #646464;
}
	.img_wrap img{
		width: 100%;
		max-width: 450px;
	}
p{
	padding-bottom: 1em;
}
