.leftpan .innerRight div,span,p,a,img,ul,ol,li{margin:0;padding:0;border:0;outline:0;}
.leftpan .innerRight ul,li,ol{list-style:none;}
.leftpan .innerRight img{float: left;}
.leftpan .innerRight a{outline: none; text-decoration:none;}



#bodywrap{
	width:320px;
	float:left;
	padding:10px 0 0 0;
	background-color:#f3f3f3;
	 font-family: verdana;
  font-size:12px;
  font-weight: normal;
  background-color:#f9f9f9;
}

#bodywrap div,span,p,a,img,ul,ol,li{margin:0;padding:0;border:0;outline:0;}

/* Layout styles */








/* stylin leftPan content */
.leftPan{
	width:300px;
	display:block;
	float:left;
	margin-right:60px;
}


/* universal rules for content inside leftPan */
.leftPan h3{
	width:100%;
	float:left;
	font-size:18px;
	color:#232629;
	padding-bottom:26px;
}
.leftPan p{
	width:100%;
	float:left;
	font-size:12px;
	color:#727272;
	line-height:0px;
	text-align:justify;
	padding-bottom:5px;
}
.leftPan a.more{
	width:59px;
	height:14px;
	float:left;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	background: #00b987 url(images/read-more.jpg) no-repeat;
}




/* stylin inner Right content */
.leftPan .innerRight{
	width:306px;
	display:block;
	float:left;
}
.innerRight img{
	float:left;
	margin:0 0 0 0;
}
.leftPan a{
	color:#0182bb; 
	border-width: 0 0 1px 0; 
	border-style: dotted; 
	border-color: #0182bb;
	margin:0px;
	}
.leftPan a:hover{
  color:#0182bb; 
  border-width: 0 0 1px 0; 
  border-style: dotted; 
  border-color: #727272;
	}	
.innerRight ul, .innerRight li{
	width:306px;
	display:block;
	float:left;
}
.innerRight ul li{
	padding-bottom:8px;
}
.leftPan .innerRight ul li p{
	width:241px;
	text-align:left;
	float:right;
	padding:0px;
	line-height: 18px;
	margin:0px;
}


