/**
 * 
 */
#team {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#ffffff url(../images/construction_stripes.png) bottom left repeat-x;
	/*border-bottom:5px solid #CECECE;*/
	
	/*overflow:hidden; zoom:1;*/
	font-family:Georgia;
	font-size:medium;
	color:#000;
	line-height:140%;
	
	opacity:0.97;
	z-index:999;
}
#team-in {
	/*padding:15px 1em 1em;*/
	height:5px; overflow:hidden;
	/*background:url(http://www.37signals.com/images/topbluefade.gif) top left repeat-x;*/
}
#team-in h1 {
	background-color:#FFF9D8;
	border-bottom:1px solid #FFE8CD;
	border-top:1px solid #FFE8CD;
	padding:30px 0pt;
	text-align:center;
}
#team-in .toggle {
	
	position:absolute;
	bottom:-1.43em;
	right:1.5em;
}
#team-in .toggle a {
	display:block;
	background-color:#CECECE;
	padding:0 1em;
	text-decoration:none;
	color:#353535;
}
