html {
	font: bold 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

header, footer, article, section, nav, aside {
	display: block;
}

body {
	background-color: #f7e6a9;
	text-align: center;
	color: #e9a50e;
}

article {
	width: 800px;
	background-color: #ebad73;
	color: #de4810;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 10px;
}

header {
	background-color: #c3e5fe;
	color: #5e6efe;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

section {
	background-color: #f2cfc5;
	color: #e0618e;
	padding-bottom: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

section article {
	background-color: #ebad73;
	color: #de4810;
	padding-bottom: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

nav {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dafbcc;
	color: #66b700;
	text-align: left;
}

footer {
	background-color: #fffefe;
	color: #4e3ea7;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mc1 {
	columns: 5 100px;
    -moz-columns: 5 100px;
    -webkit-columns: 5 100px;
	
	column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;

	column-rule: 4px solid #e794fb;
    -moz-column-rule: 4px solid #e794fb;
    -webkit-column-rule: 4px solid #e794fb;

	background-color: #d4faa8;
	margin-bottom: 15px;
	text-align: center;
}

#mc1 div {
	background-color: #faefd4;
	height: 50px;
	line-height: 50px;
}

#mc2 {
	columns: 5;
    -moz-columns: 5;
    -webkit-columns: 5;
	
	column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;

	column-rule: 4px solid #e794fb;
    -moz-column-rule: 4px solid #e794fb;
    -webkit-column-rule: 4px solid #e794fb;

	background-color: #d4faa8;
	margin-bottom: 15px;
	text-align: center;
}

#mc2 div {
	background-color: #faefd4;
	height: 50px;
	line-height: 50px;
}

#mc3 {
	columns: 6;
    -moz-columns: 6;
    -webkit-columns: 6;
	
	column-gap: 1px;
    -moz-column-gap: 1px;
    -webkit-column-gap: 10px;

	column-rule: 4px solid #000000;
    -moz-column-rule: 4px solid #000000;
    -webkit-column-rule: 1px solid #000000;
	text-align: center;
	font-size: 10px;
	background-color: transparent;
}

#mc3 p {
	height: 10px;
	line-height: 10px;
}