* {
	margin:			0;
	padding:  		0;
}

body {
	font-family:	"Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background:		#000 url(graphics/texture.png) no-repeat;
	padding: 		0;
	color:			#555;
	}

/* ==== header link styling ==== */
	
#header {
	position:	relative;
	margin:		100px auto 0 auto;
	padding:		0;
	height:		50px;
	width:		800px;
}

#nav {	
  float:				left;
  margin:				15px 0 15px 0;
  padding:				0;
  width:				510px;
  background:			none;
}

#headerLinks ul {
	float:			left;
}

#headerLinks li {		
  list-style:		none;
  float:			left;	
  padding:			0px;
  border-right:		solid 1px #555;
}

#headerLinks .contact {
  border-right:		none;
}

#headerLinks a:link, #headerLinks a:visited {		
	display:			block;
	height:				18px;
  	width:				100px;
	line-height:		18px;
	text-decoration:	none;
	font:				"Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:			65%;
	letter-spacing:		2px;
	text-transform:		uppercase;
	color:				#d9d0c1; 
	text-align:			center;		
	
}

#headerLinks a:hover, a:active {		
	background:	url(graphics/navBgGrad.gif) repeat-x;
	color:		#404250;
}

#logo {

  margin:		0 0 0 0;
  padding:		0;
  float:		left;
}

#benefitLink {
  margin:		0 0 0 0;
  padding:		0;
  float:		right;
  text-align:	justify;
}

#benefitLink a {
  text-decoration:	none;
  border-bottom:	none;
  color:			#832c19;
  font-size:		1.1em;
}

.info {
		text-align:		center;
		width:			800px;
		margin:			20px auto 20px auto;
		border-top:		1px solid #111;
		padding-top:	0px;
		}
		
	.info p {
		margin-top:		1.6em;
		color:			#504842;
		font-size:		70%;
		}

/* ==== misc content ==== */

#home #headerLinks .home a,
#news #headerLinks .news a
{
	background:	url(graphics/navBgGrad.gif) repeat-x;
	color:		#404250;
	cursor:		default;
}
