/* BEGIN: Body */
div#body {
	padding-top: 42px;
}
	/* BEGIN: Photo */
	div#photo {
		width: 777px;
		height: 239px;
		background: transparent url(../images/home/home.jpg) no-repeat left top;
	}
	/* END: Photo */
	
	/* BEGIN: Home Nav */
	ul#nav_home {
		float: left;
		width: 777px;
		padding: 16px 0;
		margin: 10px 0 36px 0;
		border-top: 1px #292929 solid;
		border-bottom: 1px #292929 solid;
		list-style: none;
	}
	
	ul#nav_home li {
		float: left;
		padding: 0 16px;
	}
	
	ul#nav_home li a {
		display: block;
		overflow: hidden;
		height: 28px;
		text-indent: -999em;
		background: transparent no-repeat left top;
	}
	
	ul#nav_home li a:hover { background-position: left -28px; }
	ul#nav_home li a:active { background-position: left -56px; }
	
	ul#nav_home li#nav_home_wwd a {
		width: 47px;
		background-image: url(../images/home/nav/wwd.gif);
	}
	
	ul#nav_home li#nav_home_wwdmens a {
		width: 89px;
		background-image: url(../images/home/nav/wwd_mens.gif);
	}
	
	ul#nav_home li#nav_home_wwdcom a {
		width: 83px;
		background-image: url(../images/home/nav/wwd-dot-com.gif);
	}
	
	ul#nav_home li#nav_home_wwdmagazines a {
		width: 56px;
		background-image: url(../images/home/nav/wwd_magazines.gif);
	}
	
	ul#nav_home li#nav_home_fn a {
		width: 39px;
		background-image: url(../images/home/nav/fn.gif);
	}
	
	ul#nav_home li#nav_home_fcbooks a {
		width: 59px;
		background-image: url(../images/home/nav/fairchild_books.gif);
	}
	
	ul#nav_home li#nav_home_summits a {
		width: 58px;
		background-image: url(../images/home/nav/fairchild_summits.gif);
	}
	
	ul#nav_home li#nav_home_careers a {
		width: 88px;
		background-image: url(../images/home/nav/fashioncareers-dot-com.gif);
	}
	/* BEGIN: Home Nav */

	/* BEGIN: Intro Text */
	p#intro {
		clear: both;
		overflow: hidden;
		width: 682px;
		height: 89px;
		margin: 36px auto;
		text-indent: -999em;
		color: white;
		background: transparent url(../images/home/intro.gif) no-repeat left top;
	}
	/* END: Intro Text */

/* END: Body */