/* general */

#lance {
	width: 650px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-family: georgia, serif;
	font-size: 13px;
	background: #fff;
	}
	
#lance img {
	border-style: none;
	}
	
#lance p {
	margin: 0 0 20px 0;
	}	

/* header */

#lance #flag {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 160%;
	}
	
#lance #flag h1 {
	margin: 0 0 20px 0;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -.03em;
	}

/* top */

#top {
	width: 310px;
	margin: 0 0 5px 5px;
	float: right;
	padding: 10px 10px 0 10px;
	background: #ddd url(http://oregonianextra.com/olive-specials/lance/graphics/background-top.gif) top repeat-x;
	color: #444;
	overflow: hidden;
	border-bottom: 3px solid #bbb;
	}
	
#top img.frame {
	margin: 0 0 10px 0;
	border: 5px solid #fff;
	}	

#top strong {
	font-size: 12px;
	}
		
#top p {
	margin: 0 0 20px 0;
	line-height: 160%;
	font-size: 14px;
	}

/* intro */

#intro {
	margin: 0 0 1px 0;
	padding: 10px;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	}
	
#intro strong {
	font-size: 22px;
	letter-spacing: .02em;
	}	

/* grid */

#grid {
	width: 630px;
	margin: 0 0 20px 0;
	padding: 10px 10px 500px 10px;
	background: #fff url(http://oregonianextra.com/olive-specials/lance/graphics/background.jpg) top center no-repeat;
	line-height: 100%;
	border-bottom: 2px solid #000;
	}
	
#grid img {
	margin: 0 0 20px 0;
	}	

#grid .leftcol {
	float: left;
	width: 315px;
	}

#grid .rightcol {
	float: right;
	width: 315px;
	}
	
/* bottom */
	
#lance .bottom {
	margin: 20px 0 5px 0;
	font-size: 14px;
	line-height: 160%;
	}
		

/* links */	

#lance a,
#lance a:visited {
	text-decoration: none !important;
	border: 0 !important;
	}
 
#lance a:hover,
#lance a:active {
 	text-decoration: underline !important;
 	}
 	
/* end */	