A:link {
text-decoration: none;
font-family: arial, helvetica, sens-serif;
font-size: 14px; 
color: black;
border-color: black;
}

a:link img{
border: 5px solid #000000;
}	
		  
a:visited img{
border: 5px solid #000000;
}		  
		  
A:visited {
text-decoration: none;
font-family: arial, helvetica, sens-serif;
font-size:  14px; 
color: black;
border-color: black;
}
		  
A:active {
text-decoration: underline; 
font-family: arial, helvetica, sens-serif;
font-size:  14px;
color: black;
border-color: black;
}
		  
A:hover {
text-decoration: underline;
font-family: arial, helvetica, sens-serif;
font-size:  14px; 
color: black;
border-color: black;
}

A:link.white {
text-decoration: none;
font-family: arial, helvetica, sens-serif;
font-size: 14px; 
color: white;
border-color: black;
}
		  
A:visited.white  {
text-decoration: none;
font-family: arial, helvetica, sens-serif;
font-size:  14px; 
color: white;
border-color: black;
}
		  
A:active.white  {
text-decoration: underline; 
font-family: arial, helvetica, sens-serif;
font-size:  14px;
color: white;
border-color: black;
}
		  
A:hover.white  {
text-decoration: underline;
font-family: arial, helvetica, sens-serif;
font-size:  14px; 
color: white;
border-color: black;
}

html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background: #000000;
font-family: arial, sans-serif;
font-size: medium;
color: white;
border-color: black;
}

p {
font-size: 14px;
color: white;
margin-left: 20px;
text-align: justify;
}

table {
font-size: 14px;
color: white;
margin-left: 20px;
margin-right: 20px;
}

h2 {
font-size: 14px;
font-weight: 600;
color: white;
margin-left: 20px;
}



div.artists {
position: relative;
float: left;
margin: 0px;
left: 20px;
}

ul#artists {
padding-left: 2px;
margin: 0;
margin-left: 1px;
}

ul#artists li {
display: inline;
}

ul#artists li a
{
float: left;
width: 11em;
}


div.art {
position: relative;
top: 10px;
left: 10px;
width: 350px;
padding: 0px;
float: left;
background-color: #660000;
border-color: #000000;
min-height: 350px;
height: 350px;

}

div.artistlist {
position: relative;
font-family: Arial, Helvetica, sens-serif;
font-size: 14px;
color: #ffffff;
background-color: #660000;
float: left;
left: 0px;
top: 0px;
width: 800px;
min-height: 100%;
height: auto !important;
height: 100%;
}

div.artbio {
position: relative;
font-family: Arial, Helvetica, sens-serif;
font-size: 14px;
color: #ffffff;
background-color: #660000;
float: left;
left: 0px;
top: 0px;
width: 800px;
min-height: 100%;
height: auto !important;
height: 100%;
}

div.artistleft {
position: relative;
font-family: Arial, Helvetica, sens-serif;
font-size: 14px;
color: #ffffff;
background-color: #660000;
float: left;
left: 0px;
top: 20px;
width: 330px;
}

div.artistright {
position: relative;
font-family: Arial, Helvetica, sens-serif;
font-size: 14px;
color: #ffffff;
background-color: #660000;
float: left;
left: 40px;
top: 20px;
width: 350px;
}

#content {
  width : 800px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 0px;
  background-color : #660000;
  text-align : left;
}

div#footer {
position: relative;
width:800px;
top: 20px; /* stick to bottom */
background:#660000;
float: left;
left: 0px;
}

div.footer {
position: relative;
width: 800px;
top: 20px; /* stick to bottom */
background:#660000;
float: left;
left: 0px;
margin-right: 20px;
}

div#footer p {
padding:1em;
margin-right: 20px;

}

div.layer1 {
position: relative;
top: 0px;
min-height: 100%;
height: auto !important;
height: 100%;
width: 800px;
padding-top: 0px;
padding-left: 0px;
background-color: #000000;
}

div.layer2 {
position: relative;
top: 0px;
width: 800px;
min-height: 600px;
height: auto !important;
height: 600px;
background-color: #660000;
float: left;
}

div.logo {
position: relative;
top: 0px;
height: 30px;
line-height: 1.8em;
color: white;
width: 800px;
height: 90px;
background-color: #000000;
}

div.nav {
position: relative;
top: 0px;
height: 30px;
line-height: 1.8em;
color: white;
width: 800px;
background-color: #000000;
}

