#wrapper {
	background: url('../images/artists.jpg');
	border-color: #88d48e;
	color: #737a7c; 
}

#content {
	width: 668px;
	margin: 107px 0px 0px 164px;
	padding: 0px;
}

/**html #content {
	margin: 110px 0px 0px -139px;
}*/

#width1 {
	width: 420px;
}

#width2 {
	width: 420px;
}

h1 {
	background: url('../images/titles/featuredartists.png') no-repeat;
}	

#completed_projects {
	background: green;
	width: 668px;
	height 316px;
	/*background: url(../images/projects.png)  no-repeat top left ;*/
}

#completed_projects li {
	float: left;
	list-style-type: none;
	width: 167px;
	height: 105px;
}

#completed_projects li img{
	margin: 7px 5px 6px 5px;

}

*html #completed_projects li {
	width: 167px;
	height: 105px;
	padding-top: 2px;
}

*html #completed_projects li img{
	margin: 4px 0px 0px 6px;

}



#completed_projects li.text {
	color: #444444;
	font-weight: bold;
	padding-top: 40px;
	text-align: center;
}

#completed_projects li.text a {
	color: #444444;
	display: block;
	font-size: 0.8em;
	text-decoration: none;
}

#completed_projects li.text a:hover {
	text-decoration: underline;
}


#imageDisplay {
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
	width: 460px;
	height: 550px;
	color: #666666;
	z-index: 10;
	background: #ffffff;
	background: url('../images/featured.png') 0px 0px no-repeat;
}

#artist1 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 262px;
	left: 186px;
	background: #999999;
}

#artist2 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 262px;
	left: 371px;
	background: #999999;
}

#artist3 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 262px;
	left: 557px;
	background: #999999;
}

#artist4 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 378px;
	left: 1px;
	background: #999999;
}

#artist5 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 378px;
	left: 186px;
	background: #999999;
}

#artist6 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 378px;
	left: 371px;
	background: #999999;
}

#artist7 {
	position: absolute;
	width: 176px;
	height: 109px;
	top: 495px;
	left: 186px;
	background: #999999;
}

#content img.thumb{
	width: 176px;
	height: 109px;
}



#imageDisplay img {
	margin: 20px;
}

#imageDisplay ul {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 40px;
}

#imageDisplay ul li {
	font-size: 0.8em;
	
	height: 24px;
}
#imageDisplay ul li.artist {
	font-weight: bold;
	font-size: 0.9em;
	
}

#closeWin {
	text-indent: -9999px;
	color: #ffffff;
	position: absolute;
	top: 21px;
	left: 21px;
	width: 13px;
	height: 13px;
	cursor: pointer;
	background: url(../images/closeWin.jpg) no-repeat;
}

