/* CSS Document */

#columns-1-2 {
	background:#fff;
	padding:10px;
	width:760px;
	display:inline;
	margin-bottom:0px;
	overflow:hidden;
	}
	
#column-1 {
	padding:10px 10px 10px 0;
	width:770px;
	display:inline;
	float:left;
	overflow:hidden;
	}
	
#column-3 {
	width:180px;
	display:inline;
	float:right;
	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;
	}
	
#page-body {
	background-image: url(/images/bg-ch-index-wide.gif);
}

.tower-ad {
	background-color:#fff;
	}
