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

body{
	background:#75a461 url(images/bg.png) top left repeat-x;
	margin:0px;
	font-size:15px;
	height:100%;
}

#wrapper{
	background:url(images/bg-h.png) top left repeat-y;
	width:980px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

#menu{
	width:960px;
	height:50px;
	float:right;
	margin-right:20px;
	margin-top:15px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	float:right;
	margin-left:-4px;
}

#menu ul li a{
	display:block;
	background:url(images/menu.png) top left no-repeat;
	width:125px;
	height:48px;
	text-decoration:none;
	color:#75a461;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
}

#banner{
	background:url(images/header_img.jpg) top left no-repeat;
	width:923px;
	height:248px;
	margin-left:28px;
	margin-top:10px;
}

#logo{
	margin-left:50px;
	padding-top:50px;
}

#left-content{
	float:left;
	clear:none;
	margin-left:35px;
	margin-top:20px;
}

#welcome{
	width:300px;
	float:left;
	clear:none;
}

#more-btn{
	text-align:right;
	margin-top:15px;
	margin-right:10px;
}

#latest-project{
	width:300px;
	float:left;
	clear:none;
	margin-left:15px;
}

.box{
	margin-top:55px;
	float:left;
	clear:none;
	padding-left:10px;
}

.headline{
	font-size:16px;
	color:#2a531e;
	padding-left:15px;
}


#signup-box{
	background:url(images/signup-box.gif) top left no-repeat;
	width:259px;
	height:30px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#signup-box input{
	border:0px;
	width:250px;
	height:17px;
	margin-left:4px;
	margin-top:5px;
}

#subcribe-btn{
	margin-right:20px;
	margin-top:5px;
	float:right;
	clear:none;
}

#middle-box a{
	font-size:13px;
	color:#2a531e;
	padding-left:18px;
}

#top-box{
	background:url(images/grayBox-top.gif) top left no-repeat;
	width:295px;
	height:15px;
}

#bottom-box{
	background:url(images/graybox-bottom.gif) top left no-repeat;
	width:295px;
	height:15px;
}

#middle-box{
	background:#f3f3f3;
	width:295px;
	height:110px;
}

#donate-text{
	float:left;
	clear:none;
	width:180px;
}

#donate-img{
	background:url(images/donate-img.png) top left no-repeat;
	width:112px;
	height:113px;
	float:left;
	clear:none;
}


#right-content{
	float:left;
	clear:none;
	margin-top:15px;
}

#news-top{
	background:url(images/news-top.png) top left no-repeat;
	width:307px;
	height:19px;
}

#news-middle{
	background:url(images/news-bg.png) top left repeat-y;
	width:307px;
}

#more-news{
	text-align:right;
	margin-right:15px;
	margin-top:15px;
}

#news-bottom{
	background:url(images/news-bottom.png) top left no-repeat;
	width:307px;
	height:19px;
}

#footer{
	font-size:12px;
	color: #666666;
	text-align:right;
	margin:30px;
	height:40px;
}
