@charset "UTF-8";
/* CSS Document */


#artist {
	float:left;
	width: 278px;
	height: 291px;
	background-image: url(../images/backgrounds/meettheartistindex.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 5px;
	display: inline;
}

#artist h2{
	background-color: #488FB7;
	font-family: Arial, Helvetica, sans-serif;
	height: 23px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
}

#artist h2 a{
	text-decoration: none;
	color: #FFFFFF;
}

#artist h2 a:hover{
	text-decoration: none;
	color: #D4E9F3;
}

#artist p{
	float:right;
	width: 115px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 12px;
	margin-top: 0px;
	padding-top: 10px;
	line-height: 13px;
}

#artist p a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #4D99C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#artist p a:hover{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	color: #61C3FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#creations {
	float:left;
	width: 210px;
	height: 291px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(../images/backgrounds/ourcreationsindex.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#creations h2{
	background-color: #D4E9F3;
	color: #4D99C3;
	height: 23px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#creations h2 a{
	text-decoration: none;
	color: #458AB1;
}
#creations  h2  a:hover{
	text-decoration: none;
	color: #30617B;
}

#creations p{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	line-height: 12px;
}

#creations p a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #4D99C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#creations p a:hover{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	color: #61C3FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#others {
	float:left;
	width: 260px;
	height: 291px;
	margin-right: 5px;
	background-color: #D4E9F3;
}

#others h2{
	background-color: #4D99C3;
	color: #FFFFFF;
	height: 23px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#others h2 a{
	text-decoration: none;
	color: #FFFFFF;
}

#others h2 a:hover{
	text-decoration: none;
	color: #D4E9F3;
}

#others p{
	margin-right: 20px;
	margin-top: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	line-height: 14px;
}

#others p a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #4D99C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#others p a:hover{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	color: #61C3FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#space {
	height: 100px;
}
