.container {
	width: 975px;
  margin: 0 auto;
	position: relative;
	clear: both;
	padding: 0;
	color: #666;
	line-height:1.25;
	font-size: .8em;
	word-wrap: break-word;
}
div#header {
	height: 110px;
	width: 100%;
	min-width:975px;
	background: #FFF url(./bg_header_short.png) 0 100% repeat-x;
}
#header h2#logo {
	background:url(../../images2z/logo.png) no-repeat scroll 0 0 transparent;
	float:left;
	height:68px;
	margin:15px 0 0 15px;
	position:relative;
	text-indent:-9999px;
	width:130px;
	z-index: 16;
}
#header h2#logo a {
	display:block;
	height:100%;
	width:100%;
}
/**
div#search_area {
	background: transparent url(../../images2z/etix_sprite.png) -328px -162px no-repeat;
	height: 95px;
	position: relative;
	margin: 15px auto 0 auto;
	overflow: hidden;
}
/*** search form  ***
form#main_search_form {
	background:url(../../images2z/etix_sprite.png) no-repeat scroll -346px -3px transparent;
	height:43px;
	margin:25px auto 0;
	width:510px;
}
input#main_search_field {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#666666;
	font-size:1.3em;
	padding:10px 0 10px 10px;
	width:400px;
}
input:focus {
	outline: none; -moz-outline-style: none;
}
div#main_search_submit {
	float: right;
	height:30px;
	margin:5px 0 0;
	overflow:hidden;
	width:85px;
}
input#main_search_button {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}
**/
#header h3 {
	font-size: 1.35em;
	float:left;
	margin:45px 100px 0 70px;
}
#footer {
	background: url(../../images2z/etix_sprite.png) -227px -457px no-repeat;
	text-align: center;
	min-height: 117px;
	padding: 20px 0;
}
div#footer_subnav {
	font-size:0.9em;
	line-height:1.7em;
	margin:20px auto;
}
div#footer_subnav a {
	margin: 0 10px;
}
span.copyright {
	display: block;
	font-size: .8em;
	margin-top: 5px;
}
/* Sets up basic grid floating and margin. */
div.span-9, div.span-29, div.span-49 {float:left;margin-right: 5px;}
/* Use these classes to set the width of a column. */
.span-9  { width: 175px;}
.span-29 { width: 575px;}
.span-49, div.span-49 { width: 975px; margin: 0; }