#mainCenter {
	height:100%;
	background: #dedeca;
	color: #1a1a1a;
}
/* -- logo area-- */
#logocontainer {
	width: 100%;
	height:120px;
	background-image: url(../images/top_bground.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:120px;
	z-index:1; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #8e7f62;
}
#logo {
	background-image:url(../images/logo_700x120.jpg);
	z-index:2;
	height:120px;
	background-repeat:no-repeat; /* the auto margins (in conjunction with a width) center the page */
	width: 700px;
	margin: auto;
	
}/* -- end logo area --*/
#titleframe {
	width: 100%;
	background: #dedeca;
	color: #1a1a1a;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
	background: #dedeca;
	color: #1a1a1a;
}

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

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

/* title frame */

.titleContent {
	padding: 6px 0 6px 6px;
	background: #dedeca;
	color: #1a1a1a;
}

.banner
{
	color: #1a1a1a;
	font: 14px Arial, Helvetica, sans-serif;
	background: #dedeca;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:1em;
	font-weight: bold;
}

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

/* index frame */

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

.indexInfo {
	padding: 0 0 0 6px;
	font: 12px Arial, Helvetica, sans-serif;
}

.indexInfo .filename {
	color: #1a1a1a;
}

.indexInfo .date {
	color: #1a1a1a;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: "Trebuchet MS", verdana, arial;
	padding: 0 6px 0 6px;
	color: #ECE9D8;
}

.content {
	font-size:11px;
	color: #1a1a1a;
	border-bottom:1px dotted #1a1a1a;
	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:14px;
	font-weight:bold;
	color: #1a1a1a;
}

.contentLast {
	font-size:11px;
	color: #1a1a1a;
	padding-top:6px;
}

