body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	/* font-family : "Georgia", "New York", serif; */
	font-family: "Arial", "Helvetica", sans-serif;
	background color: #f9e9d3
  }
p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	margin-bottom: .75em;
	margin-left: .5em;
 	}
h1, h2, h3, h4, h5, h6, h7 {
	padding-top: .5em; /* to push it closer to the paragraph below */
  }
#banner {
	border: solid 4px #600;
	background: url(images/collage2.jpg) no-repeat right;
	color: #f9e9d3;
	padding: 1em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	}
	#banner h1 {
		margin: 0; 
		padding: 0;
		}
	#banner h1 a:link {
		text-decoration:none;
		}
	#banner h1 a:visited {
		text-decoration:none;
		}
	#banner h1 a:hover {
		text-decoration:none;
		}
	#banner h1 a:active {
		text-decoration:none;
		}
#content {
	margin-left: 12em;
	padding: 2em;
	}
#navigation {
	color: #fff;
	float: left; 
	width: 12em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	}
	#navigation p {
		margin: 0; 
		padding: 2em;
		font-size: .95em;
		}
	#navigation ul {
		font-size: .95em;
		border-left: solid 2px #663333;
		border-right: solid 2px #663333;
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #663333;
		}
		#navigation ul li {
			margin: 0;
			padding: 0;
			border-top: solid 1px #663333;
			}
			#navigation ul li a {
				display: block;
				margin: 0;
				padding: .5em;
				text-decoration: none;
				}
			* html #navigation ul li a {
				width: 99%;
				w/idth: 100%;
				}
#navigation a:link {
	color: #fff;
	}
	
#navigation a:visited {
	color: #cc9966;
	}
	
#navigation a:hover {
	background-color: #c00;
	color: #fff;
	}
	
#navigation a:active {
	background-color: #f00;
	color: #fff;
	}
.crumbHere {
	color: #966;
	font-weight: bold;
	}
.sidebar {
	float: right; 
	width: 15em;
	padding: 1.5em ;
	margin: 1em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	color: #966;
	}
	
.sidebar2 {
	float: left; 
	width: 24em;
	padding: .5em ;
	margin: .5em;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: .9em;
	color: #966;
	}	
.frontFeature { /* add-on to the sidebar on the front page */
  font-size: .9em;
  }
.subnav {
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: .8em;
	}
#sidephoto {
	height:1200px;
	background:url(../images/side-color.jpg) top center;
	
	}
.caption {
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: .75em;
	}
a img {
	border:none;
	}
.halfwide {
  float: left;
  width: 49%;
  }
  /* put this AFTER floated elements to get the page back on track */
  /* e.g., after two "halfwide" divs, make sure to include a clearer div */
div.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  }
