@charset "UTF-8";
/* CSS Document */

/* THE FOLLOWING ARE FOR THE HOME PAGE */

#team {
	margin: 8px 0px 10px 17px;
	padding: 0px;
	width: 724px;
}
#current {
	background: url(../images/logos/logo_ww_272w.jpg) no-repeat right 0px;
	margin: 10px 0px 10px 38px;
	padding: 0px;
	width: 695px;
}
#others {
	background: #333;
}

/* FOR RECENT SHOWS LIST */

#recent {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 356px;
}
#recentList {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#recentList li {
	text-indent: -1.1em;
	margin: 0px 0px 2px;
	padding-left: 1.1em;
}
#recentList a:link, #recentList a:active, #recentList a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#recentList a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

/* FOR SPECIAL ADS */

#glycocarn {
	background: #000;
	margin: 0px;
	padding: 8px 0px 8px 8px;
	border-bottom: 8px solid #333;
}
