@import url('reset.css');
@import url('lightbox.css');
body {
	background: #edef1c url('../images/cubism.png') center top no-repeat;
	color: #000;
	text-align: center;
	font: 75%/1.5em Arial, Helvetica Neue, Helvetica, sans-serif;
}
div#container {
	background: #edef1c url('../images/arrow.png') center repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div#header {
	
}
p#price {
	background: url('../images/star.png') 0 0 no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 10px;
	left: -20px;
	text-indent: -999em;
}
h1 {
	background: url('../images/title.png') center center no-repeat;
	height: 159px;
	text-indent: -999em;
}
h2 {
	font: 1.5em/2em Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.75);
	color: rgb(255,255,255);
	padding: 4px 134px 4px 120px;
	margin: 1em 0;
}
h2.clickable {
	cursor: pointer;
}
div.block {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.75);
	padding: 2em 134px 2em 120px;
	margin: 10px 0;
}
div.last {
	border-bottom: 10px solid rgb(59, 60, 7);
}
p {
	margin: 0 0 1em 0;
}
ul li {
	margin: 0 0 0.3em 0;
}
ul.list li {
	list-style: disc outside;
	text-indent: 0.6em;
	margin-left: -0.6em;
}
ul.gallery li{
	margin: 0 4px 2px 0;
	display: inline-block;
	padding: 2px;
} 
div#header p.buy {
	width: 240px;
	height: 154px;
	background: url('../images/7.png') 0 0 no-repeat;
	text-indent: -999em;
	position: absolute;
	right: -120px;
	top: 50px;
}
div#footer p.buy {
	width: 240px;
	height: 209px;
	background: url('../images/8.png') 0 0 no-repeat;
	text-indent: -999em;
	position: absolute;
	left: -140px;
	bottom: -40px;
}
div#footer p.vcard {
	text-align: right;
}
a {
	padding: 2px 4px;
	background-color: #DEDFA7;
	color: #3B3C07;
}
ul.gallery li a {
	padding: 0;
	background: none;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	background: #000;
	color: #EDEF1C;
}
#imageDataContainer a, a#loadingLink {
	background: white;
}