@charset "UTF-8";
/*------ basic styling -------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #996633;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
#wrapper {
	position:relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	background: url(webimages/background.jpg) no-repeat;
	}
#footer {
	position: absolute;
	width: 800px;
	padding: 10px 0 0 0;
	}
#clear {
	clear:both;
	}
#header {
	position: relative;
	height: 374px;
	}
#aspen {
	width: 774px;
	height: 81px;
	}
#banner {
	width: 765px;
	height: 293px;
	position: absolute;
	padding: 0 0 0 12px;
	}
#donate {
	float: left;
	width: 173px;
	margin: 45px 0 0 0;
	}
#content {
	float: left;
	width: 364px;
	height: 380px;
	overflow: auto;
	margin: 45px 18px 18px 30px;
	padding: 0 18px 0 0;
	}
#sidebar {
	float: right;
	width: 190px;
	margin: 45px 0 0 0;
	}
#footer {
	position: relative;
	width: 800 px;
	margin-top: 30px;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #996633;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996633;
	font-weight: normal;
}

/*--- main homepage styles--*/
#homewrapper {
	position:relative;
	width: 800px;
	height: 686px;
	margin: 0 auto;
	text-align:left;
	background: url(webimages/home/homebg.jpg) no-repeat;
	}
#aspenhome {
	width: 808px;
	height: 81px;
	}
#rescue {
	float:left;
	width: 135px;
	margin: 35px 0 0 25px;
	}

#homecontent {
	float: right;
	width: 560px;
	height: 190px;
	margin: 35px 40px 18px 0;
	overflow: auto;
	padding: 0 10px 0 0;
}
#homefooter {
	position: relative;
	width: 808 px;
	margin-top: 35px;
}
.unordered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	padding-left: 15px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	color: #333333;
	font-size: 10px;
	line-height: 16px;
	padding-left: 15px;
}
a:visited {
	text-decoration: none;
}
.formLabels {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.credittext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
	}