#article
{
	float:right;
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	height:626px;
	overflow:auto;
}

#uleftDiv{
	width: 50px;
	height:25px;
	float:left;
	clear:right;
}
#ulld{
	width:21px;
	height:25px;
	float:left;
	clear:right;
	background-color:rgb(173,170,240);
	border-right:2px solid rgb(41,0,191);
	border-left:2px solid white;
}
#urld{width:23px;
	height:25px;
	float:right;
	clear:right;
	border-right:2px solid rgb(55,130,253);;
}
#leftDiv{
	width: 50px;
	height:626px;
	float:left;
	clear:right;
}
#lld{
	width:21px;
	height:626px;
	float:left;
	clear:right;
	background-color:rgb(173,170,240);
	border-right:2px solid rgb(41,0,191);
	border-left:2px solid white;
}
#rld{width:23px;
	height:626px;
	float:right;
	clear:right;
	border-right:2px solid rgb(55,130,253);;
}

div#innerArticle{width: 95%; margin-left:auto; margin-right:auto; height:auto; margin-top:50px;}

