#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }





/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {

	padding: 0 0 0 6px;
}




/* file info */

#content {
	width:100%;

	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{

}

#contentLast {
	width:95%;

	padding-top:6px;
}

#contentLast .header{

}
