body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  width: 800px;
  color: #007D00;
}

#body {
	width: 800px;
	margin: 0px;
	padding-top: 1px;
	background-image: url(img/right_border.gif);
	background-position: right;
	background-repeat: repeat-y;	
}

#header {
	width: 740px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url(img/header.jpg); 
	border: 2px solid #007D00;
}

.separator {
	text-align: center; 
	border: 2px solid #007D00; 
	height: 0px; 
	width: 80%; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

#nav_bar {
	width: 120px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.soap_category {
	float: left;
	margin: 10px;
	text-align: center;
}

h2 {
	font-size: larger;
	font-weight: bold;
}

#main_text {
	padding: 10px;
	margin-top: 0px;
	margin-left: 140px;
	margin-right: 120px;
}

#footer {
	width: 740px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.item_name {
	font-weight: bolder;
	margin-bottom: 0px;
}

.item_description {
	margin-top: 0px;
}

.footer_text {
	font-weight: bolder;
	font-size: smaller;
}

.event_dates {
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 0px;
	padding: 0px;	
}

.event_description {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.nav_bar_button {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bolder;
	background-color: #8BC693;
}

.nav_bar_text {
	font-size: medium;
	color: white;
}

img {
	border: 2px solid #007D00;
}

#breadcrumb {
	font-weight: bolder;
}

#header_text {

}

