 
 
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: #D6BAA5;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
#header {
	padding: 0 10px 0 20px;
	height: 200px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Kawartha_potters_guild.jpg);
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	float: none;
	text-align: right;
	color: #c60;
}
#header h2 {}
#header h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	padding-bottom: .5em;
}
#nav {
	float: left;
	left:10px;
	top:20px;
	width:200px;
	background-color:#FFFFFF;
	height:300px;
}
#nav ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}
#nav li {
    height:24px;
    line-height:24px;
}
#nav li {
    width:190px;
}
#nav li ul li {
    width:170px;
}
#nav li.category {
	padding-left:10px;
	height:auto;
	color:#733C21;
}
/*IE needs extra margin and padding set for the indented li */
* html #nav li ul li {
    margin-left:-10px;
    padding-left:10px;
}
/* end IE hack */

#nav li a,
#nav li ul li a {
    font-weight:normal;
    text-decoration:none;
    display:block;
    height:100%;
    width:100%;
    padding-left:10px;
}
#nav li.category ul li a {
    margin-left:-10px;
    padding-left:30px;
}
#nav li a:link,
#nav li a:visited {
	color:#734121;
	background-color:#FFFFFF;
}
#nav li a:hover,
#nav li a:active {
	color:#333333;
	background-color:#D6BAA5;
} 

#mainContent img {
	float: right;
	padding-left: 10px;
}
#mainContent img2 {
	float: left;
	padding-bottom: 10px;
}
#mainContent {
	margin: 0 0 0 210px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: thin solid #999999;
} 
#mainContent a {
	color: #CC6600;
	text-decoration: none;
}
#mainContent a:hover {
	color: #003399;
	text-decoration: underline;
}


#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003300;
}
#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #663300;
	text-transform: capitalize;
	text-align: center;
}
#mainContent h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1.1em;
	color: #663300;
	padding-bottom: 0.2px;
	font-style: italic;
	text-transform: capitalize;
} 

#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003366;
}

#footer ul {
	margin:0;
	padding:0;
	font-size:.8em;
	list-style-type: none;
	text-align:center;
	}
#footer ul li {
	display:inline;
	}
#footer ul li a {
	text-decoration:none;
	padding: .2em 1em;
	color:#663300;
	}
	
#footer ul li a:hover {
	color:#fff;
	background-color:#D6BAA5;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	}
.style1 {color: #660000}
 
#mainContent img {
	float: none;
}



.centered { text-align: center; }
.centered-table {
	margin-left:auto;
	margin-right:auto;
	}
