
div.content-home {
	clear:both;
	background-image:url(/images/home/HomepageEasel.jpg);
	background-repeat:repeat-y;
	height:612px;
}
/*div.easel {
	width:100%;
	height:590px;
	background-position:213px bottom;
	background-image:url(/images/home/easel.png);
	background-repeat:no-repeat;
	}
div.wood-floor {
	width:100%;
	height:590px;
	background-position:center bottom;
	background-image:url(/images/home/wood-floor.jpg);
	background-repeat:repeat-x;
	}*/
div.featured-art {
	width:535px;
	float:left;
	position:relative;
	padding-bottom:132px;
	/*background-image:url(/images/home/easel-bottom.png);*/
	background-repeat:no-repeat;
	background-position:center bottom;
	/*background-color:black;*/
	padding-top:20px;
	text-align:center;
	}

div.featured-art div.image {
	height:400px;
	position:relative;
	margin:auto;
	/*background-color:white;*/
}
div.featured-art div.image div a{
	position:absolute;
	bottom:22px;
	text-align:center;
	display:block;
	width:100%;
}
	div.featured-art-text {
		position:absolute;
		bottom:50px;
		left:-130px;
		}
		div.featured-art-text h2{
			font-size:13px;
			margin:0px;
			padding:0px;
			}
			div.featured-art-text h2 a{
				color:black;
				}
		div.featured-art-text p{
			font-size:11px;
			margin:10px 0px;
			padding:0px;
			width:170px;
			}
			
div.quick-links {
	float:left;
	width:251px;
	height:447px;
	margin-left:20px;
	margin-top:15px;
	padding-top:15px;
	/*background-image:url(/images/home/whats-new.jpg)*/
	}
div.quick-links div.inner{
	margin:0px 26px 0px 35px;
	font-size:14px;
	/*background-color:white;*/
}
	div.quick-links h2{
		font-size:13px;
		margin:0px;
		padding:0px;
		padding-left:20px;
		margin-left:15px;
		background-image:url(/images/common/h2-arrow.png);
		background-repeat:no-repeat;
		background-position:0px 3px;
		}
		div.quick-links ul{
			font-size:14px;
			margin:0px;
			padding:0px;
			padding-left:25px;
			list-style-image:url(/images/common/li-arrow.png);
			}
			div.quick-links ul li{
				margin:7px 0px 0px 10px;
				}
				div.quick-links ul li a{
					color:black;
					text-decoration:none;
					font-size:12px;
				}
				div.quick-links ul li a:hover{
					text-decoration:underline;
				}

a.more-info {
	color:#6A9A9A;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(/images/home/more-arrow.png);
	background-position:left;
	padding-left:10px;
	background-repeat:no-repeat;
}
a:hover.more-info {
	text-decoration:underline;
}

