#header{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
	padding: 0px 0px 10px 10px;
	width: 100%;
	background-image:url(../images/bkgd_head.gif);
	background-repeat: repeat-x;
}
#header p{
	margin:0px 0px 0px 0px;
}
.header_left {
	position:relative;
	left:0px;
	top:0px;
	z-index: 1;
	width: 300px;
}
.header_right {
	position:absolute;
	left:330px;
	top:0px;
	z-index: 1;
	width: 425px;
	padding: 15px 15px 0px 0px;
	text-align:right;
}
