/* Remove default margin*/ 
body,
h1,
h2,
h3,
h4,
p,
nav,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* My style*/
body {
	text-align: center;
    vertical-align: middle;	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #c4153a;
}

nav {
	background-color: #e5e5e5;
	width: 960px;
	height: 40px;
}

nav li {
	background-color: ;	
	float: left;
	margin: 10px;
}

ul {
    list-style: none;
}

header {
	background-color: #cccccc;	
	width: 960px;
	height: 120px;
	text-align: center;
    vertical-align: middle;
}

h1 {
	color: ;
	padding-top: 38px;
}

#sidebar {
	float: left;
	background-color: #a3a3a3;
	width: 250px;
	min-height: 700px;
	padding-top: 20px;
}

#sidebar h2 {
	color: white;
	margin-bottom: 20px;
}

aside {
	background-color: #d1d1d1;
	width: 240px;
	min-height: 310px;
	margin: 5px;
}

aside img {
	margin: 10px;
}

#top_aside {
	padding-top: 10px
}

#bottom_aside {
	padding-top: 10px
}

main {
	background-color: #e5e5e5;
	width: 710px;
	min-height: 700px;	
	margin-left: 250px;
	padding-top: 20px;
}

article {
	padding: 15px 15px 0px 20px;
}

.foto {
	float: left;
	margin-right: 20px;
}

figure {
	float: left;
}

figure p {
	margin-top: 10px;
}

footer {
	background-color: #bdbdbd;
	width: 960px;
	height: 120px;
	text-align: center;
    vertical-align: middle;	
}

footer p{
	padding-top: 54px;
}
