@charset "utf-8";

body {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height: 25px;
	background: #f0f0f0;
	padding: 0 0px 0 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #993300;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border-style: none;
}
.mainStyle #container {
	width: 960px;  
	height: 645px;
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	overflow: visible;
	background: #f0f0f0;
	padding: 0 0 0 0;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.mainStyle #header {
	background:  url(images/artist_bg_header.gif) no-repeat;  
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
	height: 102px;
}
.mainStyle #header h1 {
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
}
.mainStyle #mainContent {
	background: url(images/bg_lightgray.gif) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.mainStyle #mainContentHome {
	background: url(images/bg_home.gif) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.mainStyle #footer {
	background: url(images/artist_bg_footer.gif) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 40px;
}
.mainStyle #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px 0 0px;
}

.mainStyle #copy { 
	font-size:9px;
	text-align:center;
	color:#003;
}

.mainStyle #pagename {
	padding-left:40px;
	padding-top: 35px;
}

.mainStyle #artists {
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 35px;
	text-align:center;
	font-size:46px;
	font-variant:small-caps;
}

.mainStyle #artists img {
	padding:7px;
}

.mainStyle #about-text {
	width:550px;
	padding-left:225px;
	padding-top: 35px;
	text-align: justify;
}

.mainStyle #contact-text {
	width:600px;
	padding-top: 35px;
	text-align: right;
}

.mainStyle #bio {
	width: 770px;
	padding-top: 20px;
	padding-left:75px;
	text-align: justify;
	
}

.mainStyle #faq-text {
	overflow:auto;
	height: 330px;
	width: 580px;
	padding-top: 35px;
	padding-left: 225px;
	padding-right: 50px;
	text-align: left;
}

.question {
	color: #a24b34;
	font-weight: bold;
}

.artistStyle #container {
	width: 960px;  
	height: 645px;
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	overflow: visible;
	background: #f0f0f0;
	padding: 0 0 0 0;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.artistStyle #header {
	background:  url(images/artist_bg_header.gif) no-repeat;  
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
	height: 102px;
}
.artistStyle #header h1 {
	margin: 0 0 0 0;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
}
.artistStyle #mainContent {
	background: url(images/artist_bg_charley.jpg) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.artistStyle #mainContent-cold {
	background: url(images/artist_bg_coldcreek.jpg) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.artistStyle #mainContent-paul {
	background: url(images/artist_bg_paulcardall.jpg) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.artistStyle #mainContent-keith {
	background: url(images/artist_bg_keithstubbs.jpg) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 506px;
}
.artistStyle #footer {
	background: url(images/artist_bg_footer.gif) no-repeat;
	padding: 0 0px 0 0px;
	margin: 0 0 0 0;
	height: 40px;
	text-align: center; 
}
.artistStyle #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px 0 0px;
}
.artistStyle #footer a {
	color:#630;
}

.artistStyle #copy { 
	font-size:9px;
	text-align:center;
}

.artistStyle {
	color:#003;
	font-size:11px;
}

.artistStyle #artist-name {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-left:475px;
	width: 420px;
	height: 100px;
	padding-top: 25px;
	padding-bottom:0px;
	text-align: right;
	font-variant:small-caps;
}

.artistStyle #artist-bio {
	margin-left:455px;
	width: 440px;
	height: 345px;
	padding: 0px;
	text-align: justify;
}

.firstName {
	color:#6d2f1d;
	font-weight:600;
	margin-left:10px;
}
.lastName {
	color:#003;
	font-weight:800;
	margin-right:10px;
}

.artistStyle #artistLinks {
	height:25px;
}

.artistStyle #musicPlayer {
	margin-left:455px;
	width: 440px;
	height: 20px;
	padding: 0px;
	text-align: right;
}

.weblink {
	font-size:12px;
	color:#333;
}
