/* Just some basic styles for the whole page */
* {
	margin:0;
	padding:0;
}
body {
	padding:20px 20px 40px 20px;
	color:#666;
}
p {
	clear:both;
	padding-bottom:1em;
	width:750px;
}
h1 {
	color:#000;
	padding-bottom:.3em;
}
h2 {
	clear:both;
	color:#ff7200;
}
#wrap {
	float:left;
	width:750px;
	padding-top:20px;
}
#ads {
	float:right;
	width:130px;
}

/* IE6 only box */
#noie6 {
	background:#ff0;
	padding:20px;
	margin-bottom:20px;
}
#noie6 h2 {
	color:#f00;
	font-size:3em;
	padding:0;
	margin:0;
}
#noie6 p {
	width:100%;
	padding:0;
	margin:0;
	color:#000;
}

/* Styling the normal artworks */
#artworks {
	list-style:none;
	float:left;
	width:580px;
	padding-bottom:30px;
}
#artworks li {
	float:left;
	width:145px;
	height:175px;
}
#artworks li a {
	float:left;
	display:block;
	width:125px;
	height:125px;
	position:relative;
	text-decoration:none;
}
#artworks li a img {
	border:0;
	width:115px;
	height:115px;
	position:absolute;
	top:5px;
	left:5px;
}
#artworks li a span {
	display:block;
	width:125px;
	text-align:center;
	position:absolute;
	top:130px;
	left:0;
	font-size:.8em;
	color:#666;
	font-family:Arial, sans-serif;
}

/* hovered art thumbs */
#artworks li a:hover img {
	width:125px;
	height:125px;
	top:0;
	left:0;
}

/* visited art thumbs */
#artworks li a:visited img {
	width:35px;
	height:35px;
	top:40px;
	left:40px;
}
#artworks li a:visited span {
	display:none;
}

/* Visited art thumbs that are also hovered */
#artworks li a:visited:hover img {
	width:115px;
	height:115px;
	top:5px;
	left:5px;
}
#artworks li a:visited:hover span {
	display:block;
}

/* download link */
.download {
	clear:both;
	float:left;
	padding-top:10px;
}
.download a {
	padding:.3em .5em !important;
	margin-right:10px;
	background:#00bd3e;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	line-height:2.5em;
	-moz-box-shadow: 1px  1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.download a:hover {
	background:#5f534f;
	text-shadow: 2px 2px 2px #000;
}
.normlist li {
	margin-left:2em;
}
