#header {
	height: 110px;
	position: relative;
}
#header_left {
	width: 350px;
	float: left;
	height: 110px;
}
#header_right {
	float: right;
	width: 390px;
	height: 110px;
	text-align: right;
	background-image: url(../images/logo.gif);
}
#header_left_image1 {
	width: 110px;
	position: static;
	float: left;
	height: 110px;
}
#header_left_image2 {
	float: right;
	width: 110px;
	position: static;
	height: 110px;
}
#header_left_image3 {
	float: right;
	width: 110px;
	margin-left: 10px;
	height: 110px;
}
