.panel
{
	width: 640px;
	background-color: transparent;
 margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
 margin-left:auto;
 margin-right:auto;
	/*border: 1px solid #5E1600;*/
}

.panel_header
{
	width: 640px;
	height: 20px;
	background-color: #000;
 height: 24px;
 margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
 margin-left:auto;
 margin-right:auto;
	border: 1px solid #000000;
}

.panel_content
{
	width: 640px;
	background-color: #fff;
	color: #000;
 margin-left:auto;
 margin-right:auto;
	padding-bottom: 0px;	/*if a border is avaible */
	border: 1px solid #000000;
}

.panel_footer
{
}

.panel_close_button
{
}

.panel_open_button
{
}

#list2
{
  position: relative;
  right: -12px;
  color: #000;
}

DIV #navi
{
  position:relative;
  top:-8px;
  width:525px;
  margin-left:195px;
  text-align:right;
  font-size:12px;
} 