/* CSS Document */

html, body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	background: #7EAC54 url(../images/bg.jpg) repeat-x top left;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}
* html #container {
	height: 100%;
}
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0 9px;
	position: relative;
	width: 942px;
	min-height: 100%;
	background: url(../images/bg.png) repeat-y top center;
}
#banner {
	background: #fff url(../banners/7.jpg) no-repeat top right;
	height: 146px;
	border-bottom: 1px solid #fff;
}
#donate {
	width: 133px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
	}
#donate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#donate li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#donate a {
	float: left;
	padding: 0 0 6px 133px;
	overflow: hidden;
	width: 0px !important;
	width /**/:133px; /*IE Win */
	}
#donate a:hover {
	background-position: -133px 0;
	}
#btn_donate a {
	height: 36px;
	background: url(../images/btn_donate.jpg) top left no-repeat;
	}
#btn_subscribe a {
	height: 36px;
	background: url(../images/btn_subscribe.jpg) top left no-repeat;
	}
#btn_blog a {
	height: 36px;
	background: url(../images/btn_blog.jpg) top left no-repeat;
	}
#content {
	width: 520px;
	margin-left: 200px;
	min-height: 250px;
	color: #333;
}
#spotlight {
	clear: both;
	background: #1A4D00;
	margin: 30px 167px 10px 0;
	padding: 7px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
#spot1, #spot2 {
	float: left;
	width: 230px;
	margin: 0 20px 15px 30px;
	text-align: left;
}
#spot1 img, #spot2 img {
	float: left;
	border: 1px solid #1A4D00;
	margin-right: 10px;
}
#spot1 h3, #spot2 h3 {
	margin: 5px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #1A4D00;
}
#spot1 p, #spot2 p {
	margin: 0;
	font-size: 12px;
}
#spot1 a, #spot2 a {
	color: #333;
	text-decoration: none;
}
#spot1 a:hover, #spot2 a:hover {
	color: #FF3300;
}
#social_box {
	clear: both;
	font-size: 10px;
	color:#333;
	text-align: center;
	border-top: 1px dotted #7EAC54;
	padding-top: 10px;
	text-align: center;
	margin: 30px 167px 0 0;
}
.txt_small {
	font-size: 12px;
}
#partners p, #partners h2 {
	padding-left: 165px;
	text-align: left;
}
#partners h2 {
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
#partners img {
	float: left;
	margin: 13px 15px 0 0;
}
.img_rgt {
	float: right;
	border: 1px solid #1A4D00;
	margin: 0 0 10px 15px;
	}
