body {
	background: white;
	font-family: Georgia;
	font-size: 10pt;
	padding: 2px;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
	position: relative;
}

p, h1, ul, li, form {
	margin: 0;
	padding: 0;
}

ul, div.addr {
	font-size: 1.3em;
	padding-left: 1em;
}

ul.nobullets li {
	list-style: none;
}

a {
	color: #06c;
}
a:visited {
	color: #069;
}
a:hover {
	color: #3cf;
}

hr {
	display:block;
	border: none;
	height: 3px;
	color: #09f;
	background: #09f;
}

h1 {clear: right}

div.head {
	background: url('head-lt.png') 0 0 no-repeat;
	left: 0;
	top: 0;
	right: 0;
	height: 75px;
}

div.headtr {
	float: right;
	top: 0;
	right: 0;
	padding-right: 24px;
	height: 75px;
	background: url('head-rt.png') 100% 0 no-repeat;
}

div.top {
	background: url('lt.png') 0 0 no-repeat;
	left: 0;
	top: 0;
	right: 0;
	height: 17px;
}

div.tr {
	float: right;
	top: 0;
	right: 0;
	width: 20px;
	height: 17px;
	background: url('rt.png') 0 0 no-repeat;
}

div.sides, div.menu {
	top: 0;
	left: 0;
	right: 0;
	border: solid #09f;
	border-width: 0 3px 0 3px;
	padding: 1px 8px 0 8px;
}

div.menu {
	color: white;
	background-color: #09f;
	padding: 0px 3px 1px 3px;
	font-family: 'Arial';
	font-size: 1.2em;
	text-align: center;
}

div.menu a, div.menu a:visited {
	color: white;
	text-decoration: none;
}

div.menu a:hover {
	color: #3cf;
}

div.bottom {
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	background: url('bottom.png') no-repeat;
}

div.br {
	float: right;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url('br.png') no-repeat;
}
div.brcopy {
	float: right;
	right: 0;
	bottom: 0;
	width: 437px;
	height: 20px;
	background: url('br-copyright.png') no-repeat;
}

a.copyrightlink {
	position: relative;
	display: block;
	float: right;
	top: 0;
	right: 18px;
	height: 16px;
	width: 166px;
	margin: 0;
	padding: 0;
	text-indent: -5000em;
	background: url('copyright_link.png') 0px 0 no-repeat;
}

a.copyrightlink:hover {
	background-position: 0 -16px;
}

p {
	text-indent: 1em;
}

p.description {
	margin: 2px 12% 4px 12%;
	font-size: 1.2em;
	}

img {
	border: none;
	vertical-align: middle;
}

#gallery
{	width: 100%;
	background: white;
	}

#gallery a
{	display: inline;
	float: left;
	margin: 1px;
	background: white;
	border: 1px solid #09f;
	}

#gallery a img {
	width: 96px;
	height: 72px;
	margin: 10px 3px 10px 3px;
	}
	
#gallery a:hover
{	background-color: #cef;
	}
	
.listings {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #09f;
	border-bottom: none;
	font-size: 14pt;
	}

.listings th
{	background-color: #06c;
	color: white;
}

.listings td {
	padding: 3px;
	border-bottom: 1px solid #09f;
	}

tr#selected td
{	font-weight: bold;
	color: white;
	background-color: #09f !important;
}

tr#selected a
{	color: white !important;
}

tr.itemcolor
{	background-color: #cef;
	}

td.thumb
{	width: 100px;
	height: 80px;
	}

td.right
{	text-align: center;
	width: 160px;
	font-size: 0.5em;
	}

td.ebay
{	background-image: url('/img/eb_back.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}