body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #603913;
	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: #333333;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #D8C4A7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#left_nav_bar {
	background-color: #D8C4A7;
	float: left; /* the background color will be displayed for the length of the content in the div, but no further in the column */
	height: 100%;
}
#main_content {
	background-image: url(../../images/page/alberta_beekeepers_06.jpg);
	background-repeat: no-repeat;
	background-color: #FBECC8;
	width: 551px;
	float: right;
}
#main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	text-align: left;
}
#main_content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3A0E05;
}
#main_content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3A0E05;
}
#footer_contact {
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
	font-weight: bold;
}
#main_content a {
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}
#main_content a:hover {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
#footer_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 424px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#footer_nav a {
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}
#footer_nav a:hover {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FBECC8;
	clear: both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

