* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #741212;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
input, textarea {
	padding: 5px 6px;
	outline: 0px;
	color: #412D19;
}
a {
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	border-bottom: 0px;
}
div#all {
	background-image: url(../images/allBG.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 822px;
	margin: 0px auto;
}
div#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	min-height: 500px;
}
div#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.center {
	width: 740px;
	margin: 0px 0px 0px 41px;
}
p#mainphoto {
	padding: 120px 0px 0px 0px;
}
#content {
	width: 700px;
	margin: 40px 0px 0px 20px;
	color: #412D19;
	line-height: 20px;
}
#content p {
	margin: 12px 0px 0px 0px;
}
#content em {
	font-size: 17px;
	font-style: normal;
	color: #664626;
	font-weight: bold;
	line-height: 24px;
}
#content #donate {
	border-bottom: 1px solid #A38039;
	margin-bottom: 8px;
}
#content #donate p {
	margin: 0px 10px 15px 40px;
	float: left;
}
#content #donate form {
	background-image: url(../images/donateBG.gif);
	padding: 11px 0px 11px 32px;
	width: 166px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
	margin: -12px 0px 0px 0px;
}
#content #donate form #amount {
	width: 70px;
	background-color: #ffffff;
	border: none;
	padding: 4px 5px;
	font-size: 12px;
}
#content #donate form #submit {
	color: #F1E6B4;
	background-color: #755429;
	font-weight: bold;
	border: solid 2px #A37539;
	cursor: pointer;
	padding: 3px 6px;
	font-size: 12px;
}
#content #donate form #submit:hover {
	background-color: #62431c;
}
#content #textual {
	float: left;
	width: 500px;
	padding: 0px 13px;
}
#textual h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3F2B12;
	font-weight: normal;
	margin-top: 15px;
}
#textual h2 small {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Grande Unicode", sans-serif;
	color: #62431c;
	font-size: 12px;
}
#textual h3 {
	font-size: 11px;
	font-weight: normal;
}
#content ul {
	padding: 12px 15px;
	background-color: #E9D098;
	float: left;
	width: 120px;
	margin: 15px 0px 0px 15px;
	border-bottom: solid 1px #D7B565;
	color: #62431c;
}
#content ul a {
	color: #62431c;
	border: none;
}
#content ul a:hover {
	color: #3F2B12;
}
ul#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
}
ul#blogarchive a:hover {
	border-bottom: solid 1px #62431c;
}
div#footer {
	color: #EFEAD5;
	padding: 55px 0px 45px 0px;
	font-size: 11px;
}
div#footer a {
	color: #EFEAD5;
	border-color: #9B866B;
}
.alignright {
	text-align: right;
}
.floatleft {
	float: left;
}
