/* maincontent */
#box1 {
	border:1px solid #9B9B9B;
	background-color:#257FBD;
	padding:0px;
	margin:0px 0px 10px 0px;
	position:relative;
}
#box1 H2 {
	margin-left:50px;
	font-size:18px;
	margin-bottom:10px;
}
#box1 table {
	clear:both;
	width:100%;
	border-collapse:collapse;
	text-align:center;
}
#box1 table tr td {
	padding:5px 10px;
	text-align:left;
}
#box1 table tfoot tr td {
	background-color:#036;
	font-weight:bold;
	text-align:center;
}
#box1 table tr td a:hover {
	color:#FF0;
}
#box1 table tr.odd {
	background-color:#2170A7;
}
#box1 table tr.header td {
	font-weight:bold;
	background-color:#036;
	text-align:center;
}
#box1 table tr td.price {
	text-align:right;
}

