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

h3 {
	color: #8843DB;
}

p {
	font-size: 10pt;
}

strong {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #8843DB;
}

#form {
	width: 45%;
	height: 423px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	float: left;
}

#bigger_txt {
	font-size: large;
}

#donation_box {
	margin: 5px;
	margin-right: 10px;
	float: right;
	text-align: center;
}

#quick_contacts {
	height: 423px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

#to_middle {
	text-align: center;
}

#description {
	width: 50%;
	float: left;
}

#contact_info {
	width: 50%;
	float: right;
}

