#mainCenter {
	height:100%;
}

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

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

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


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

.text {
	font-family: Times New Roman, Times;
	font-size: 14px;
	text-indent: 0px;
	line-height: 16px;
	text-align: justify;
}

.photodescript {
	font-family: Times New Roman, Times;
	font-size: 12px;
	text-indent: 0px;
	line-height: 13px;
	text-align: left;
}


a 			{ color: #FFBB66; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #ffffff; text-decoration: underline; }

/* title frame */

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

.banner
{
	font-size: 12px;
	line-height: 14px;
	font-family: Trebuchet MS, verdana, arial;
	color: #ffffff;
}

.banner .title{
	font-size: 24px;
	font-weight:bold;
	line-height: 26px;
}

.banner .info{
	font-size: 14px;
	line-height: 16px;
}

.banner .email{
	font-size:0.8em;
	font-weight:bold;
	color: #ffffff;
}

.email{
	font-family: Trebuchet MS, verdana, arial;	
	font-size:0.8em;
	font-weight:bold;
	color: #ffffff;
}

/* index frame */

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

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

