/* 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/home_banner.jpg) top center no-repeat;	
	width: 1000px;
}

#branding 	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	height: 514px;
	overflow: hidden;
}
	#branding-logo {}
	#branding-tagline {}
		#branding-tagline h1{}
	#branding-name {}

		#branding-name ul{
		margin: 0px;
		padding:305px 0px 0px 0px;
		list-style:none;
		}
		#branding-name li {
			display: block; 
			overflow: hidden;  
			height: 209px;
			float:left;
		}
		#branding-name a {
			display: block;
			width: 300px; 
			height: 209px;
			padding: 240px 0px 0px 0px;
			background: transparent url(../images/banner_nav.gif) no-repeat; background-position: 0px 0px;
		}
		#branding-name a:hover {background: transparent url(../images/banner_nav.gif) no-repeat; background-position: 0px -69px;}
		
		#branding-name		#nav_debut a{ background-position: 0px 0px; width: 343px;}
		#branding-name		#nav_pro a{ background-position: -343px 0px; width: 314px;}
		#branding-name		#nav_enhance a{ background-position: -657px 0px; width: 343px;}

		#branding-name		#nav_debut a:hover {background-position: 0px -209px;}
		#branding-name		#nav_pro a:hover {background-position: -343px -209px;}
		#branding-name		#nav_enhance a:hover {background-position: -657px -209px;}

	#branding-extra {}
