body {
	background: black;
	text-align: -moz-center; /* centers page for FF */
	text-align: center; /*centers page for IE */
}

div.wrap {	
	width: 885px;
	height: 603px;
	border: 1px solid white;
	margin: 0 auto; /* centers page for Safari */
}
	
div.nav {
	height: 23px;
	font-family: arial narrow;
	font-size: 11pt;
	text-align: right;
	color: white;
	padding: 0px 5px 0px 0px
}

div.main {
	height: 579px;
	background: url(page_pieces/blacksheep.jpg);
	text-align: left;
	border-top: 1px solid white;
	padding: 0px 0px 0px 0px
}

div.blackbox {
	position: absolute;
	left: 550px;
	top: 50px;
	width: 200px;
	height: 515px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	border: 1px solid black;
	background: black;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
}

div.services {
	position: absolute;
	left: 80px;
	top: 85px;
	width: 280px;
	height: 510px;
	padding: 8px 10px 0px 10px;
	text-align: left;
	color: white;
	font-family: Times New Roman;
	font-size: 14px;
	border: 1px dotted white;
	background: black;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}

div.menu {
	text-align: right;
	color: white;
	font-family: helvetica;
	font-size: 13px;
}

div.excerpt {
	position: absolute;
	left: 130px;
	top: 200px;
	width: 620px;
	padding: 10px;
	background: #FEFCFC;
	color: black;
	font-family: Times New Roman;
	font-size: 16px;
	text-align: left;
	border: 1px dotted black;
	background: #FEFCFC;
	text-align: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

div.intro {
	position: absolute;
	left: 130px;
	top: 200px;
	width: 620px;
	padding: 10px;
	background: #FEFCFC;
	color: black;
	font-family: Times New Roman;
	font-size: 22px;
	text-align: left;
	border: 1px dotted black;
	background: #FEFCFC;
	text-align: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

div.readmore {
	text-align: right;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding 0 4px 0 0;
}

div.quote {
	text-align: right;
	font-family: Helvetica;
	font-size: 12px;
	color: black;
	padding 0 10px 0 0;
}

div.bio {
	position: absolute;
	left: 70px;
	top: 80px;
	width: 300px;
	padding: 10px 10px 0 10px;
	border: 1px dotted black;
	background: #FEFCFC;
	text-align: left;
	color: black;
	font-family: Times New Roman;
	font-size: 14px;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

div.footer {
	width: 885px;
	font-family: arial narrow;
	font-size: 12px;
	color: white;
	text-align: center;
}

div.player {
	position: absolute;
	left: 80px;
	top: 80px;
	width:300px;
	height:200px;
}

a:link {
	color: white;
	text-decoration: none;
}

a.contact:link, a.contact:visited, a.contact:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: none;
}

a.readmore:link, a.readmore:visited, a.readmore:active {
	color: black;
	text-decoration: underline;
}

a.readmore:hover {
	color: black;
}