div.container{
	background-color:#7AA717;
}
div.bg{
	background: url(../i/bg_line.gif) bottom left repeat-x;
}
div#page_head .text{
	margin:10px 0 30px 0;
	margin-right:3%;

}
/* fixing the IE +3px margin jog bug */
* html div#page_head .text{
	height: 1%;
  	margin-left: 0;
}
a{
	color:#63821A;
}

a.more-link{
	display:block;
	width:auto;
	margin-top:3px;
	font-size:0.8em;
}
div.bottom a.more-link{
	margin-top:6px;
	font-size:0.9em;
}
div.middle a.more-link{
	margin-left:5px;
}


/* recent campaings ----------------- */
div.recent_camps{
	width:100%;
}
div.recent_camps .camp{
	width:33%;
	float:left;
	position:relative;
	text-align:center;
}
div.recent_camps  img{
	padding:10px;
	background-color:#FCF7F8
}

div.recent_camps .strip{
	position:absolute;
	width:94%;
	left:0;
	top:110px;
	background-color:#E72337;
	margin-left:3%;
	cursor: pointer;
	cursor: hand;
}
div.recent_camps .strip span{
	color:#fff;
	font-size:0.8em;
	display:block;
}
div.recent_camps .text{
	padding:2px 10px 10px 10px;
	color:#FFF;
	text-align:left;
}
div.recent_camps .text h1{
	font-size:1em;
	font-weight:bold;
}
/* middle content ----------------- */
div.middle{
	width:100%;
	clear:both;
	padding-top:20px;
}
div.middle .col{
	float:left;
	width:31%;
	margin-right:2%;
}
#left_col a{
	display:block;
	margin-left:12px;
}
#left_col #friends{
	padding-left:126px;
	margin-top:7px;
}
#award{
	padding-left:13px;
	margin-top:20px;
}
#left_col img{
	border:0;
}

div.middle .col h3{
	padding-bottom:10px;
	border-bottom:1px solid #DBDBDB;
}

div.middle .item a{
	color:#333;
	text-decoration:none;
}
div.middle .item a:hover{
	text-decoration:underline;
}
div.middle .item{
	border-bottom:1px solid #E4ECD2;
	margin: 0 5px;
	padding:7px 0;
	font-size:0.9em;

	overflow:hidden;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div.middle .item {height: 1%;}
div.middle .item {display: block;}
/* End hide from IE-mac */

div.middle .last{
	border:0;
}
div.middle .item img{
	border:6px solid #F1F6E7;
	margin-right:15px;
	float:left;
}
div.middle .item h4{
	font-size:0.9em;
	color:#898477;
	font-weight:normal;
	margin-top:2px;
}
/* bottom content ------------------ */
div.bottom{
	width:100%;
	clear:both;
	padding-top:20px;
	font-size:0.9em;
}
div.bottom .col{
	float:left;
	width:33%;
}
div.bottom .text{
	background-color:#F1F6E7;
	margin-left:10px;
	padding:20px 30px;
}
div.bottom img{
	margin-left:10px;
}
