#topcontent .center{
	margin: 0 138px 0 138px;
}

#topcontent h2{
	text-align: center;
	color:#666666;
	font-size:16px;
	margin: 0 0 15px;
}

#daybox {
	margin: 1px 138px 0 138px;
	background: url(img/day_bg.gif) repeat-y left top;
}
#nightbox {
	margin: 30px 138px 0 138px;
	padding: 0;
	background: url(img/night_bg.gif) repeat-y left top;
}

#topcontent h3{
	text-indent: -10000px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#topcontent #daybox h3{
	background: url(img/day_header.gif) no-repeat left top;
}
#topcontent #nightbox h3{
	background: url(img/night_header.gif) no-repeat left top;
}

#topcontent ul{
	width: 315px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#topcontent ul#left .right{
	float: right;
	margin: 5px 10px 5px 5px;
}
#topcontent ul#right .right{
	float: right;
	margin: 5px 15px 5px 5px;
}

#topcontent ul#left li{
	margin: 0 10px 0 15px;
	padding: 2px 10px 2px 10px;
	border-bottom: 1px dotted silver;
}
#topcontent ul#right li{
	margin: 0 15px 0 10px;
	padding: 2px 10px 2px 10px;
	border-bottom: 1px dotted silver;
}

#topcontent span.title{
	color: #666;
	font-weight: bold;
}