* {	margin: 0; }
html, body { height: 100%; }

body
{
    font: 14px arial, helvetica; 
	background: #252269 url('../images/background_top.gif');
	background-repeat: repeat-x;
	color: #444136;
}

#wrapper
{
	background-image: url('../images/background2.gif');
	background-repeat: no-repeat;
	background-position: center 40px;
	min-height: 100%;
	height: auto !important;*/
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push { height: 80px; margin: 0px; padding: 0px; overflow: hidden; /* .push must be the same height as .footer */ }

#container
{
	width: 1000px;
	text-align: left;
	padding: 0px;
	/*height: 100%;*/
}

#content
{
	margin: 0px 50px;
	padding-bottom: 20px;
	width: 900px;
	background-color: #eceae4;
	/*height: 100%;*/
}

#main_content
{
	padding: 20px 20px 20px 30px;
}


#nav
{
	text-align: left;
	width: 1000px;
	height: 40px;
}

#header
{
	position: relative;
	padding: 10px 30px 25px 30px;
	color: #ffffff;
}

#header #upcoming_shows
{
	position: absolute;
	top: 0px;
	left: 270px;
	_left: 240px;
}

#header #order_tickets
{
	position: absolute;
	top: 0px;
	left: 505px;
	_left: 475px;
}

#header #right_header
{
	display: inline;
	float: right;
	width: 185px;
	font-weight: bold;
	font-size: 18px;
}


#footer
{
	position: relative;
	text-align: left;
	height: 80px;
	background: #cac9c7;
	width: 900px;
	color: #3b3a39;
}

#footer a
{
	text-decoration: none;
	color: #3b3a39;
}

#footer a:hover
{
	text-decoration: underline;
}

#galleryphoto {
float: left;
height: 300px;
padding-right: 20px;
}