﻿body {
    text-align: center;
    margin:0px;
	padding:0px;
	background: black url("/img/main_bg.jpg") no-repeat fixed top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

div {
	margin: auto;
}

table {
	border-collapse: collapse;
	margin: auto;
}


#top_banner {
	height: 127px;
	width: 956px;
	background-image: url("/img/top_banner.jpg");
	text-align: left;
}

#banner {
	padding-left: 220px;
	padding-top: 20px;
}

#navigation {
	text-align: left;
	height: 73px;
	width: 956px;
	background-image: url("/img/menu_bg.gif");
}

#navigation a {
	display: inline-block;
	color: transparent;
	background-image: url("/img/SPACER.GIF");
	height: 43px;
	font-size: 1px;
}

#menu_home {
	width: 200px;
}

#menu_home:hover {
	background-image: url("/img/menu_home.jpg");
}


#menu_shows {
	width: 254px;
}

#menu_shows:hover {
	background-image: url("/img/menu_shows.jpg");
}



#menu_photos {
	width: 203px;
}

#menu_photos:hover {
	background-image: url("/img/menu_photos.jpg");
}


#menu_blog {
	width: 191px;
}

#menu_blog:hover {
	background-image: url("/img/menu_blog.jpg");
}


#footer {
	color: white;
	background-image: url("/img/bottom_tile_bg.gif");
	width: 956px;
	clear: both;
}
#footer a {
	color: white;
}





#shows_list {
	background-image: url("/img/shows_list_bg.jpg");
	width: 956px;
	height: 300px;
	text-align: left;
}

#widget_shows_list {
	position: absolute;
	margin-left: 5px;
	margin-top: 73px;
}



