@charset "utf-8";
body {
	color: #000;
	background-color: #7b5c10;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body a {
	color: #c3b60b;
}
body a:hover {
	color: #152609;
}
h4 {
	margin: 5px;
}
h3 {
	margin: 5px;
}

h2 {
	margin: 5px;
}
#wrapper {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	background-color: #6a4f0e;
}
/* CSS Document */

#header {
	width: 800px;
	background-image: url(../images/devotion_header.jpg);
}
#nav {
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 20px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li a {
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 13px;
}
#content {
	width: 790px;
	padding: 5px;
}
#sidebar {
	width: 250px;
	float: left;
}
.sidebar_item {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.sidebar_item p {
	margin: 5px;
}
#main_content {
	width: 533px;
	float: right;
	font-size: 14px;
}
#footer {
	width: 790px;
	text-align: center;
	padding: 5px;
	font-style: normal;
}
.image_nav {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.nav_prev {
	width: 250px;
	float: left;
	padding: 5px;
}
#main_content h2 a {
	color: #000;
	text-decoration: none;
}

.nav_next {
	width: 250px;
	float: none;
	text-align: right;
	padding: 5px;
}
#crew {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#crew_photos {
	list-style-type: none;
	float: left;
}
.news {
	width: 500px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.news_date_author_text {
	font-size: 9px;
	font-style: italic;
	color: #C3B60B;
}
#wrapper #content #main_content .news div h2 {
	margin-left: 0px;
	text-decoration: underline;
	margin-bottom: 4px;
}
