/* Featured Artist Page Styles */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #000000;
	text-align:center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #33FFFF;
	letter-spacing: 1px;
	font-weight: normal;

     }
	 
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #33FFFF;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: -15px;


}

/* p will paragraph all content and the main text will automatically styled to the textmain */

p {
	font-size: 0.8em;
	line-height: 18px;
	letter-spacing: 1px;
}

/* Big Turquoise Titles */
p.texttitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #33FFFF;
	letter-spacing: 1px;
	margin-top: 50px;
    }
	

a:link {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 16px;
	text-decoration: none;

    }

a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 16px;
    }

a:visited {
	color: #FFFFFF;
    word-spacing: 1px;
	letter-spacing: 1px;
	text-decoration: none;
    }

/* prev and next links */
 .navtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 16px;
    }
	
/* span used for one situation of prev and next links alignment */
span {
	margin-left: 280px;
}


li {
	font-size: 0.8em;
	line-height: 18px;
	letter-spacing: 1px;
}
	
/* Div bodies with final dash line */

div.dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 20px;
	width: 647px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	text-align: justify;
}

.formfield {
	background-color:#cccccc;
	height:19px;
	font-size:11px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	width: 250px;
	padding-left: 5px;
	background-repeat: repeat-x;
	float: left;
}

/* Caption Images */
img.right
  {
	height: 185px;
	width: 215px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
  }

 img.left  {
	float: left;
	height: 185px;
	width: 215px;
	margin-bottom: 15px;
	margin-right: 15px;
	clear: left;

  }
