#blog_cont
{
	width:100%;
	//background:rgb(245,245,245) url('../imgs/obg.jpg');
	//background-size:100% 100%;
	//background-attachment:fixed;
	background:#b8ccff;
	overflow:auto;
}
#blog_cont #left
{
	width:68%;
	float:left;
}
#blog_cont #right
{
	width:29%;
	float:right;	
}
#box
{
//	width:50%;
	min-height:100px;
	margin:auto;
	background-color:rgb(234,155,33);
	//background:#5f798f url("../imgs/background_bottom.gif") no-repeat right bottom;
	
	margin-bottom:20px;
	padding-bottom:150px;
	border:1px solid rgb(237,237,237);
}
#box #title
{
	padding:20px;
	font-family: 'Gabriela', serif;
	font-size:24px;
	color:black;
	border-bottom:1px solid rgb(237,237,237);
	background:#9E6510;
	font-weight:bold;
	
}
#box #text
{
	padding:25px;
	font-size:22px;
   text-align:justify;
	color:black;
	font-family: 'Philosopher', sans-serif;
	overflow:auto;
}
#box #text ul li{
 
    list-style-image: url('../imgs/bullet_book.png');
	margin-top:20px;
   
	padding:0px;

}
#box #text .col
{
margin-left:5%;
	width:30%;
	float:left;
	padding:6%;
}
#box #text .col img
{
	width:100%;
}
#box #text .col .nm
{
	padding:5px;
	text-align:center;
	color:black;
}
#box #text img
{
	width:25%;
	padding-left:5px;
	padding-right:5px;
}
#box #text img.lft
{
	float:left;
}
#box #text img.rgt
{
	float:right;
}
#blog_cont #location
{
	padding:25px;
//	width:50%;
	margin:auto;
	background:white;
	margin-top:50px;
	margin-bottom:15px;	
	color:#999;
	font-size:14px;
font-family: 'Raleway', sans-serif;	
}
#blog_cont #location span
{
	color:#222;
	font-weight:bold;
}
#blog_cont #right #title
{
	padding:23px;
//	width:50%;
	margin:auto;
	background:white;
	margin-top:50px;
	margin-bottom:15px;	
	color:black;
	font-size:14px;
}
#blog_cont #right .bx
{
	
	min-height:100px;
	margin:auto;
//	background:white;
	margin-bottom:100%;
	padding:25px;


}
#blog_cont #right .bx
{
	padding:5px ;
}
#blog_cont #right .bx .img
{
	margin:15px;
	font-size:19px;
	font-style:italic;
	border:5px solid white;	
	height:150px;
}
#blog_cont #right .bx .img img
{
	width:100%;
	height:100%;
}
