*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 35px tahoma;
	font-style: italic;
	text-align:center;
	color: blue;
}
h2{
	font: bold 16px tahoma;
	text-align:center;
	color: blue;
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#body_header{
	
}
#navigation{
	
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px tahoma;
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#boxes{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-flex: 1;
	text-align: centre;
}
#kid1{
	padding-top: 50px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 50px;
	margin: 50px;
	-webkit-box-flex: 1;
	
}
#kid2{
	border: 5px blue;
	border-style: dashed;
	padding: 30px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	width: 150px;
	-webkit-border-radius: 80px;
}
#kid3{
	-webkit-border-radius: 80px;
	margin-left: 500px;
	
	
	}
#main_section{
	width: 150px;
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 25px new times roman;
	-webkit-box-orient: horizontal;
}
#page_footer{
	text-align: center;
	padding: 20px;
	border-top: 3px solid blue;
}
