*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 28px tahoma;
	text-align:center;
	color: blue;
	line-height: 30px;
}
h2{
	font: bold 20px tahoma;
	text-align:center;
	color: blue;
	line-height: 30px;
}
h3{
	font: bold 14px tahoma;
	text-align:center;
	color: blue;
	line-height: 30px;
}
h4{
	
	font: bold 20px tahoma;
	text-align:left;
	color: black;

}
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:90%;
	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;
	
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 25px new times roman;
	}
#page_footer{
	text-align: center;
	padding: 20px;
	border-top: 3px solid blue;
}
img{
	width: 30px;
	height: 30px;
	padding: 20px;
}
