#header{
	width: 100%;
	height: 105px;
	text-align: left;
}

#header_left{
	float: left;
	width: 341px; 
	height: 105px;
	text-align: left;
	background-image: url(../images/graphics/dotted.png);
	background-position: left 100px;
	background-repeat: no-repeat;
}

#header_left A{
	position: relative;
	left: 84px;
	top: 38px;
}

#header_right{
	float: right;
	width: 659px; 
	height: 105px;
	text-align: left;
	background-image: url(../images/graphics/dot.png);
	background-position: left 100px;
	background-repeat: repeat-x;
}
