#docs_wrapper .docsL {
	margin:15px auto;
	overflow:hidden;
	width: 500px;
	background: url(/articles/images/bg.jpg) repeat-x;
}

#docs_wrapper .docsL img {
	float: right;
	margin: 10px;
}

#docs_wrapper .docsL p {
	color:#000000;
	font-size: 12px;
	margin:auto;
}

#docs_wrapper .docsL .docsP {
background:#E6E6E6 none repeat scroll 0 0;
float:left;
margin:auto;
padding:10px;
width:100%;
}

#docs_wrapper .docsL p.ltext{
font-style:italic;
}

#docs_wrapper .docsL .lurl {
	color:#000000;
text-transform:capitalize;
}

#docs_wrapper .docsL .lurl a{
	
	color:#000;
}

#docs_wrapper .docsP .ltext a {
	color: #00A8EB;
	text-decoration: none;
}

#docs_wrapper .docsP .ltext a:hover {
	text-decoration: underline;
	color: #1E73C8;
}

#docs_wrapper {
	margin:5px auto;
	width:500px;
}

#hRec {
	border-bottom:1px solid #696969;
	color:#696969;
	font-size:25px;
	font-weight:normal;
	margin:5px auto;
	padding:5px;
	width:500px;
}

#docs_wrapper .pr img {
	float:right;
	margin:5px auto auto;
}

#docs_wrapper .ldesc {
	color:#000000;
}