@charset "utf-8";
#container {
	position:relative;
	width:800px;
	height:700px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
	background-image: url(../2008-12-17/images/fi-ax-bkground-layout_02.jpg);
	background-repeat: repeat;
}
#topbanner {
	position:absolute;
	width:800px;
	height:105px;
	z-index:1;
	visibility: visible;
}
#leftCol {
	position:absolute;
	width:162px;
	height:594px;
	z-index:2;
	visibility: visible;
	top: 106px;
	left: 7px;
}
#content {
	position:absolute;
	width:611px;
	height:577px;
	z-index:0;
	left: 170px;
	top: 106px;
	padding: 10px;
}
.Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

