
  #roundedBox {
	position:relative;
	float:left;
	left:0px;
	width: 860px;
	background:transparent url(images/rroundedBoxbtm.gif) no-repeat bottom;
	margin: 0px 0 20px 0;

}

  #roundedBox2 {	
	width: 660px;
	height: 20px;
	background:transparent url(images/rroundedBoxtop.gif) no-repeat top;

}

  ul.left {
    float: left;
    width: 330px; 
    padding: 0px 0px 0px 80px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: square;
    position: relative;
    margin-bottom: 0px;
	font-size: 1.1em;
	font-weight:bold;
	color:#666;
	line-height:18px;
  }
  
  ul.right {
    float: right;
    width: 330px; 
    margin-right: 30px;
    padding: 0px 40px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: square;
    position: relative;
	font-size: 1.1em;
	font-weight:bold;
	color:#666;
	line-height:18px;
  }

li { margin-left: 0px; padding: 0px 0px;}

  .no-space {
    margin: 0px;
    padding: 0px;
  }
