/*//////////////Bio Specific Elements////////////*/

/*///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 180px 0 10px;
	}

/*///Header Picture////*/

#header h1{
	background: #363636 url("../pics/header8.jpg") no-repeat top left;
	}
