body {
	margin: 20px;
	background: url(images/back.jpg) Repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.9em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #A42424;
}

a:hover {
	background:transparent;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0px;
	background:transparent;
}

#header {
	width: 860px;
	height: 212px;
	margin: 0 auto;
	background:transparent url(images/topbg.png) no-repeat left top;
}

#menu {
	width: 860px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	background:transparent url(images/Menubg.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #615726;
}

#menu a:hover {
	text-decoration: underline;
}

#page {
	width: 860px;
	margin: 0 auto;
	background: url(images/bottombg.png) repeat-y;
}

#content {
	float: justify;
	width: 700px;
	padding: 25px 60px 0 82px;

}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.post .source {
	text-align: justify;
	font-size: 10px;
}

.post .sold {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.post .sale {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer {
	width: 860px;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	background:transparent url(images/footerbg.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding:40px 150px 0 150px;
}

#footer a {
	color: #FFFFFF;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #413604; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 14px Verdana, Helvetica, sans-serif; background-color: #413604; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
