@charset "utf-8";
/* CSS Document */

/*3-column layout*/

#wrapper {
	width: 960px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	height: 1300px;
	left: 40px;
	top: 0px;
}

#banner {
	width: 958px;
	height: 150px;
	position: absolute;
	left: 1px;
	top: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #214D70;
}
#banner img.banner {
	margin-left: 50px;
}


#donate {
	width: 235px;
	padding-left: 10px;
	background-color: #FFE1FF;
	vertical-align: top;
	position: absolute;
	height: 700px;
	left: 712px;
	top: 157px;
	padding-top: 10px;
}
#donate form {
	margin: 10px;
}
#donate img {
	margin-left: -5px;
	margin-top: 5px;
}


#donate p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 10px;
}


#main {
	width: 457px;
	padding-left: 10px;
	border-right: 1px dotted #000;
	background-color: #FFFFFF;
	vertical-align: top;
	position: absolute;
	height: 800px;
	left: 235px;
	top: 154px;
}


#menu {
	width: 215px;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	position: absolute;
	height: 400px;
	left: 4px;
	top: 157px;
}

#footer {
	width: 956px;
	height: 50px;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: absolute;
	left: -1px;
	top: 1300px;
	border-top-width: thin;
	border-top-style: solid;
}
body {
	background-color: #FFFFFF;
