/* CSS Document */

#artcontent {
	background-image:url(/image/pallet.gif);
	width:780px;
	height:auto;
	margin:0;
     padding:0;
	position:absolute;
	top:115px;
	left:20px;
	text-align:left;
}
#artcontent h1 {
	margin:2px 0 10px 25px;
}
#artcontent h2 {
	margin:2px 0 10px 50px;
}
#lefttext {
	width:325px;
	height:410px;
	float:left;
	margin:10px 0 0 20px;
	text-align:left;

}
#rightart {
	float:right;
	width:400px;
	height:450px;
	margin:10px 0 0 10px;
	overflow:scroll;
	overflow-x: hidden;
}

.art {
	background-color:grey;
	border:solid 1px black;
}
.art p {
	float:left;
}
.art img {
	float:right;
}
p {
	font-family:"Times New Roman", Times, serif;
	margin-left:10px;
	margin-right:10px;
	text-indent:15px;
}
ul li {
	margin-left:40px;
	list-style-image:none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.imageright {
	margin-right:15px;
	margin-left:5px;
}
.sm {
	margin:0;
	height:6px;
}