div.nifty{
        margin: auto;
        background: #efe9cc;
        width: 740px;
        overflow: hidden;
	cursor: pointer 
}


div.lnifty{
	margin-left: 10px; 
	background: #efe9cc;
	width: 180px;
	float: left;
	overflow: hidden;
}

div.rnifty{
	background: #efe9cc; 
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	font-weight: bold;
	font-size: 110%;
	text-align: center
}


.rnifty h1 {
	font-size:120%;
	margin: 0
}

p.nifty{
	margin: 10px;
	text-align: justify;
	font: 12px arial, sans-serif;
}

b.rtop, b.rbottom{
	display:block;
	background: #FFF;
}

b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #cab758 /* #d3c373 /* #ded194 */
}

b.r1{
	margin: 0 5px;
}

b.r2{
	margin: 0 3px;
}

b.r3{
	margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}

