@charset "UTF-8";

#header_wrapper{
	background-image:url(images/white_tile.jpg);
	background-repeat:repeat-x;
}



#header{
	margin:0;
	padding:0;
	width:1000px;
	height:130px;
	margin:auto;
}

#header_left{
	height:110px;
	width:420px;
	margin:20px 0 0 0;
	padding:0;
	background-image:url(images/white_tile.jpg);
	background-repeat:repeat-x;
	float:left;
}

#header_right{
	width:475px;
	height:120px;
	margin:10px 0 0 0;
	background-color:#FFF;
	float:right;
	/*float:clear;*/
	/*height:160px;*/
}

#header_right_text{
	float:left;
		
	A:link {text-decoration: underline}

	/*margin-left:50px;*/
}

#header_right_images{
	float:right;
}

#header_right_images img{
	padding:0 0px 0 10px;
}

#header_right h2{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
}

a {
	text-decoration:none;
	color:#000;
}
