body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #3c98e6;
	background-image:url(../images/skytile.gif);
	background-repeat:repeat-x;
	height:100%;
	position:relative;
	margin:0px;
}
a {
	color: #7d794a;
	text-decoration: underline;
}
a:hover {
	color:#0066FF;
}
.nav2 a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
}
.nav2 a:hover {
	color:#3399FF;
	text-decoration:underline;
}
a.select {
	color:#CC9900;
	text-decoration:none;
	font-size:14px;
}
.grass {
	background-image:url(../images/grasstile.png);
	background-position:center;
	height:235px;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:-1;	
}
/* the sun has the image inside the div and sticks to the top */
.sun {
	height:212px;
	width:207px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:-1px;
}
/* the logo's centered and then moved 560 pixels to the left */
.logo {
	width:276px;
	z-index: 100;
	top:0px;
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-510px;

}
.container {
	width:800px;
	height:100%;
	background-color: #f3da63;
	z-index:1;
	margin:auto;
	position:relative;
	border-right-width: 6px;
	border-left-width: 6px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
.content {
	position:relative;
	padding:50px 50px 30px 50px;
	text-align:left;
}
.nav1 {
	font-size:11px;
	width:780px;
	height:29px;
	background-color:#000000;
	background-image:url(../images/nav1bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 10px 20px 0px 0px;
	color:#f3da63;
	text-align:right;
	}

.nav2 {
	width:780px;
	height:26px;
	background-color:#000000;
	padding: 13px 20px 0px 0px;
	color:#ffffff;
	text-align:right;
}
.footer {
	height:150px;
	width:800px;
	background-color:#c4ae46;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e8d3d;
	text-align:center;
}
.imgright {
	display:inline;
	right:0px;
	position:relative;
	padding:0px;
	border: 4px solid #99CC33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.header {
	width:100%;
	text-align:right;
	padding-bottom:10px;
	margin-top:-20px;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c4a346;
	}
	
.letter {
	width: 590px;
	background-image: url(../images/notepad_02.jpg);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	font-size: 12px;
	padding-left: 60px;
	padding-top: 70px;
	padding-right: 110px;
	font-family: "Courier New", Courier, monospace;
	
}
.lettertop {
	height:20px;
	overflow:visible;
	width: 590px;
	display: block;
}

.letterdonate {
	width: 730px;
	background-image: url(../images/notepad-donate.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	font-size: 12px;
	padding-left: 60px;
	padding-top: 100px;
	padding-right: 110px;
	margin-left: -20px;
}
