@charset "UTF-8";
#layout #header {
	background-image: url(../img/header.gif);
	background-repeat: repeat-x;
	background-position: center 46px;
}
#layout #header #middle_header {
	background-image: url(../img/middle_header.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
	padding: 5px 0px 0px 60px;
	height: 115px;
}
#layout #header #bottom_header {
	background-image: url(../img/bottom_header.gif);
	background-repeat: repeat;
	height: 91px;
}
#layout #header #bottom_header #bottom_left{
	background-image: url(../img/bottom1_header.gif);
	background-repeat: no-repeat;
	width: 214px;
	height: 86px;
	float: left;
	padding: 5px 0px 0px 55px;
}
#layout #header #bottom_header #bottom_right{
	background-image: url(../img/bottom2_header.gif);
	background-repeat: no-repeat;
	width: 379px;
	height: 86px;
	float: left;
	padding: 5px 0px 0px 40px;
}
