/* GLOBAL */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
	background-color: black;
}
img {
	border: 0;
}

/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

/* LINKS */
a, a:link, a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
}

/* MISC */
.clear {
	clear: both;
}
/* SITE WRAPPER */
#wrapper2, #wrapper {
	text-align:left;
	margin: auto auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 490px;
}



/* COLLECTION HEADER */
#collectionHeader {
	margin-bottom: 15px;
}
 h1 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#collectionHeader p {
	line-height: 16px;
	margin-top: 5px;
}


#idplate
{
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 2px;
	
}



.galleryRow
{
}

.cell, .highlight 
{
	text-align:center;
	overflow: hidden;

}

.cell img, .highlight img
{
	margin: 10px;
	padding: 6px;
}

.highlight
{
	background-color: #3D3B3B;

}

/* PAGINATION */
.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}

.pagination .current {
	border: solid 1px #7f7f7f;
}



/* CONTACT */
#contact {
	/*float: left;
*/
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: 1px dotted #7f7f7f;
}
#contact span, #contact a {
}



.name
{
	text-align: center;
	margin-top: 20px;
}


/* PAGINATION */
.detailsPagination {
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	
}
.detailsPagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.detailsPagination li {
	display:inline;
	list-style: none;
	padding: 10px;
}
.detailsPagination li, .detailsPagination a {
}
.detailsPagination .previous {
	
}
.detailsPagination .next {
	
}

.detailsPagination .current {
	border: solid 1px #7f7f7f;
}

.ArtDetail
{
	text-align: center;
}

.Copyright
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}


.Details
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
