body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000FFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000FFF;
	text-decoration: underline;
}

img {
	border: 0;
}

#body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 10px;
	border-bottom: solid 1px #000000;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

.left {
	float: left;
	width: 200px;
}

.left img {
	margin: 25px 0 0 5px;
}

.right {
	float: right;
	width: 700px;
	margin: 10px 0px;
}

.title {
	margin: 0px;
	font-size: 25px;
}

.title2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px #000000;
	font-size: 20px;
	text-weight: bold;
}

#painters {
  padding:0;
  list-style-type:none;
  }
#painters li {
  width:130px; 
  height:30px; 
  float:left;
  border:1px solid #000;
  margin-right:2px;
  }
#painters a em {
  font-style:normal; 
  font-size:1.2em; 
  line-height:1.5em;
  }
#painters a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:130px; 
  height:30px; 
  display:block;
  text-align:center;
  }
#painters a.red {background:#c00; color:#fff;}
#painters a.orange {background:#fc0; color:#000;}
#painters a.yellow {background:#ee0; color:#000;}
#painters a.green {background:#080; color:#fff;}
#painters a.blue {background:#00c; color:#fff;}
#painters a.purple {background:#800080; color:#fff;}
#painters a:hover {
  width:180px; 
  height:40px;
  z-index:200;
  background:#aaa;
  }
#painters a:hover em {
  font-size:1.5em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:180px; 
  height:35px;
  left:-12px; 
  top:-8px;
  }
#painters a:hover.red em {background:#c00;}
#painters a:hover.orange em {background:#fc0;}
#painters a:hover.yellow em {background:#ee0;}
#painters a:hover.green em {background:#080;}
#painters a:hover.blue em {background:#00c;}
#painters a:hover.purple em {background:#800080;}
