@charset "utf-8";
#header {
	height: 260px;
	width: 800px;
}
#button {
	height: 40px;
	width: 800px;
}
#middle {
	height: auto;
	width: 800px;
}
#left {
	float: left;
	height: 420px;
	width: 200px;
}
#right {
	padding: 10px;
	float: left;
	height: auto;
	width: 580px;
}
h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6F7FBA;
	list-style-type: square;
}

#footer {
	clear: left;
	height: auto;
	width: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #B1D5E3;
}
.f_size {
	font-size: small;
}
.f_size_s {
	font-size: x-small;
}
table {
	border: 1px solid #9AC7DA;
}
table tr td {
	border: 1px solid #A2CBDF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}
table tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #9ACBDC;
}

