@charset "utf-8";
/* CSS Document */

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	width: 810px;
	height: 30em;
}
#container h3 {
	font-size: 18px;
	color: #F00;
	text-align: center;
}



#color1 {
	;
	background-color: #FFF;
	height: 20px;
	width: 800px;
	clear: both;
}
#c1before {
	background-color: #73880b;
	float: left;
	height: 40px;
	width: 400px;
}
#c1after {
	background-color: #369;
	height: 40px;
}
#color2 {
	background-color: #FFF;
	clear: both;
	width: 800px;
}
#c2before {
	background-color: #f4ffd2;
	float: left;
	width: 400px;
	height: 40px;
}
#c2after {
	background-color: #CFF;
	height: 40px;
}
#color3 {
	background-color: #FFF;
	width: 800px;
	height: 20px;
	clear: both;
}
#c3before {
	background-color: #69ab2b;
	float: left;
	width: 400px;
	height: 40px;
}
#c3after {
	background-color: #0CC;
	height: 40px;
}
#color4 {
	background-color: #FFF;
	clear: both;
	width: 800px;
	height: 20px;
}
#c4before {
	background-color: #daf095;
	float: left;
	width: 400px;
	height: 40px;
}
#c4after {
	background-color: #9FC;
	height: 40px;
}
#color5 {
	background-color: #FFF;
	clear: both;
	width: 800px;
	height: 20px;
}
#c5before {
	background-color: #50AAB5;
	float: left;
	width: 400px;
	height: 40px;
}
#c5after {
	background-color: #ddd;
	height: 40px;
}
