/* header */

#chinook {
	width: 650px;
	background: #fff;
	font-family: georgia, serif;
	}
	
#chinook img {
	border-style: none;
	}
	
#chinook #top {
	margin: 0 0 20px 0;
	}	
	
#chinook h1 {
	margin: 0; 
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -.03em;
	line-height: 100%;
	}
	
#chinook .subhead {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	color: #555;
	}
	




#chinook #main {
	width: 650px;
	overflow: hidden;
	}	
	
	
	
	
#chinook #main #leftcol {
	float: left;
	}
	
#chinook #main #leftcol p {
	margin: 0 0 25px 0;
	font-family: georgia, serif;
	
	font-size: 15px;
	line-height: 140%;
	}
	
#byline { font-family:Helvetica,Arial,sans-serif;font-weight:bold;line-height:100%;margin-top:10px; font-size: 16px;}
#byline a { text-decoration:none !important; }
#credit { text-transform:uppercase;font-size:12px; }	
		
#chinook #main #rightcol {
	float: right;
	width: 310px;
	padding: 0 0 20px 20px;
	}
	
#chinook .image {
	border: 5px solid #ddd;
	line-height: 0;	
	}

#chinook .title {
	margin: 5px 0 20px 0;
	font-size: 12px;
	}

/* links */	
	
#chinook a,
#chinook a:visited {
	color: #069 !important;
	text-decoration: none !important;
	border: 0 !important;
	}
 
#chinook a:hover,
#chinook a:active {
 	color: #09f !important;
 	text-decoration: underline !important;
 	}

 /* end */	