html {
	margin: auto;
}

* html a:hover
{
visibility:visible;
}

body {
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: auto;
	font: 100% georgia, times, "times new roman", serif;
	text-align: center;
	
}


#wrapper {
	margin: auto;
	width: 800px;
	
}

#banner {
	position: relative;
	display: block;
	background: url(images/banner.png) no-repeat center;
	width: 800px;
	height: 150px;

}

#banner span {
	visibility: hidden;
}



/* nav bar  */

#nav {
	position: relative;
	width: 800px;
	height: 120px;
	clear: left;
}

#nav span {
	visibility: hidden;
}

#News {
	position:absolute;
	background: url(images/hover_News.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:39px;
	top:66px;
	width:50px;
	height:55px;
}

#News a {
	display: block;
	color: #000000;
	font-size: 15px;
	width: 50px;
	height: 55px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#News img {
	width:50px;
	height:55px;
	border:0;
}

#News a:hover img
{
visibility:hidden;
}

#Bio {
	position:absolute;
	background: url(images/hover_Bio.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:90px;
	top:55px;
	width:35px;
	height:28px;
}

#Bio a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 35px;
	height: 28px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Bio img {
	width:35px;
	height:28px;
	border:0;
}

#Bio a:hover img
{
visibility:hidden;
}

#Schedule {
	position:absolute;
	background: url(images/hover_Schedule.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:124px;
	top:22px;
	width:78px;
	height:38px;
}

#Schedule a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 78px;
	height: 38px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Schedule img {
	width:78px;
	height:38px;
	border:0;
}

#Schedule a:hover img
{
visibility:hidden;
}

#Gallery {
	position:absolute;
	background: url(images/hover_Gallery.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:202px;
	top:9px;
	width:66px;
	height:34px;
}

#Gallery a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 66px;
	height: 34px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Gallery img {
	width:66px;
	height:34px;
	border:0;
}

#Gallery a:hover img
{
visibility:hidden;
}



#Discography {
	position:absolute;
	background: url(images/hover_Discography.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:270px;
	top:5px;
	width:103px;
	height:46px;
}

#Discography a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 103px;
	height: 46px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Discography img {
	width:103px;
	height:46px;
	border:0;
}

#Discography a:hover img
{
visibility:hidden;
}



#Publications {
	position:absolute;
	background: url(images/hover_Publications.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:379px;
	top:16px;
	width:92px;
	height:67px;
}

#Publications a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 92px;
	height: 67px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Publications img {
	width:92px;
	height:67px;
	border:0;
}

#Publications a:hover img
{
visibility:hidden;
}

#Reviews {
	position:absolute;
	background: url(images/hover_Reviews.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:477px;
	top:51px;
	width:66px;
	height:42px;
}

#Reviews a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 66px;
	height: 42px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Reviews img {
	width:66px;
	height:42px;
	border:0;
}

#Reviews a:hover img
{
visibility:hidden;
}



#PressRoom {
	position:absolute;
	background: url(images/hover_PressRoom.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:550px;
	top:60px;
	width:91px;
	height:35px;
}

#PressRoom a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 91px;
	height: 35px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#PressRoom img {
	width:91px;
	height:35px;
	border:0;
}

#PressRoom a:hover img
{
visibility:hidden;
}

#Links {
	position:absolute;
	background: url(images/hover_Links.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:646px;
	top:55px;
	width:53px;
	height:30px;
}

#Links a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 53px;
	height: 30px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Links img {
	width:53px;
	height:30px;
	border:0;
}

#Links a:hover img
{
visibility:hidden;
}



#Contact {
	position:absolute;
	background: url(images/hover_Contact.png) no-repeat;
	white-space: nowrap;
	display: block;
	left:699px;
	top:31px;
	width:68px;
	height:40px;
}

#Contact a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 68px;
	height: 40px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

#Contact img {
	width:68px;
	height:40px;
	border:0;
}

#Contact a:hover img
{
visibility:hidden;
}

/* End of Nav */

#content {
	position: relative;
	color: #333333;
	font-size: 1.1em;
	width: 800px;
	/*margin-left: 34px;*/
	line-height: 1.6em;

}

.spacer {
	position: relative;
	float: left;
	width: 25%;
	visibility: hidden;
	content: ".";
}

#quote {
	position:relative;
	float: left;	
	width:50%;
	text-align: justify;
	/*margin-top: 10px;*/
}

#quote1 {
	position:relative;
	float: left;	
	width:25%;
	text-align: justify;
	/*margin-top: 30px;*/
}

#quote1 p {
	padding-left: 25px;
}

#portrait {
	position:relative;
	float:left;
	clear: both;
	width: 100%;
	
	
}

#portrait img {
	padding-left: 0px;

}

#quote2 {
	position:relative;
	float: left;
	width:25%;
	text-align: justify;
	/*margin-top: 55px;*/
}

#quote2 p {
	text-indent: 25px;
	padding: 0 15px 0 10px;
}

#content cite {
	text-align: right;
	font-size:.75em;
	display: block;
	margin-top: 10px;
	line-height: 1.2em;
}



