/* ROUNDED CORNERS 
---------------------------------------------------------------------------------------------- */
.roundedDiv {
	width: 100%;
	background: #fff;
	margin:0 0 15px 0;
	text-align:left;
	}
.content {
	padding: 0 15px;
	display: block;
	}
.header ul {
	background: url(../images/corners.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
	}
.header ul li {
	float: right;
	background: url(../images/corners.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
	}
.footer ul {
	background: url(../images/corners.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
	}
.footer ul li {
	float: right;
	background: url(../images/corners.gif) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
	}	