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

#introduction .left_column {
	float: left;
	width: 50%;
}
#introduction .right_column {
	float: left;
	width: 50%;
}
#introduction h3 {
	color: #0F2D4D;
	font-size: 1.4em;
	padding-top: 5px;
}
#introduction a {
	color: #BBF0FF;
	text-decoration: underline;
}
#content .left_column {
	float: left;
	width: 60%;
}
#content .right_column {
	float: left;
	width: 40%;
}
.swatch {
	float: left;
	text-align: center;
	width: 33%;
}
#content  .swatch p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
.label {
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	color: #315882;
}
#content p.variation {
	font-size: 0.9em;
	font-style: italic;
}
