body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #EEFFC8;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EED7A5;
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../Images/Inuksuk%20Blue%20780x280%202.jpg);
	height: 280px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}

.twoColFixLtHdr #header h1 {
	color: #21FF1B;
	float: right;
	height: 150px;
	width: 400px;
	margin-top: 48px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: right;
	margin-top: 55px;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	background-color: #C29655;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background-color: #EED7A5;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C29655;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

.menu {
	background-color:#EED7A5;
	border-bottom:1px solid #2A4776;
	border-left:1px solid #2A4776;
	float:none;
	padding:0;
	margin: 0px;
	width: 200px;
}

.menu-list {
	list-style-type:none;
	margin:0;
	padding:2px;
}

.menu li {
	display:block;
	font-size:1em;
	margin:0;
	padding:3px;
	text-decoration:none;
}

.menu li a {
	font-size:1.1em;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F8846B;
}

.menu li a:link a:visited {
	color: #000000;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F8846B;	
}

.menu li a:hover {
	color: #3131FE;
	padding-left:10px;
	padding-right:0;
	text-decoration:none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #58862C;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}

.logo {
	margin-top: 15px;
	margin-right: 33px;
	margin-bottom: 15px;
	margin-left: 33px;
}

#mainContent h1, #mainContent h2, #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3130FE;
	margin-left: -10px;
}

#mainContent h1 {
	margin-top: 10px;
}

.twoColFixLtHdr #container #mainContent img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
