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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000000;
	color:#999999;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
img.thumbs {
	text-align:justify;
	float:left;
	height:auto;
	width:auto;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid white;
}
#main {
	position:absolute;
	left:425px;
	top:128px;
	width:491px;
	height:315px;
	z-index:2;
}
#purchaseButton {
	position: absolute;
	z-index: 4;
	height: auto;
	width: auto;
	top: 575px;
	left: 425px;
}
#thumbContainer {
	left:50px;
	top:127px;
	width:325px;
	height:500px;
	z-index:1;
	position:absolute;
}
#header {
	position:absolute;
	top:14px;
	width:100%;
	height:70px;
	z-index:3;
	background: #333333;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #660000;
}
#header li {
	display: inline;
	list-style: none;
	margin-right: .5em;
	padding-right: .5em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #660000;
	font-weight:bold;
}
#header li.last {
	border-right: 0px;
}
#header #headband {
	width: 440px;
	text-align: right;
}
#navBar {
	margin-left: 192px;
	margin-top: 10px;
}
#bioPic {
	left:25px;
	top:127px;
	width:433px;
	height:331px;
	z-index:1;
	position:absolute;
}
#bioText {
	position:absolute;
	left:475px;
	top:128px;
	width:400px;
	height:auto;
	z-index:2;
	font-size: 13px;
}
#artText {
	position:absolute;
	left:31px;
	top:100px;
	width:650px;
	height:auto;
	z-index:2;
	font-size: 13px;
}
#artText a {
	color: #999;
	font-weight:bold;
	text-decoration:underline;
}
#footer {
	background:#333333;
	position:absolute;
	top:750px;
	width:100%;
	height:30px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #660000;
	text-align:center;
}
.sold {
 	color:#CC0000;
	font-weight:bold;
}
h1 {
	font-size: 24px;
	margin-top: 8px;
	margin-right: 8px;
}
h4 {
	font-size:11px;
	margin-top: 8px;
}
#navBar li a:link {
	text-decoration:none;
	color:#999;
}
#navBar li a:visited {
	text-decoration:none;
	color:#999;
}
#navBar li a:hover {
	text-decoration:underline;
	color:#999;
}
#navBar li a:active {
	color:#CCCCCC;
}
#bio {
	font-weight: bold;
	color: #CCCCCC;
}
#bioPic img {
	border: 2px solid #ccc;
}
#contact {
	color: #cccccc;
	font-weight: bold;
}
