#container {
	position: relative;
	min-height:100%;
	width:100%;
	background:#fff;
	overflow:hidden;
}
#content{
	position: relative;
	display:block;
	width:70%;
	left:0;
	margin:0 ;
	padding:0;
	top:0;	
	height:500px;
}
.scroll{
	position:absolute;
	display:block;
	height:500px;
	overflow:scroll;
	left:0;
	top:0;
	width: 550px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #fff;
	background-image: url(../../images/fa_news_icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#box2{
	left:0px;
	top:0px;
}
#box2 b {
	font-weight:bold;
}
#box2 p {
	padding-bottom: 10px;
	line-height: 18px;
	text-align:right;
}
#box2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#box2 ul li {
	margin-left: 0;
	padding: 3px 15px;
	display: list-item;
	list-style-type: disc;
}
#box2 ol {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	line-height: 18px;
}
#box2 ol li {
	margin-left: 0;
	padding: 3px 15px;
	display: list-item;
	list-style-type: decimal;
	line-height: 18px;
}
