#top_banner {
    background: url('header-block.png') no-repeat fixed;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

} 

#explanation_block {
	font-size: 1.3em;
}

#backcountry_wanderer {


}


.blurb_container_left {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;

	border: 10px;
	border-style: solid; 
	-moz-border-image: url(frame.png) 100 96 93 103 stretch;
	-webkit-border-image: url(frame.png) 100 96 93 103 stretch; 
	-o-border-image: url(frame.png) 100 96 93 103 stretch; 
	border-image: url(frame.png) 100 96 93 103 fill stretch;

	text-align: center;
	padding: 10px;

	position:relative;
	float:left;
	width:45%;
	height:25%;
}

.blurb_container_right {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;

	border: 10px;
	border-style: solid; 
	-moz-border-image: url(frame.png) 100 96 93 103 stretch;
	-webkit-border-image: url(frame.png) 100 96 93 103 stretch; 
	-o-border-image: url(frame.png) 100 96 93 103 stretch; 
	border-image: url(frame.png) 100 96 93 103 fill stretch;

	text-align: center;
	padding: 10px;

	position:relative;
	float:right;
	width:45%;
	height:25%;
}

.blurb_container_full {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	
	float:left;
	position:relative;

	height:25%;
	width:100%;
}

.blurb_header_link {
	font-size: 1.8em;
}

.blurb_intro {
	color: #B6C6D1;
	font-size: 0.7em;
	text-align: justify;
}

a:link {
    text-decoration: none;
    color: #745747;
}

a:visited {
    text-decoration: none;
    color: #59657D;
}

a:hover {
    text-decoration: none;
	color: #8496AB;
}

a:active {
    text-decoration: none;
	color: #8496AB;
}

.article_listing {
	text-align: justify;
}

.article_list_pubdate {
	font-size: 0.6em;
}

.article_list_intro {
	color: #A6AAAD;
	font-size: 0.8em;
}

.article_divider {
	border: 2px dashed #EBE8E6;
}

.body {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}