/* CSS Document */

body {
	background-color: #ece7de;
	font-family: "Times New Roman", Times, serif;
	color: #003336;
	}
a {color: #00ccff; text-decoration: none;}
a:hover {color:#003333;} 
img {border: none;}
a:img {border: none;}
#wrapper {
	margin: 3% auto;
	width: 708px;
	background-color: #f6f3ee;
	padding: 10px;
	}
#header {
	background-image: url(images/header.gif);
	width: 708px;
	height: 70px;
	margin-bottom: 15px;
	}
#content {
	width: 708px;
	}
#left {
	float: left;
	width: 410px;
	height: 310px;
	text-align: justify;
	border-right: 1px solid #ece7de;
	padding-right: 24px;
	font-size: 15px;
	}
.pic1 {
	float: left;
	padding: 0 10px 0 0;
	}
#right {
	float: right;
	width: 250px;
	font-size: 14px;
	line-height: 19px;
	margin-left: 10px;
	}
.pic2 {
	margin-top: 7px;
	}
.donate {
	margin-top: 7px;
	}
