body {
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 750px;
    border: 1px solid;
    border-color: #000;
}

header {
	background: #cc3333;
    height: auto;
    padding-left: 15%;
    padding-right: 15%;
	padding-top: 10px;
}

nav {
	background: #102fed;
	padding-top: 5px;
	padding-bottom: 5px;
}

nav a {
    color: #ffffff;
	text-decoration: none;
}


nav ul {
    color: #ffffff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	
}

nav li {
	width: 180px;
	text-align: center;
}

#content {
	background: #ffffff;
	display: flex;
	
	
}

main {
	background-color: #ffffff;
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
	
}

aside {
	background: #ffffcc;
	width: 200px;
    text-align: center;
    justify-content: space-around;

}

aside img {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

footer {

	background: #102fed;
    color: #ffffff;
    text-align: center;
    padding-bottom: 5px;
	padding-top: 5px;
}
