#box-1 {
  border-left: 1px solid #C6DCDC;
  border-right: 1px solid #C6DCDC;
  background-color:#FFFFFF;
  padding:10px;
}

#box-2 {
  border-left: 1px solid #C6DCDC;
  border-right: 1px solid #C6DCDC;
  background-color:#FFFFFF;
  padding:10px 20px 30px 20px;
}

#box-1-head {
	margin:10px 0 0 0;
	height:5px;
	font-size:.0001%;
	background:url(../images/box-1-o.gif) top left repeat-x;
}
#box-1-head .lo {
	width:5px;
	height:5px;
	float:left;
	background:url(../images/box-1-lo.gif) top left no-repeat;
}
#box-1-head .ro {
	width:5px;
	height:5px;
	float:right;
	background:url(../images/box-1-ro.gif) top right no-repeat;
}

#box-1-foot {
	margin:0 0 0 0;
	height:5px;
	font-size:.0001%;
	background:url(../images/box-1-u.gif) top left repeat-x;
}

#box-1-foot .lu {
	width:5px;
	height:5px;
	float:left;
	background:url(../images/box-1-lu.gif) top left no-repeat;
}
#box-1-foot .ru{
	width:5px;
	height:5px;
	float:right;
	background:url(../images/box-1-ru.gif) top right no-repeat;
}

#box-2 ul {
	margin:0px;
	padding:3px;
	padding-left:25px;
	list-style-type:disc;
}

#box-2 li {
	padding-left:5px;
}
