#mainCenter {
	height:100%;
}

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

.title{
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#79D1BD;
	text-align:left;
}
.title_line2{
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#BFBF27;
	color:#000000;
}
.footer{
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:teal;
}
.footer_link{
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#CB943C;
}
.banner {
	font-family:verdana,tahoma,arial,sans-serif;
	font-weight:normal;
	font-size:11px;
}

.banner .title{
	font-weight:bold;
	font-size:25px;
	color: red;
}

.banner .date{
	font-size:0.9em;
	font-weight:bold;
	color: orange;
}

.banner .copyright{
	color: yellow;
}

.navigation{
	font-size:0.9em;
	font-weight:bold;
}
.thumbnail{
	font-size:0.9em;
}

#content {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: red;
	border-bottom:1px dotted red;
	padding-top:6px;
	padding-bottom:6px;
}

#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;
}
