*{
	margin: 0px;
	padding: 0px;
	}
h2{
	font:bold 30px tahoma;
	text-align:center;
	color: blue;
}
h3{
	font: bold 14px tahoma;
	text-align:center;
	color: blue;
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	background:  #fffff0;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#article_header{
	border: 2px solid red;
	margin: 5px;
	padding: 5px;
	line-height: 35px;
}
#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;
	font: 10px new times roman;
}
img{
	width: 219px;
	height: 239px;
}
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
