#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: 514D58;
	
}


#homebox {

	width: 100%;
	height: 100%;
	border: 0px;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;

}

a 		{ color: red; text-decoration: none; font-weight:normal;} 
a:hover		{ color: red; text-decoration: none; font-weight:normal;}





/* title frame */

.titleContent { padding: 6px 0 6px 60px; }

.banner
{	
	font-size: 50px;
	font-family: Freestyle Script;
	color: DFDDE2;
}


/* index frame */

.indexContent {
	width:100%;
	border-bottom:1px dotted 514D58;
	padding-top:20px;
	padding-bottom:20px;
}

.indexInfo {
	font-size: 14px;
	font-family: Enviro;
	padding: 0 0 0 6px;
}



/* file info */

#imageInfo{
	width: 461px;
	font-family: Enviro;
	padding: 0 6px 50px 6px;;
}

.content {
	font-size:22px;
	color: 514D58;
	border-bottom:1px dotted #001A1B;
	padding-top:22px;
	padding-bottom:22px;
	padding-left:15px;
}

.header {
	font-size:18px;
	font-weight:normal;
	color: 8E8B92;
}

.contentLast {
	font-size:18px;
	color: 514D58;
	padding-top:22px;
	padding-left:15px;
}

