@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	color: #fff;
}



#mainWrapper {
	background-image: url(images/bgPerformer.jpg);
	width: 800px;
	height: 600px;
	margin: 40px auto;
	
}

#navigation {
	position: absolute;
	margin-top: 525px;
}

#navigation ul li {
	float: left;
	list-style: none;
	padding-right: 30px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #ddd;
	text-decoration: none;
}



#bound {
	position: absolute;
	margin-top: 120px;
	margin-left: 20px;
	width: 760px;
	height: 400px;
	overflow: auto;
	border: 1px solid #222;
}

#bio {
	position: absolute;
	margin-top: 120px;
	margin-left: 20px;
	width: 760px;
	height: 400px;
	overflow: auto;
	border: 1px solid #222;
}

#bio p {
	width: 600px;
	margin-left: 80px;
	text-indent: 30px;
	text-align: justify;
}

#bio img {
	border: 1px solid #fff;
	padding: 2px;
	}

#print {
	position: absolute;
	margin-left: 600px;
	margin-top: 550px;
}

h3.photo, h3.press{
	margin: 20px;
}


#bound dl.photo {
	margin-top: 20px;
	margin-left: 20px;

}

#bound dl.photo dt {
}

#bound dl.photo dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bound a {
	color: #ccc;
	
}

table.press {
	margin-top: 20px;
	margin-left: 40px;
}

table.press td {
	padding-right: 40px;
}
