*{
	margin: 0px;
	padding: 0px;
}
h1{
	font:bold 40px tahoma;
	text-align:center;
	color: blue;
	text-decoration: underline;
}
h2{
	font: bold 20px 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: 800px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#big_wrapper{
	width: 1200px;
	margin: 20px auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}
#body_header{
	
}
#navigation{
	border: 0px solid white;
	background: white;
	color: white;
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px tahoma;
}
#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 green;
	font: 10px times new roman;
}
#rightbox{
	float: center;
	width: 380px;
	height: 700px;
	margin-right: 300px;
	margin-left: 350px;
	padding: 25px;
}
