
#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
}

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

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

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

.userAlert{
	float:right;

}


/* title frame */

.titleContent { padding: 0px 25px 0px 0px; } /* logo */

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #664422;
}

.banner .title{	/* site name */
	font-size:1.4em;
}

.banner .info{
	font-size:1em;

}

.banner .note{
	font-size:0.7em;

}

.banner .email{
	font-weight:normal;
}

/* index frame */

.indexContent {
	width:100%;

}

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

.indexInfo .filename {
	color: #664422;
}

.indexInfo .date {
	color: #664422;
}

/* file info */

#imageInfo{
	/* width: 450px; */
	font-family: Verdana, arial;
}

.content {
	font-size:11px;
	color: #664422;
}

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

.contentLast {
	font-size:11px;
/*	color: #664422;*/
}

