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

body {
	background: #fff url(../images/bg.jpg) repeat-y top center;
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #333;
	margin: 0;
	text-align: center;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	background: url(../banners/11.png) no-repeat top right;
	height: 228px;
	text-align: right;
}
#content, #content_donate {
	float: left;
	margin: -20px 0 30px 50px;
	width: /*486px*/740px;
	text-align: justify;
	font-size: 14px;
	min-height: 560px;
}
#content table {
	border: 1px solid #fff;
	text-align: left;
}
#content td {
	border: 1px solid #fff;
	font-size: 11px;
	padding: 4px 6px;
}
#subscribe {
	width: 160px;
	overflow: hidden;
	margin: 15px 0 5px 0;
}
#subscribe ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#subscribe li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subscribe a {
	float: left;
	padding: 0 0 0 160px;
	overflow: hidden;
	width: 0px !important;
	width /**/:160px; /*IE Win */
}
#subscribe a:hover {
	background-position: -160px 0;
}
#btn_subscribe a {
	height: 37px;
	background: url(../images/btn_subscribe.gif) top left no-repeat;
}
#gotop {
	clear: both;
	width: 960px;
	margin: 10px auto;
	text-align: right;
	font-weight: bold;
}
