.ib-container article_home{
	display: block;
	/*width: 515px;*/
	/*height: 350px;*/
	min-height:386px;
	background: #fff;
	float: left;
	border: 10px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 15px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
}
.ib-container article_home header h3{
	font-size: 14px;
	font-family: 'Bitter', serif;
	padding: 0 0;
	display: block;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 1;
}
.ib-container article_home header span a{
	font-size: 14px;
	font-family: 'Bitter', serif;
	padding: 0 0;
	display: block;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 1;
}
.ib-container article_home header span a:hover{
	color: #FF0000;
	color: rgba(255, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 1;
}	

.ib-container article_plan{
	display: block;
	width: 750px;
	background: #fff;
	float: left;
	border: 10px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 15px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
}
.ib-container article_plan h1{
	font-size: 20px;
	font-weight: 400;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	opacity: 1;
}
.ib-container article_plan h3{
	font-size: 16px;
	font-weight: 400;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	opacity: 1;
}
.ib-container article_plan header span{
	font-size: 14px;
	font-family: 'Bitter', serif;
	padding: 5px 0;
	display: block;
	color: #FF6633;
	color: rgba(255, 109, 39, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 1;
}
.ib-container article_plan p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 1;
}