/* CSS Document */

@import 'reset.css';

/* BEGIN includes */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
/* END includes */

/* BEGIN standard elements */
html, body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	/*background-color: #FFF;*/
	background: url(img/bg.jpg) center top no-repeat transparent;
}

form {
}

form label {
}

form input {
}

form textarea {
}
/* END standard elements */

/* BEGIN layout */
#pageWrapper {
	width: 695px;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 40px;
	padding-left: 122px;
}
#topInfo {
	min-height: 510px;
	margin-bottom: 25px;
	background: url(img/photo.png) right bottom no-repeat transparent;
}
#topInfo h1 {
	margin-bottom: 53px;
	background: url(img/title.png) left top no-repeat transparent;
	line-height: 500px;
	overflow: hidden;
	height: 174px;
}
#topInfo p {
	padding-left: 15px;
	color: #231F20;
	font-size: 15px;
	line-height: 17px;
}
#topInfo p b {
	font-weight: bold;
}
#topInfo p span {
	color: #1B75BB;
}
#topInfo p a,
#topInfo p a:visited {
	color: #231F20;
}
#topInfo p a.special,
#topInfo p a.special:visited {
	color: #1B75BB;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#topInfo p a.special:hover {
	text-decoration: underline;
}

#goalInfo {
	width: 475px;
	min-height: 175px;
	padding-top: 20px;
	background: url(img/doar.png) right top no-repeat transparent;
	margin-bottom: 16px;
}
#goalInfo h2 {
	margin-bottom: 17px;
	background: url(img/goal.png) left top no-repeat transparent;
	line-height: 500px;
	overflow: hidden;
	height: 94px;
}
#goalInfo p {
	padding-left: 37px;
	color: #231F20;
	font-size: 16px;
	line-height: 20px;
}
#goalInfo p b {
	font-weight: bold;
}
#bankAccounts {
	width: 477px;
	height: 86px;
	padding-top: 21px;
	padding-left: 34px;
	background: url(img/banks-wrapper.png) left top no-repeat transparent;
	margin-bottom: 29px;
	line-height: 23px;
	color: #231F20;
	font-size: 18px;
}
#bankAccounts b {
	font-weight: bold;
}

#content {
	margin-bottom: 47px;
}
#content h3 {
	margin-left: 13px;
	margin-bottom: 20px;
	background: url(img/history.png) left top no-repeat transparent;
	line-height: 500px;
	overflow: hidden;
	height: 34px;
}
#content p {
	line-height: 16px;
	color: #231F20;
	font-size: 15px;
	padding-left: 14px;
	width: 510px;
	margin-bottom: 16px;
}

#content2 {
	margin-bottom: 15px;
}
#content2 h3 {
	margin-left: 13px;
	margin-bottom: 20px;
	background: url(img/content-title.png) left top no-repeat transparent;
	line-height: 500px;
	overflow: hidden;
	height: 65px;
}
#content2 p {
	line-height: 16px;
	color: #231F20;
	font-size: 15px;
	padding-left: 14px;
	width: 510px;
	margin-bottom: 16px;
}
#content2 p a,
#content2 p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #231F20;
}
#content2 p a:hover {
	text-decoration: underline;
}

#thankyou {
}
#thankyou h3 {
	margin-left: 13px;
	background: url(img/thankyou.png) left top no-repeat transparent;
	line-height: 500px;
	overflow: hidden;
	height: 40px;
}
/* END layout */