
/**************************************/
#archive {
	width: 700px;
	text-align: center;
	}
#archive h1 {
	position:relative;
	left:-6px;
	}
#archive .thumbnail {
	float: left;
	width: 181px;
	height: 260px;
	margin: 0 12px 12px 0;
	padding: 20px;			
	background-color: transparent;
	text-align: center;
	border-color: #fff; /* IE doesn't recognize transparent*/
	}
#archive .thumbnail a:hover img{
	border: 1px solid #f00;
	}
#archive .thumbnail img,
#archive .thumbnail a img{
	border: 1px solid #666;
	}/**/
#archive .thumbnail p {
	clear: both;
	margin: 10px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 120%; 
	}
#archive .thumbnail p a {
	background: url(/images/pdf_icon.gif) no-repeat left top;
	padding: 3px 3px 3px 20px;
	}
