*
{
	margin: 0;
	padding: 0;
}

body {
	background: #e00b11;
	margin: 0 auto;
}

#top_page {
	margin: 0 auto;
	background: url(images/top_part.png) no-repeat;
	height: 23px;
	width: 990px;
	margin-top: 10px;
}

#content_bg {
	margin: 0 auto;
	width: 990px;;
	background: url(images/content.png) repeat-y center top;
}

#content {
	margin: 0 auto;
	width: 935px;
        font-family: Arial, Helvetica, sans-serif;
}

#logo {
	display: block;
	width: 403px;
	height: 105px;
}

#main_page {
	margin: 15px 0px 15px 0px;
}

#main_page h1.free_hug {
	color: #517600;
	font-size: 42px;
	font-weight: bold;
	text-align: center;   
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

#main_page p {
	width: 720px;
	text-align: left;
	font-size: 18px;
	line-height: 34px;
}

#main_page p b {
	font-size: 20px;
}

#main_page p a {
	font-size: 18px;
	color: #002fc9;
	text-decoration: underline;
}

#donate_now {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#donate_now h2.donate_only {
	font-family: Tahoma, Verdana, Geneva;
	font-size: 28px;
	color: #517600;
	margin: 0px 0px 20px 0px;
}

#donate_now img.donate_btn {
	border: none;
}

#donate_now img.small_logo {
	margin: 5px 0px 0px 45px;
}

#footer {
	border-top: 1px solid #80b806;
	padding: 4px 0px 0px 0px;
}

#footer p {
	font-size: 18px;
}

#footer a {
	font-size: 18px;
	color: #002fc9;
	text-decoration: underline;
}

#bottom_page{
	margin: 0 auto;
	background: url(images/bottom_part.png) no-repeat center;
	height: 21px;
	width: 990px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}