#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;
	height: 250px;
}
#nightbox {
	margin: 30px 138px 0  138px;
	background: url(img/night_bg.gif) repeat-y left top;
	height: 280px;
}

#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;
}
#topcontent #daybox ul{
	height: 150px;
}
#topcontent #nightbox ul{
	height: 180px;
}

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

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

#topcontent #nightbox ul#left{
	background: url(img/night_bottom_left.gif) no-repeat left bottom;
}
#topcontent #nightbox ul#right{
	background: url(img/night_bottom_right.gif) no-repeat right bottom;
}
#topcontent #daybox ul#left{
	background: url(img/day_bottom_left.gif) no-repeat left bottom;
}
#topcontent #daybox ul#right{
	background: url(img/day_bottom_right.gif) no-repeat right bottom;
}