/* Aspen Development Strategies
Site design by KPeirce

*/

body, h1, h2, h3, h4, h5, p, blockquote, dl, dt, dd {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #f9eed0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	text-align: center;
	color: #3c2006;
	}
	
	
a { color: #896633;
	}
	
a:hover { color: #3c2006;
	}
	

	
	
	
#container {
	width: 860px;
	margin: 10px auto auto auto;
	padding: 0;
	background: #f9eed0 url(images/pageback.png) left top repeat-y;
	float: none;
	}
	
#banner {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 186px;
	background: #f9eed0 url(images/banner.png) left top no-repeat;
	clear: right;
}
	
#content {
	width: 700px;
	text-align: left;
	margin: auto;
	}
	
#footer {
	width: 100%;
	background: #f9eed0 url(images/footer.png) left top no-repeat;
	font-family: Georgia, Palatino, "Times New Roman";
	color: #896633;
	height: 100px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	}

#navigation {
	position: relative;
	top: 0px;
	background: transparent url(images/navback.png) left top no-repeat;
	height: 70px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	font-family: Georgia, Palatino, "Times New Roman";
	font-weight: bold;
	}
	
#navigation ul {
	list-style: none;
	font-size: 1em;
	float: right;
	}
	
#navigation ul li {
	float: left;
	}

#navigation a {
	text-decoration: none;
	display: block;
	padding: 0px 1em;
	color: #3c2006;
	}
	
#navigation a:hover {
	color: #896633;
	}
	
#navigation a.here, #navigation a:hover.here
{
	color: #896633;
} 
	
h3 {
	margin-bottom: 1ex;
	font-family: Georgia, Palatino, "Times New Roman";
	font-size: 150%;
	}
	
p {
	line-height: 150%;
	margin-bottom: 2ex;
	}
	
.left p, .right p { 
	text-indent: 2em;
	}

	


.clear {
	clear: both;
	}
	
.left {
	float: left;
	width: 320px;
	}
	
.right {
	float: right;
	width: 320px;
	}
	
.center {
	text-align: center;
	}
	
#footer p, #contact p
{
	clear: both;
	text-align: center;
	font-family: Georgia, Palatino, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 0;
}

#footer p { padding-top: 50px;}

#contact 
{
	clear: both;
	float: none;
	padding-top: 40px;
}