#scroller-header {
	width:640px;
	padding:0px 0px 10px 0px;
}

#scroller-header a {
	text-decoration:underline;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.selected {
	text-decoration:none !important; 
	color:#867863 !important;
}

#scroller-body {
	width:640px;
	color: #333;
	font-size: 12px;
}
#mask {
	width:640px;
	overflow:hidden;
	margin:0 auto;
}

#panel {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 12px;
}

#panel div {
	float:left;
}

#panel ul {
	margin:5px;
	list-style:none;
	padding:0;
}

#panel ul li {
	padding:5px;
	border-bottom:1px dotted #ccc;
}

#panel ul li.last {
	border-bottom:none !important;
}
	
#panel-2 {
		width:640px;
}

