/* CSS Document */


#hub {
	width: 522px;
	height: 312px;
	margin: 50px 0;
	}
	
.hub_panel {
	width: 260px;
	height: 155px;
	float: left;
	}
	
.hub_panel a {
	display: block;
	width: 175px;
	height: 115px;
	padding: 40px 40px 0 45px;
	text-decoration: none;
	background: url(hub_panel_a.gif);	
	}
	
.hub_panel a:hover {
	background-position: 0 -155px;
	text-decoration: none !important;
	}
	
.hub_panel .title {
	display: block;
	color: #000;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	}
	
.hub_panel .title object {
	margin-left: -3px;
	}	
	
.hub_panel .tagline {
	display: block;
	color: #666;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
	}

.hub_panel .detail {
	display: block;
	font-size: 11px;
	color: #333;
	line-height: normal;
	margin: 5px 0;
	}
	
.hub_panel .link {
	font-size: 11px;
	display: block;
	margin: 5px 0 0;
	}
	
#hub .tl,
#hub .bl
 {
	border-right: 1px solid #ddd;
	}
	
#hub .tl,
#hub .tr {
	border-bottom: 1px solid #ddd;
	}
	
