
body {
    background: #000000;
	padding: 13px;
}

p, li, td {
	font-family: Helvetica, Arial, san-serif;
    font-size: 13px;
	color: #CCCCCC;
}

h1 {
	font-family: Courier New, Courier New, Courier, monospace;
    font-size: 24px;
	color: #CCCCCC;
}

a, a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
    font-size: 13px;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	text-align: left;
	padding: 0;
	border: 0;
	margin: auto;
	width: 850px;
}

#header {
	text-align: center;
	vertical-align: bottom;
}

.logo {
	padding-bottom: 13px;
	padding-right: 21px;
	border: 0;
}

.tabs {
	vertical-align: bottom;
	padding-left: 3px;
	padding-right: 3px;
	border: 0;
}

#main {
	background-color: #555555;
}

#main p, #main h1 {
	padding-left: 13px;
	padding-right: 13px;
}

.bloginfo {
	font-size: 10px;
}

#thumbnails {
	padding-left: 21px;
}

.thumbnails {
	width: 175px;
	height: 200px;
	margin: 13px;
	text-align: center;
	float: left;
}

.thumbnails p {
	margin-top: 7px;
    font-size: 10px;
}

.thumbnails img {
	border: 0;
}

.enlarged {
	border: 3px solid #FFFFFF;
}

#storeinfo {
	float: left;
	width: 50%;
}

#storeitems {
	float: right;
	width: 50%;
}

#storeitems .thumbnails {
	height: 175px;
	width: 395px;
	margin-top: 0px;
	margin-bottom: 37px;
	text-align: center;
}

#storeitems P {
	clear: both;
}

.price {
	color: #FFFFFF;
	font-weight: bold;
}

#artforsale {
	width: 50%;
}

#artforsale .thumbnails {
	height: 175px;
	width: 395px;
	margin-top: 0px;
	margin-bottom: 37px;
	text-align: center;
}

#artforsale P {
	clear: both;
}

/* styles for drop-down menu */

#dropmenudiv {
	position: absolute;
	border: 1px solid #000000;
	border-bottom-width: 0;
	font: normal 12px Helvetica;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#dropmenudiv a:hover {
	/*hover background color*/
	background-color: #000000;
	color: #CC0000;
}

/* styles for lightbox */

#lightbox {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	width: 700px;
	height: 700px;
	margin: 13px 0 0 -350px;
	border: 0;
	text-align: center;
}

#lightbox[id] {
	position: absolute;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#overlay[id] {
	position: fixed;
}

#lightbox.done #lbLoadMessage {
	display: none;
}

#lightbox.done #lbContent {
	display: block;
}

#lightbox.loading #lbContent {
	display: none;
}

#lightbox.loading #lbLoadMessage {
	display: block;
}

#lightbox.done img {
}

.body_by_jen A {
	color: #000001;
}

#myhiderdiv {
	display: block;
	position: absolute;
	top: 185px;
	width: 95%;
	height: 2000px;
	z-index: 20;
	margin: auto;
	text-align: center;
}