@charset "utf-8";
/* identity.css 
   Styles the logo and branding section of the site.
   
   Created: 04.08.08 
   Author: Chris Fannon [chris@christopherfannon.com] */
   
body {
	color: #616161;
	font-size: small;
	font-family: Tahoma;
}

#identity {
	position:relative;
	width: 100%;
	height: 166px;
	background: url(http://www.allaboutfairfieldcounty.com/Navigation/images/ribbon_blue-green_fixed.png) repeat-x 0 0; 
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	/*margin-top: 0px*/
}

#identity h1 {
	z-index: 3;
	/*
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	*/
	width: 200px;
	height: 166px;
	margin: 0 auto;
	background: url(http://www.allaboutfairfieldcounty.com/Navigation/images/FFCLogo_WebRibbon.png) no-repeat;
	text-indent: -9999px;
	text-align:center;
	display:block;
}

