#header { 
	position: relative;
	width: 1005px;
	height:142px;
	text-align:left;
	margin:0px;
	padding:0px;
	/*background-color:#fff;*/
	border:0px solid #CC2200;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:visible;
}

#header .logo {
	position:absolute;
	left:121px;
	top:20px;
	color:#ff2222;
	border:0px solid #CC2200;
	width:99px;
	height:auto;
}

#header .logo a {
	display: block;
	height:125px;
}



#container .header_right {
	position: absolute;
	top:120px;
	left:767px;
	/*right:0px;*/
	width: 238px;
	height:36px;
	text-align:left;
	margin:0px;
	background-image:url(../images/header_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:0px solid #f22;
	z-index:10;
}