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

body {
	background: url(../images/bg.jpg) 0 0 repeat;
	margin: 0;
	padding: 0;
	font: 14px Arial, Verdana, Helvetica;
}
#container {
	width:960px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 0;
	margin-left: 0;
	z-index: 999;
}
#slogan {
	position: absolute;
	top: 155px;
	margin-left: 700px;
	z-index: 999;
}
#banner {
	background: #fff url(../banners/11.jpg) 0 0 no-repeat;
	height: 150px;
}
#banner_btm {
	background: url(../images/bg_orangebar.png) 0 0 no-repeat;
	height: 34px;
	margin-bottom: 30px;
}
#footer_bar {
	background: url(../images/bg_orangebar.png) 0 0 no-repeat;
	height: 34px;
	padding: 0 20px 0 20px;
	font-size: 11px;
}
#footer_bar p {
	margin: 0;
	padding-top: 8px;
}
#content {
	background: #fff url(../images/bg_content.jpg) 0 0 repeat-y;
	padding: 20px 15px 20px 35px;
	min-height: 400px;
}
#txt {
	padding-right: 225px;
	text-align: justify;
	margin-bottom: 20px;
}
#txt td {
	padding: 2px 15px 2px 0;
}

/* Buttons */

#btns {
	width: 180px;
	margin: 0 auto;
}
#btns {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#btns ul {
	margin: 0;
	padding: 0;
	border: none;
}
#btns li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#btns a {
	float: left;
	padding: 68px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:68px; /*IE Win */
}
#btns a:hover {
	background-position: 0 -68px;
}
#btn_donate a {
	background: url(../images/btn_donate.jpg) top left no-repeat;
	width: 180px;
}
#btn_subscribe a {
	background: url(../images/btn_subscribe.jpg) top left no-repeat;
	width: 180px;
}