/* CSS Document */
.centered
{
	margin-left: auto;
    margin-right: auto;
}
.ar
{
	
   text-align:right;
}
.l
{
	float:left;
}
.r
{
	float:right
}
.wrp
{
	overflow:auto;
}
.clr
{
	clear:both;
	height:20px;
}
.blk
{
	display:block;
}
.ib
{
	display:inline-block;
}
.gw
{
	width:1000px;
}

