@charset "UTF-8";

/*  Body Definition  */
body {
	background: black;
	margin: 0px;
	text-align: center;
	margin: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

/*	Content Areas */
div#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: url(../graphics/notebook-paper-repeat.png) 0px 493px;
}

div#header {
	width: 900px;
	height: 493px;
	background: url(../graphics/notebook-paper-header.png);
	text-align: center;
	margin-bottom: 0px;
}

div#content {
	width: 730px;
	padding: 2em 10px 0 160px;
}

div#footer {
	width: 900px;
	text-align: center;
	font-size: smaller;
	padding-top: 2em;
	padding-bottom: 2em;
}

div.doodlebox {
	float: left;
	width: 350px;
	height: 439px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

div.itembox {
	float: left;
	width: 350px;
	height: 439px;
	margin: 5px 5px 5px 5px;
	text-align: center;
	background: url(../graphics/frame1.png) no-repeat;
}

div.itemtitle {
	position: relative;
	top: 52px;
	/* left: 83px; */
	/* width: 170px; */
	height: 35px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
}

div.itempic {
	position: relative;
	top: 60px;
	/* left: 40px; */
	/* width: 255px; */
	height: 250px;
	overflow: hidden;
	text-align: center;
}

div.itemdesc {
	position: relative;
	top: 75px;
	/* left: 80px; */
	/* width: 200px; */
	height: 35px;
	overflow: auto;
}

div.clearboth { clear: both; }


/*  Style Definitions  */
.center {
	text-align: center;
}

img {
	border: 0px;
}

.marginleft {
	margin-left: 1em;
}

.marginright {
	margin-right: 1em;
}

.allmargins {
	margin: 1em;
}

.description {
	text-align: center;
	font-weight: bold;
}

.sold {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

