#wrapper {
	background-attachment: fixed;
	background-image: url(../images/charitybg.jpg);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	background-position: center top;
	height: auto;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#navbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#line {
	width: 960px;
	background-color: #000000;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
}
#contentwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 1000px;
}



#contentleft {
	float: left;
	width: 500px;
	height: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	padding-top: 20px;
	padding-left: 50px;
}
#contentright {
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 900px;
	text-align: center;
	padding-top: 20px;
}
#image {
	height: 400px;
	width: 400px;
	margin: auto;
}
#thumbNailImage {
	height: 400px;
	width: 400px;
	padding-top: 50px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 75px;
	text-align: center;
	font-weight: bold;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	font-weight: bolder;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
.smallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bolder;
	text-align: left;
	color: #666666;
}
