@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.allaboutdarien.com/navigation/images/beltGraphic.png) repeat-x 0; 
	margin: 0 auto;
	margin-bottom: 20px;
	/*margin-top: 20px;*/
	/*border: 1px solid #000;*/
}

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

