@charset "utf-8";
/* CSS Document */

.header_cotainer{	width:955px;
					height:211px;
					background-image:url(../images/header-bground.png);
					background-repeat:repeat-x;
					margin-left:auto;
					margin-right:auto;
				}
				
.header_cotainer_logo{
	width:933px;
	height:211px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left: 22px;
					 }
				
#donate_logo	{	width:174px;
					height:132px;
					float:right;
				}
				
#donate_logo a img{
	border:0;
}				
				
.nav_bar_container{
	width:525px;
	height:38px;
	background-image:url(../images/nav-bar-shadow.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:right;
	float:right;
	margin-top: 40px;
	margin-right: 15px;
				  }
				  
.nav_bar_container img	{	border:none;
							text-decoration:none;
						}
						
#header_extended{	width:100%;
					height:211px;
					background-image:url(../images/header-bground.png);
					background-repeat:repeat-x;
					cursor:pointer;
				}

