@charset "utf-8";
/* CSS Document */

#index_body {
	background-image: url(../imgs/_body/bg.gif);
	background-repeat: repeat-x;
	background-color: #e5f0ff;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.right_panel {
	text-align: left;
	background-image: url(../imgs/_body/right_panel.gif);
}
.breadcrumb_content {
	background-image: url(../imgs/_body/breadcrumb_bg.gif);
	background-repeat: repeat-x;
}

.breadcrumb_home_content {
	background-image: url(../imgs/_body/breadcrumb_home_bg.gif);
	background-repeat: repeat-x;
}


.body_bg {
	background-image: url(../imgs/_body/bg_hor.gif);
	background-repeat: repeat-y;
}
.body_contnent {
	background-repeat: no-repeat;
	height: 212px;
	margin: 0px;
}
.footer {
	background-image: url(../imgs/_footer/foot_img.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding-right: 15px;
}
.header {
	background-image: url(../imgs/_header/head_img.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
