html, body, table, td, tr {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(../img/bg.gif);
	background-color: #72c3e4;
	background-repeat: repeat-x;
	background-position: top;
	font-size: .7em;
	color: #211d17;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
#history .enlarge {
	color: #87a5bd;
}
#container {
	width: 731px;
	position: relative;	
	margin: auto;
	background: url(../img/bg_container.gif) repeat-y;
}
#header {
	width: 731px;
	height: 125px;
	margin: auto;
	text-align: center;
	background:url(../img/bg_header.gif);
}
#container #photo {
	position: relative;
	left: 47px;
}
#navigation {
	position: relative;
	height: 41px;
	left: 48px;
	margin: auto;
	background: url(../img/bg_nav.gif) no-repeat;
}
#gallery #navigation, #rentals #navigation, #contact #navigation {
	position: relative;
	height: 41px;
	left: 47px;
	margin: auto;
	background: url(../img/bg_nav2.gif) no-repeat;
}
/*Subnav*/
#subnav-container {
	width: 179px;
	height: 229px;
	background-image: url(../img/bg-subnav.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#subnav {
	margin: 0;
	padding: 0;
	height: 22px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#subnav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#subnav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
	}
#subnav a:hover {
	background-position: 0 -22px;
	}

#subnav a:active, #subnav a.selected {
	background-position: 0 -22px;
	}
#trentals a  {
	width: 179px;
	background: url(../img/subnav-special-events.gif) top left no-repeat;
	}
#tevent a  {
	width: 179px;
	background: url(../img/subnav-event-inquiry.gif) top left no-repeat;
	}
#tproduction a  {
	width: 179px;
	background: url(../img/subnav-production.gif) top left no-repeat;
	}
#tvendors a  {
	width: 179px;
	background: url(../img/subnav-vendors.gif) top left no-repeat;
	}
#tcontact a  {
	width: 179px;
	background: url(../img/subnav-contact.gif) top left no-repeat;
	}
#tpolicies a  {
	width: 179px;
	background: url(../img/subnav-policies.gif) top left no-repeat;
	}				
/*Content*/
#gallery #content {
	width: 584px;
	height: 200px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
#test-gallery #content {
	width: 584px;
	height: 600px;
	margin: auto;
	padding: 20px;
	text-align: center;
}
#calendar #content {
	margin-left: 35px;
	width: 584px;
	padding: 20px;		
}
#content {
	width: 584px;
	min-height: 475px;	
	margin: auto;
	padding: 20px;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 425px;
}
#content-container {
	width: 375px;
	height: auto;
	position: relative;
	float: left;
	margin: 15px 0 0 25px;
}
#content .header {
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}
/*Scrolls*/
#scroll-top-left {
	position: absolute;
	top: 125px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 418px;
	background: url(../img/bg_left_top.gif);
}
#scroll-top-right {
	position: absolute;
	top: 125px;
	left: 683px;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 418px;
	background: url(../img/bg_right_top.gif);
}
#scroll-bottom-left {
	position: absolute;
	bottom: 64px;
	left: 0;
	margin: 0;
	width: 48px;
	height: 178px;
	background: url(../img/bg_left_bottom.gif);
}
#scroll-bottom-right {
	position: absolute;
	bottom: 64px;
	left: 683px;
	margin:0;
	width: 48px;
	height: 178px;
	background: url(../img/bg_right_bottom.gif);
}

/* Gallery */
#gallery-full {
	height: 311px;
	width: 637px;
	background: url(../img/bg_gallery.gif);
	position: relative;
	left: 47px;	
}
.subnav-gallery {
	margin: 0 auto;
	background-image: url(../img/bg-subnav-gallery.gif);
	background-repeat: no-repeat;	
	height: 165px;
	width: 175px;
}
#footer {
	position: relative;
	margin-top: -1px;
	width: 731px;
	height: 65px;
	text-align: center;
	background-image: url(../img/bg_bottom.gif);
	background-color: #72c3e4;
	clear:both;
}
a#matchstic {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 35px;
	right: 73px;
	text-decoration: none;
}
a#livenation {
	position: absolute;
	height: 30px;
	width: 110px;
	top: 35px;
	right: 130px;
	text-decoration: none;
}
#footer a i { visibility: hidden; }

h3 {
	font-size: 14px;
	padding-top:10px;
}	
