@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg_clouds.jpg) no-repeat fixed #E8EFFF;
	}

.clear { clear: both; }

h1 {
	font-size: 2em;
	margin-bottom: 0.8em;
	padding-left: 15px;
	color:#8A0000;
}

h2 { padding-left: 15px; }

h3 { font-size: 1.2em;
	 color:#8A0000;
	 padding-left: 15px;
}

p {padding-left: 15px;}

.boldface {
	color:#8A0000;
	font-weight: bold;
			}

.hearthands {margin-left: 10px; margin-top: 10px; }

.emailme {
	color:#A65002;
	text-decoration:none;
}

div#page-wrap {
	width:1050px;
	margin: 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #efeae1;
}

div#header {
	height: 205px;
	margin-bottom: 0px;
	}
	
div#nav-bar {
	background-color:#FFEACA;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	

	
ul#nav {
	height: 36px;
	list-style: none;
	padding-left: 140px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.4em;
	}
	ul#nav li a {
	display: block;
	width: 120px;
	float: left;
	margin-top: -10px;
	color: #A65002;
	padding-top: 2px;
	padding-left: 31px;
	font-weight: bold;
	text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
	color: #E77003;
		}
		
div#main-content {
	text-decoration:none;
	background-image:url(images/maincontentbg.jpg);
	background-color:#efeae1;
	width: 1050px;
	}
	div#main-content div#left-col {
	
	float: left;
	width: 150px;
		}
	div#main-content div#right-col {
	float: right;
	width: 850px;
	background-color: #fdf4e3;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #DDAB7D;
	margin-bottom: 15px;
		}
			div#main-content div#right-col a {
			color: #A65002;
			text-decoration: none;
			}
			
 div#footer {
	background-color:#FFEACA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 50px;
	padding-left: 275px;
}
