/* Developed by Matthew Sloggett for the American Society of Plastic Surgeons */
#container1 {
	background:transparent url(../images/webgold_banner.jpg) top center no-repeat;
	width: 100%;
	min-width: 1000px;	
}
#container2 {
	background:transparent url(../images/bg_y.gif) top center repeat-y;
	width: 100%;
	min-width: 1000px;
	}
#container3 {
	margin: 0px auto 0px auto; /* Must have auto to center in some browsers */
	background:transparent url(../images/inside_banner.jpg) top center no-repeat;	
	width: 1000px;
}

#branding 	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	height: 244px;
	overflow: hidden;
}
	#branding-logo {}
	#branding-tagline {}
		#branding-tagline h1{}
	#branding-name {}

		#branding-name ul{
		margin: 0px;
		padding:171px 0px 0px 293px;
		list-style:none;
		}
		#branding-name li {
			display: block; 
			overflow: hidden;  
			height: 73px;
			float:left;
		}
		#branding-name a {
			display: block;
			width: 220px; 
			height: 73px;
			padding: 100px 0px 0px 0px;
			background: transparent url(../images/inside_nav.gif) no-repeat; background-position: 0px 0px;
		}
		#branding-name a:hover {background: transparent url(../images/inside_nav.gif) no-repeat; background-position: 0px -69px;}
		
		#branding-name		#nav_debut a{ background-position: 0px 0px; width: 223px;}
		#branding-name		#nav_pro a{ background-position: -223px 0px; width: 223px;}
		#branding-name		#nav_enhance a{ background-position: -446px 0px; width: 222px;}

		#branding-name		#nav_debut a:hover {background-position: 0px -73px;}
		#branding-name		#nav_pro a:hover {background-position: -223px -73px;}
		#branding-name		#nav_enhance a:hover {background-position: -446px -73px;}

	#branding-extra {}
