/* UDD News page */

body {
	background-color: #ffffe1; 
	border: 0px;
	margin: 0px;
	padding: 0px;	
}
#main_container_news {
	background-image:url(../news/news_back.jpg);
	background-repeat:no-repeat; 
	width: 1000px;
	height: 500px;	
	border:none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#main_container_bio {
	background-image:url(../images/band_bio_back.jpg);
	background-repeat:no-repeat; 
	width: 1000px;
	height: 500px;	
	border:none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#bio_holder {
	width: 1000px;
	height: 500px;	
	border:none;
	padding-top: 145px;
	margin-left: auto;
	margin-right: auto; 
}
#bio {
	width: 950px;
	height: 360px;	
	border:none;
	margin-left: auto;
	margin-right: auto; 
}


#news_holder {
	width: 1000px;
	height: 500px;	
	border:none;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
#news {
	width: 620px;
	height: 440px;
	margin-left:350px;
	padding: 6px;
	text-align:left;
	overflow:auto;
	border-style: double;
	border-color:#dea011;
}
#main_container_gigs {
	background-image:url(../images/gig_history_back.jpg);
	background-repeat:no-repeat; 
	width: 1000px;
	height: 500px;	
	border:none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#gigs_holder {
	width: 1000px;
	height: 340px;	
	border:none;
	padding-top: 190px;
	margin-left: auto;
	margin-right: auto; 
}
#gigs {
	width: 600px;
	height: 330px;	
	border:none;
	padding-left: 100px;
	margin-left: auto;
	margin-right: auto; 
	text-align:left;
	overflow:auto;
	border-style: double;
	border-color:#cccccc;
}
#gig_nav {
	width: 1000px;
	height: 50px;	
	border:none;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto; 
}

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}	
a:active {	
	color:#000000;
	text-decoration: none;
}	
a:link:hover {
	color:#ce7e20;
	text-decoration: none;
}	
