/*-- Green Strategy --*/
* html #paper_content {
	height: 250px;
}
#middle_content_main {
    padding-bottom:0px;
	}
#middle_content_main h1 {
	color:#c70751;
	
	line-height:0.9em;
	padding-bottom:20px;
	}
#middle_content_main h3 {
	color:#c70751;
	font-size:0.8em;
	padding:5px 0 5px 60px;
	display:block;
	background-image:url(../../assets/strat_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:auto;
	margin:8px 0;
}
#middle_content_main p {
	padding-right:220px;
	}
#red_li {
	background-color:#c70751;
	color:#FFFFFF;
}

/*--- Paper BG div ---*/

#paper_wrap {
	width:615px;
	height:auto;
	background:#e8e8eb;
	float:left;
	vertical-align:bottom;
	
	}
#paper_top {
	width:615px;
	height:65px;
	background:url(../../assets/paper_top.gif) bottom no-repeat;
	}

#paper_content {
	width:565px;
	min-height:250px;
	margin:10px;
	padding-left:30px;
	background:url(../../assets/grid.gif);
	clear:left;
	}
	
/*--- Strat Wrap (For correct alignment of Background image) ---*/

#strat_wrap {
	height:auto;
	width:auto;
	background:url(../../assets/red_strat_bg.gif) top right no-repeat;
	background-position:430px 10px;
	padding-bottom:70px;
	}