/* CSS Document */

.rounded1 {	background: #fff;	width: 100%; }
.clear {
	clear: both;
}
.topright{
	background: url(../images/layout/mainc2.jpg) no-repeat;
	height: 14px;
	width: 14px;
	float: right;
} 

.topleft {
	background: url(../images/layout/mainc1.jpg) no-repeat;
	height: 14px;
	width: 14px;
	float: left;
} 

.bl {
	background: url(../images/layout/mainc3.jpg) no-repeat;
	height: 14px;
	width: 14px;
	float: left; clear:both;
}
.br {
	background: url(../images/layout/mainc4.jpg) no-repeat;
	height: 14px;
	width: 14px;
	float: right;clear:right;
}

