@charset "utf-8";

/* Main
--------------------------------------------------------- */
#main {
	float: left;
	width: 655px;
	margin-left:15px;
	padding-top:28px;
}

#main table {
	width: 653px;
	border: solid 1px #ccc;
}

#main table th {
	width: 200px;
	background: #004040;
	border: solid 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

#main table td {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
}