@charset "utf-8";
body {
	font: 100% VerdArial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../imi/index_bg_1.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.box_1_left {
	width: 160px;
	float: left;
	padding-left: 10px;
}
.box_1_right {
	float: right;
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.box_1_head1 {
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 16px;
	width: 790px;
	color: #900;
	padding-top: 5px;
}
.box_1_head2 {
	font-size: 11px;
	color: #333;
	float: left;
	height: 16px;
	width: 790px;
	font-weight: bold;
}
.Box_1 {
	float: left;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 1px;
	background-color: #F2F2E6;
	padding-top: 5px;
}
.box_1_text {
	float: left;
	width: 790px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Box_1_imi {
	width: 170px;
}

