/*standard body text*/

body,td,th {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #999999;
	text-align: center;}body {	background-color: #FFFFFF;}

/*centre website*/

div#center
	{
  	width: 900px;
 	 margin: 0 auto;
	text-align:left;}

div#title
	{text-align:left;
	height: 70px;
	font-size: 30px;	color: #3399cc;
	font-style: italic;
	font-weight: bold;
border-bottom: 2px solid #CC3333;
}

h1		{position: relative;
		font-size: 35px;
		top: -20px;
		font-style: italic;
		z-index: 3;
		color: #3399cc;}
.capital
	{font-size: 170%;}

.heading
	{font-size: 23px;}

/*#CCFFCC or FFCCFF*/

.menu	{position: relative;
	left: 20px;
	height: 40px;
	font-size: 16px;
	}



/*#span style for artists' names in menu*/
.artists
	{position: relative;
	top: -12px;
	background: #CCCCCC;
 	 margin: 0 auto;
	padding: 6px;
	border-bottom: 1px solid #CC3333;
border-top: 0px solid #CC3333;
	text-align:left;}

/*#artists menu*/
div#artists1
	{position: relative;
  	width: 903px;
	height: 29px;
	background: white;

 	 margin: 0 auto;
	text-align:left;}

div#textcontent	{
	margin-top: 10px;
	width: 380px;
	font-size: 15px;	color: #666666;	line-height: 20px;	font-weight: lighter;	letter-spacing: 1px;
	float: left;
	z-index: 2;
	padding: 0;
	background: white;}


div#colright	{
	margin-top: 40px;
	padding-left: 10px;
	float: right;
	z-index: 3;
	padding: 0;
	background: white;}

html>body div#colright	{width: 450px;}


div#gallery	{
	margin-top: 40px;
width: 300px;
float: right;
	}

/*text box used when large image is shown during mouseover*/
.border	{background: white;
font-size: 13px;	color: #666666;	line-height: 19px;	font-weight: lighter;	letter-spacing: 1px;
	padding: 5px 15px 0px 15px;
	width: 432px;
	border: 1px solid silver;
	margin: 0 auto;}

html>body #border {width: 400px;
		}


imgNOTUSED	{border: 2px solid white}



a:     {font-family: Arial, Helvetica, sans-serif;}

a:link     { color: #663333; text-decoration: none; font-weight: light;}
a:hover     {color: red;}

a:visited     {color:#663333; text-decoration: none}

/*enlarge image on mousehover */
.thumbnail img{	border: 2px solid white;	margin: 0 0px 0px 0;}

.thumbnail:hover{	background-color: transparent;}
.thumbnail:hover img{	border: 2px solid white;}
.thumbnail span{ /*CSS for enlarged image*/	position: absolute;	padding: 0px;	left: -1000px;	visibility: hidden;	color: black;	text-decoration: none;}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;	padding: 12px;}
.thumbnail:hover span{ /*CSS for enlarged image left was -195*/	visibility: visible;	height: 550px;	width: 450px;
	background: #FFFFFF;	top: -50px;	left: -575px; /*position where enlarged image should offset horizontally */
	z-index: 10;}
/*end of enlarge script*/
