@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	font-size:100%;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #8D8D8D;
	max-width: 1024px;
	min-width: 760px;
	/*background-repeat: repeat-x;*/
}

/*img {vertical-align:middle;}*/

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

a:link {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #333333;}
a:hover {text-decoration: none; color: #140D9C; background-color: #999999;}
a:focus {text-decoration: none; color: #130F5D; /*background-color: #D1D2D4;*/}
a:active {text-decoration: none; color: #130F5D; /*background-color: #D1D2D4;*/}

div#container {
 width:1024px;
 margin:0 auto;
}

/*scrolling text box styles begin here*/

div.bio {
	text-transform:lowercase;
	width: 400px;
	border: 1px solid #666;
	padding: 4px 10px;
	text-align:justify;
	position: absolute;
	float: right;
	right: 50px;
	top: 48px;
	font-size: 11px;
	color: #333333;
	/*background-color: #CECACA;*/
}

div.books {
	text-transform:lowercase;
	height: 440px;
	width: 440px;
	float: right;
	border: 1px solid #666;
	padding: 4px 10px;
	overflow: scroll;
	text-align:left;
	position: absolute;
	right: 52px;
	bottom: 51px;
	font-size: 11px;
	color: #333333;
}

div.audioCaption {
	border: none;
	padding: 4px 10px;
	overflow: visible; 
	text-align:left;
	position: absolute;
	right: 70px;
	top: 190px;
	font-size: 16px;
	color:#333333;
}

div.Caption {
	border: none;
	padding: 4px 10px;
	overflow: visible; 
	text-align:left;
	position: absolute;
	right: 70px;
	top: 320px;
	font-size: 16px;
	color:#333333;
}

div.audio {
	border: 1px solid #666;
	padding: 4px 10px;
	overflow: visible; 
	float: right;
	text-align:justify;
	position: absolute;
	right: 70px;
	top: 220px;
	font-size: 11px;
}

div.video1 {
	height: 280px;
	width: 330px;
	border: 1px solid #666;
	overflow: visible; 
	text-align:left;
	padding-left: 10px;
	right: 48px;
	position: absolute;
	bottom: 46px;
	font-size: 11px;
	color:#333333;
}

div.video2 {
	height: 280px;
	width: 330px;
	border: 1px solid #666;
	overflow: visible; 
	text-align:left;
	padding-left: 10px;
	left: 114px;
	position: absolute;
	bottom: 46px;
	font-size: 11px;
	color:#333333;
}

div.gigs {
	/*height: 440px;*/
	text-transform:lowercase;
	width: 440px;
	border: 1px solid #666;
	padding: 4px 10px;
/*	overflow: scroll;*/
	text-align:justify;	
	float: right;
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: 11px;
	color: #333333;
}

div.press {
	/*height: 440px;*/
	text-transform:lowercase;
	width: 440px;
	border: 1px solid #666;
	padding: 4px 10px;
	float: right;
	text-align:justify;
	position: absolute;
/*	overflow: scroll;*/
	right: 50px;
	bottom: 50px;
	font-size: 11px;
	color: #333333;
}

div.scroll img{
border: 1px solid white;
margin: 3px 5px 5px 3px;
}

.name {
	float:left;
	border-bottom:0px;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #828282;
	position: absolute;
	left: 117px;
	top: 48px;
	letter-spacing: 3px;
}

.nameindex {
	float:left;
	border-bottom:0px;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #828282;
	position: absolute;
	left: 117px;
	top: 48px;
	letter-spacing: 3px;
}

.menu {
	font-style: normal;
	font-size: 18px;
	top: 100px;
	left: 117px;
	position: absolute;
	width: 200px;
	letter-spacing: 2px;
}

.email {
	font-style: normal;
	font-size: 14px;
	bottom: 20px;
	left: 117px;
	position: absolute;
	letter-spacing: 2px;
	color:#333333;
}

.emailindex {
	font-style: normal;
	font-size: 14px;
	bottom: 20px;
	left: 117px;
	position: absolute;
	letter-spacing: 2px;
	background-color:#CCCCCC;
	color:#333333;
}

.credits {
	font-style: normal;
	font-size: 11px;
	bottom: 36px;
	right: 60px;
	position: absolute;
	letter-spacing: 2px;
	color:#333333;
	background-color:#CCCCCC;
}

.credits2 {
	font-style: normal;
	font-size: 11px;
	bottom: 20px;
	right: 60px;
	position: absolute;
	letter-spacing: 2px;
	color:#333333;
	background-color:#CCCCCC;
}

.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
}

