/*//////////////Bio Specific Elements////////////*/

/*///Upcoming Shows////*/

#upcoming {
	position: absolute;
	right: 0px;
	top: 310px;
	width: 200px;
	/*border: 2px solid #af0000;*/ 
	}

h5 {
	position: relative;
	color: #660000;
	background: #af0000;
	padding: 2px 0 2px 4px;
	margin: 0;
	}

/*///Upcoming Shows////*/

#archives {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 200px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	}

/*///Back Button///*/

#back {
	position: absolute;
	/*height: 22px;*/
	left: 680px;
	bottom: 30px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#back a {
	color: #ffcccc;
	font-weight: bold;
	text-decoration: none;
	}
#back a:visited {
	color: #ffcccc;
	text-decoration: none;
	}
#back a:hover {
	color: #fef156;
	text-decoration: none;
	}

/*////////Font Stuff///////*/

h4 {
	position: relative;
	color: #ffaaaa;
	font-size: 15px;
	font-weight: bolder;
	}

/*//////Main Content///////*/
#mainContent {
	padding: 0 350px 0 10px;
	}

/*////////Header Picture///////*/

#header h1{
	background: #550000 url("../pics/header3.jpg") no-repeat top left;
}
