/* header */

#firefighters {
	width: 100%;
	font-family: georgia, serif;
	font-size: 14px;
	background: #fff;
	}
	
#firefighters img {
	border-style: none;
	}
	
#firefighters a,
#firefighters a:visited {
	color: #06c;
	text-decoration: none;
	}
 
#firefighters a:hover,
#firefighters a:active {
 	color: #69f;
 	text-decoration: underline;
 	}

/* flag */

#firefighters #flag {
	}
	
#firefighters #flag h1 {
	margin: 0;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -.03em;
	}	
	
#firefighters #subhead h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	color: #666;
	}	

/* content */

#firefighters #fire-content {
	margin: 15px 0 0 0;
	background: #fff url(http://oregonianextra.com/olive-specials/firefighters/graphics/XXXXXXX.jpg)top center repeat-y;
	border-top: 5px solid #aaa;
	border-bottom: 5px solid #aaa;	
	}
	
	

#firefighters .grid {
	padding: 0 0 10px 10px;
	background: #ddd;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

#firefighters .grid h2 {
	margin: 10px 0 10px 0;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	background: #ddd;
	}	
	
#firefighters .grid .item {
	float: left;
	width: 293px;
	padding: 5px 0 5px 5px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	}
	
#firefighters .grid .item img {
	float: left;
	margin: 0 5px 0 0;
	}	
	
#firefighters .grid .item .text {
	float: left;
	margin: 5px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #777;
	}	
	
#firefighters .grid .item .text a {
	font-family: georgia, times, serif;
	font-size: 16px;
	}		
	
	
	
	
	
	
	
	
	
	
	



 /* end */	