@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;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #462d24 url(../images/lowry_hills_2600.jpg) repeat fixed;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}
#container  {
	width: 950px;
	text-align: left;
	background-color: #e1d2b1;
	margin: 0 auto;
	padding: 0px;
}

#header  {
	/* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-style: none;
	border-width: 0px;
}
#mainContent  {
	margin: 0px;
	padding: 0 10px;
}
#mainContent h1{
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-style: italic;
}
#mainContent h1.brownbar {
	background-color: #A26853;
	padding-left: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #462D24;
	border-left-color: #462D24;
	margin-left: -10px;
	margin-right: -10px;
	border-top: thick solid #600;
	border-bottom: medium solid #600;
}
#mainContent   h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
#mainContent.pedcomment  {
	font-style: italic;
}
#mainContent img.mhgallery {
	border: thin solid #000;
	background-color: #462D24;
}
#footer  {
	background-color: #8b0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #cccccc;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.style2 {font-size: 10pt}
