@charset "utf-8";
/* CSS Document */

#column1{
	width: 338px;
	padding: 0 30px 0 0;
	float: left;
}
#column2{
	width: 215px;
	padding: 30px 0 0 0;
	float: left;
}
.factbox_top{
	width: 215px;
	height: 27px;
	float: left;
	background-image: url(factbox_images/factbox_blue_top.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}
.factbox_repeat{
	background-image: url(factbox_images/factbox_blue_repeat.png);
	background-repeat: repeat-y;
	float: left;
	padding: 12px 18px 10px 18px;
}
.factbox_repeat h1 {
	font-size: 13px;
	color: #4b5f67;
	letter-spacing: -1px;
}
.factbox_bottom {
	width: 215px;
	height: 22px;
	background-image: url(factbox_images/factbox_blue_bottom.png);
	background-repeat: no-repeat;
	float:left;
}
