*{
	margin: 0px;
	padding: 0px;
}
header, section, nav, article, footer, hgroup {
	display:block;
}
body{
	width:100%;
	display:-webkit-box;
	-webkit-box-pack:center;
	background-color: lightblue;
}

#all_content{
	width:1000px;
	margin:0px auto;
	text-align:left;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}
#top_header{
	text-shadow: 2px 2px 4px #000000;
	font: bold 20px tahoma;
	color: blue;
	padding:40px;
}
#top_header img {
	display: block;
	padding:20px;
	margin-left: 50;
	margin-right: auto;
	border-radius: 8px;
	
}

#top_menu {
	border:blue;
	color:white;
	
}
.buttons{
	color:black;
}
li a {
  display: block;
  color: #000;
  padding: 5px;
  text-decoration: none;
  
}
#top_menu li{
	display:inline-block;
	list-style:none;
	width:200px;
	padding: 10px;
	font: bold 15px arial;
}
#top_menu ul{
	padding:5px;
	margin:0px;
}
#main p{
	font: 15px tahoma;
	color: black;
	text-position: center;
	border-width:5px;  
    border-style:dotted solid double dashed;
	padding: 50px;
}
#main h2{
	font: 25px tahoma;
	color:blue;
	padding: 20px;
}
#links {
	color: blue;
	width:200px;
	margin: 30px 0px;
	padding:10px;
	position: absolute;
    top: 500px;
    right: 10px;
	border-style:solid;
}

#links li{
	font: bold 14px Tahoma;
	padding: 15px;
	list-style-type:none;
}


#footer{
	text-align:center;
	padding: 20px;
	border-top: 2px solid blue;
	}