/*CSS reset*/
* {
	margin:0;
	padding: 0;
}

/* CANVAS*/
main#canvas {
	width:600px;
	height:757px;
}

/*Semantic Tags*/
section#one {
	width: 600px;
	height: 315px;
	float: left;
}

section#two {
	width: 600px;
	height: 46px;
	float: left;
}

section#three {
	width: 600px;
	height: 27px;
	float: left;
}


article {
	width: 490px;
	height: 207px;
	margin: 0 auto;
	margin-top: 54px;
}

figure {
	width: 474px;
	height: 44px;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
}


/*section classes*/

.yellow {
	background-color: #dbd701;
}

.red {
	background-color: #e52510;
}

.white {
	background-color: #ffffff;
}

.limegreen {
	background-color: #b5cc01;
}

.blue {
	background-color: #173b90;
}

.green  {
	background-color: #9bc659;
}

.pink {
	background-color: #f18fa8;
}

.orange {
	background-color: #fab201;
}

.navy {
	background-color: #242425;
}



