/* CSS Document */
#home-left {
height:570px;
	width:465px;
	z-index:2000;
	position:relative;
	left:20px;
	top:-30px;
	float:left;
	}

#home-right {
	position:relative;
	z-index:2010;
	top:55px;
	left:40px;
	float:left;
	}

#home-nav {
	height:170px;
	widows:120px;
	margin:auto auto auto 80px; 
	clear:both;
	}

#home-shows {
	width:285px;
	height:110px;
	clear:both;
	margin-top:170px;
	font-weight:bold;
	}

.upcoming-shows {
	font-weight:bold;
	font-size:13px;
	}

.upcoming-shows tr {
	vertical-align:top;
	}

.shows-gray {
	color:#666666;
	}

/* HOME NAVIGATION */
ul.ul-home-nav {
	list-style:none;
	margin:0;
	padding:0;
	}
	
ul.ul-home-nav li { }
ul.ul-home-nav a {
	display:block;
	width:103px;
	height:22px;
	background-repeat:no-repeat;
	margin-top:20px;
	}

ul.ul-home-nav a:hover {
	background-position:-104px 0;
	}

a.home-nav-dload {
	background-position:0 0;
	background-image:url(../images/home/button-download.gif);
	}

a.home-nav-shop {
	background-position:0 0;
	background-image:url(../images/home/button-shop.gif);
	}

a.home-nav-contact {
	background-position:0 0;
	background-image:url(../images/home/button-contact.gif);
	}

a.home-nav-donate {
	background-position:0 0;
	background-image:url(../images/home/button-donate.gif);
	}

