#wrapper { 
	background: #f5f4df;
}
#pageFooter h1 {
        color:#fff;
	height:31px;
	line-height:34px;
         padding-top:0px;
	background:url(../design_images/footer.jpg) no-repeat top center;
}

#pageFooter h1+h1 {
        letter-spacing:0px;
	line-height:25px;
        color:#444;
	background:transparent;
}
#celebrateTicker {
	width:350px;
	height:27px;
	position:absolute;
	left:506px;
	z-index:2;
}


#homeInset {
	float:left;
	min-height:298px;
	width:1000px;
  	background: url(../design_images/insetBG.gif) repeat-x top;
}
#slideshow {
	float:left;
	width:671px;
	height:257px;
	padding-top:23px;
	background: url(../design_images/slideshowbg.png) no-repeat bottom center;
}
#video { /* width:280, height:200 */
	float:right;
	height:200px;
	width:280px;
	margin:18px 15px 0 0;
	background:#fff;
	padding:8px;
	border:1px solid #444;
}

/*green version of navigation menu.... needs full stylesheet plus this one to work */

#navMenu {
	background:#84907c;
}
#navMenu input {
	background:#5d6658;
}

#dropdownMenu li.home a {
	background:url(../design_images/nav/green_home.gif) no-repeat left top;
	width:52px;
}
#dropdownMenu li.current_issue a {
	background:url(../design_images/nav/green_current_issue.gif) no-repeat left top;
	width:105px;
}
#dropdownMenu li.archives a {
	background:url(../design_images/nav/green_archives.gif) no-repeat left top;
	width:76px;
}
#dropdownMenu li.c2_cliques a {
	background:url(../design_images/nav/green_c2_cliques.gif) no-repeat left top;
	width:87px;
}
#dropdownMenu li.diamond_club a {
	background:url(../design_images/nav/green_diamond_club.gif) no-repeat left top;
	width:110px;
}
#dropdownMenu li.free_stuff a {
	background:url(../design_images/nav/green_free_stuff.gif) no-repeat left top;
	width:79px;
}
#dropdownMenu li.advertise a {
	background:url(../design_images/nav/green_advertise.gif) no-repeat left top;
	width:78px;
}
#dropdownMenu li.partners a {
	background:url(../design_images/nav/green_partners.gif) no-repeat left top;
	width:74px;
}
#dropdownMenu li.c2_store a {
	background:url(../design_images/nav/green_c2_store.gif) no-repeat left top;
	width:73px;
}
#dropdownMenu li.subscribe a {
	background:url(../design_images/nav/green_subscribe.gif) no-repeat left top;
	width:77px;
}

#dropdownMenu li a:hover,
#dropdownMenu li:hover a,
#dropdownMenu li.hover a {
	background-position:0px -34px; 
}
#dropdownMenu li ul li a:hover {
	background:#85907f !important;
	color:#fff;
}