@charset "utf-8";
/* CSS Document */

.catList {
	width: 275px;
	display: block;
	float: left;
	text-align: center;
	}
	
.choiceList {
	width: 175px;
	display: block;
	float: left;
	text-align: center;
	}
	
.catList h3, .choiceList h3 {
	font: bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	}

.center1 {
	width: 825px;
	margin: 10px auto;
	}
	
.center2 {
	width: 525px;
	margin: 10px auto;
	}