body {
	background: url(../images/body_background.gif) top center repeat-y #5c0806;
	color: #000;
}

a:link {
	color: #5c0806;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
	text-decoration: underline;
}

header, footer, aside, nav, article {  
	display: block;  
}
article {
	padding-bottom: 15px;
}

#header {
	width: 1020px;
	height: 168px;
	margin: 0 auto;
	background: url(../images/header.jpg) bottom center;
}
#footer {
	width: 1020px;
	margin: 0 auto;
	background: url(../images/footer.jpg) top center no-repeat #5c0806;
	padding: 25px 0;
	clear: both;
	color: #fff;
}
.hide {
	display: none;
}
.centered {
	text-align: center;
}
.by-line {
	font-style: italic;
	font-weight: bold;
}

.sub-title {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	font-size: 1.25em;
}

.terrebonne_menu {
	background: url(../images/terrebonne_menu.jpg) center no-repeat;
	height: 284px;
}
.lafourche_menu {
	background: url(../images/lafourche_menu.jpg) center no-repeat;
	height: 284px;
}
.stmary_menu {
	background: url(../images/stmary_menu.jpg) center no-repeat;
	height: 284px;
}

.nav_menu_button {
	text-align: center;
	width: 300px;
	display: block;
	font-size: 42px;
	color: #fff;
	text-decoration: none;
	padding: 200px 0 20px 0;
}

	.nav_menu_button:link {
		color: #fff;
	}
	
	.nav_menu_button:hover {
		text-shadow: 1px 1px 3px white;
		color: #ff8000;
	}

.article_small_header {
	background: url(../images/article_small_top.jpg) top center no-repeat;
	height: 20px;
	margin-top: 25px;
}

.article_small_section {
	background: url(../images/article_small_content.jpg) top center repeat-y;
	padding-bottom: 20px;
}

	.article_small_section h1, .article_small_section h2, .article_small_section h3, .article_small_section h4, .article_small_section h5, .article_small_section h6, .article_small_section p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.article_small_section p {
		margin-bottom: 1em;
	}
	
	.article_small_section a {
		font-weight: bold;
	}
	
.article_small_footer {
	background: url(../images/article_small_bottom.jpg) bottom center no-repeat;
	height: 10px;
}

.cajun_critter {
	font-size: 1.5em;
	width: 361px;
	height: 309px;
	text-align: center;
	padding-left: 259px;
	padding-top: 15px;
	margin-top: 25px;
	background: url(../images/cajun_critters.jpg) top left no-repeat;
}

	.cajun_critter p {
		margin-bottom: 1em;
	}