@charset "UTF-8";
/* CSS Document */
/* all that should be here is grid head-foot-3-col*/
.main-container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
}
.header-container {
	/*background-color: #666666;*/
	/*height: 150px;*/
	height: 50px
	width: 960px;
	position: relative;

}

.content-container {
	width: 960px;
	position: relative;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.footer-container {
	height: 100px;
	width: 960px;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
	
	
}
.content-left-col {
	/*background-color: #333333;*/
	float: left;
	width: 180px;
	position: relative;
	height: auto;
}
.content-center-col {
	/*background-color: #333333;*/
	float: left;
	width: 480px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
}
.content-right-col {
	/*background-color: #333333;*/
	float: left;
	width: 280px;
	position: relative;
	height: auto;
}
/*
.upcoming-gig-container {
	width: 480px;
	height: 800px;
	position: relative;
}
.nav-container {
	width: 180px;
	height: 350px;
	position: relative;
}
.media-container {
	width: 280px;
	height: 350px;
	position: relative;
}*/

.footer-content-container {
	/*background-color: #333333;*/
	/*height: 100px;*/
	height: 10px;
	width: 960px;
	position: relative;
}
