#artbox{
	display: block;
	float: left;
	width: 200px;
	height: 250px;
	margin: 20px 65px 75px 65px;
}
#artthumb{
	position: relative;
	width: 200px;
	height: 230px;
}
#artthumb img{
	position: absolute;
	vertical-align: baseline;
	bottom: 0;
	border: #000 10px solid;
}
#arttext{
	width: 200px;
	height: 35px;
}
h1{
	color: #B8FFB0;
}
h2{
	margin: 0px;
	color: #f8e1a3;
	margin-top: 5px;
	font-size: .8em;
	text-align: center;
}
h3{
	text-align: center;
	margin: 0px;
	font-weight: 575;
	margin-top: 3px;
	color: #F3F3F3;
	font-size: .8em;
}
p{
	color:#FFFFFF;
}
#artboxshort{
	display: block;
	float: left;
	width: 200px;
	height: 190px;
	margin: 0px 65px 75px 65px;
}
#artthumbshort{
	position: relative;
	width: 200px;
	height: 170px;
}
#artthumbshort img{
	position: absolute;
	vertical-align: baseline;
	bottom: 0;
	border: #000 10px solid;
}
#bottom{
	width: 900px;
	background-image: url(../assets/backgrounds/bottombgart2.jpg);
}
#rightbar{
	height: 30px;
	background-image:url(../assets/backgrounds/barart.gif);
	border-top: #000 2px solid;
	border-right: #000 2px solid;
}
#centerbox{
	clear: both;
	display: block;
	width: 650px;
	height: 250px;
	margin: 0 auto;
	margin: 20px 0px 50px 0px;
}
#artthumbc{
	position: relative;
	width: 650px;
	height: 230px;
}
#artthumbc img{
	position: absolute;
	vertical-align: baseline;
	bottom: 0;
	border: #000 10px solid;
	left: 220px;
}
#arttextc{
	width: 650px;
	height: 35px;
}
