/* CSS Document */

#column-1 {
	float:left;
	width:794px;
	display:inline;
	background:url(/images/bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	overflow:hidden;
	}

#column-2 {
	width:200px;
	float:right;
	display:inline;
	overflow:hidden;
	}
	
/* archive index list */

table.issuelist {
	width:100%;
	}
	
table.issuelist td {
	background-color:#f5f5f5;
	padding:10px;
	text-align:center;
	}
	
table.issuelist td:hover {
	background-color:#e5e5e5;
	}
	
table.issuelist td div {
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	}
	
table.issuelist td img {
	border:solid 1px #000;
	}
	
div.no-cover {
	height:150px;
	width:118px;
	border:solid 1px #000;
	background-color:#fff;
	margin:auto;
	padding:0;
	}
	
div.no-cover h4 {
	text-align:center;
	font-size:18px;
	padding:0;
	margin:0;
	}
