@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Gill Sans";
	font-size: 100%;
	background-color: #EEEFEE;
}
.twoColFixLtHdr #container {
	width: 810px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/dreamweaver%20basic%20images/main_pages_bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	float: left;
} 
.twoColFixLtHdr #mainContent {
	width: 810px;
	background-image: url(images/dreamweaver%20basic%20images/main_pages_bg.jpg);
	float: left;
} 
#nav_bar {
	height: 30px;
	width: 780px;
	margin-left: 15px;
}
#main_image {
	height: 160px;
	width: 780px;
	margin-left: 15px;
	float: left;
}
#header_bar {
	font-family: Kaela;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #30432B;
	height: 30px;
	width: 650px;
	padding-left: 130px;
	float: left;
}
#content_container {
	width: 780px;
	margin-left: 15px;
	float: left;
	padding-bottom: 5px;
}
.main_content_container {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 130px;
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 150px;
}
.main_text {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
}
.content_heading {
	font-family: "Gill Sans";
	font-size: 12pt;
	color: #336600;
	font-weight: bold;
}
.snippet_container_50 {
	font-family: Kaela;
	font-size: 24px;
	color: #222F1E;
	background-color: #EEEFEE;
	padding: 2px;
	float: left;
	height: 50px;
	width: 294px;
	border: 1px solid #CCCCCC;
	line-height: 55px;
	font-weight: bold;
	margin-bottom: 5px;
}
.image_container {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.twoColFixLtHdr #footer {
	background-image: url(images/dreamweaver%20basic%20images/footer_main_pages.jpg);
	float: left;
} 
