@charset "UTF-8";
/****************************/
/* CSS New Archive Document */
/****************************/


/*********************/
/*Middle of the Page */
/*********************/
#upper{
	width: 1000px;
	height: 100px;
	padding-left: 35px;  
}

#lower {
	width: 900px;
	height: 500px;
	margin: auto;
	background: url(../images/cch/sub/archiveBG.jpg) no-repeat top right;
	text-align: left;
	padding-top: 25px;
	line-height: 25px;
}

#lower p {
	padding-left: 100px;
	padding-top: 50px;
}

#lower .year {
	font-size: 14px;
	color: #82c1c2;
	font-weight: bold;
}

#lower a:link {
	text-decoration: none;
	font-style: italic;
	color: #82c1c2;
	font-size: 12px;
}

#lower a:visited {
	text-decoration: none;
	font-style: italic;
	color: #82c1c2;
	font-size: 12px;
}

#lower a:hover {
	text-decoration: none;
	font-style: italic;
	color: #7e7e7e;
	font-size: 12px;
}


