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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
h1 { font-size:24px;
font-weight:normal;
margin:0;
padding:0;
}
h2 { font-size:18px;
font-weight:normal;
margin:0;
padding:0;
}
#header { text-align:center;position:relative; }
#container {
	clear:both;
}
#artinfo {
	text-align:center;
	padding-top:15px;
	position:relative;
	width:100%;
}
.leftarrow {
	position:absolute;
	top:20px;
	left:20px;
	width:100px;
	height:100px;
}
.righttarrow {
	position:absolute;
	top:20px;
	right:20px;
	width:100px;
	height:100px;
}