body {
padding: 0;
margin:0px;
	background: url(images/background.jpg) repeat;
}

/* @group Links */

a:link {	text-decoration: none;	color: #FFFFFF;}a:visited {	text-decoration: none;
	color: #FFFFFF;}a:hover {	color: #ff9900;
}a:active {	text-decoration: none;}

/* @end */

h1 {
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	font: 21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	color: #ff9900;
	text-transform: uppercase;
	font: bold .88em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h3 {
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

h4 {
	text-transform: lowercase;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	bottom: 20px;
	position: relative;
}

h5 {
	color: silver;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding-left: 12px;
}

#wrapper {
	width: auto;
	height: auto;
}

#main {
	width: 960px;
	height: auto;
	margin: auto;
}

#top {
	width: 960px;
	height: 100px;
	background-image: url(images/header.png);
}

#center {
	width: 960px;
	height: auto;
	float: left;
	background-image: url(images/center.png);
}

#left {
	width: 668px;
	float: left;
	margin-left: 50px;
	margin-top: 12px;
}

div.column-l {
	width: 329px;
	margin-right: 10px;
	float: left;
	height: 100%;
}

div.column-r {
	width: 329px;
	float: right;
}

div.artbox {
	width: 329px;
	background-color: #300101;
	height: 150px;
	margin-bottom: 5px;
}

div.description {
	width: 329px;
	margin-bottom: 25px;
	position: relative;
}

div.spacer {
	float: left;
	width: 668px;
	height: 10px;
}

#right {
	width: 180px;
	float: right;
	margin-right: 50px;
	margin-top: 12px;
}

#rightspacer {
	height: 28px;
}

/* @group Navigation */

#nav {
	background: #363636;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
#nav li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#nav a {
	background: #363636;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#nav a:hover {
	color: #ff9900;
	padding-bottom: 8px;
	background: url(images/hover.png) no-repeat right center;
}

/* @end */

#footer {
	width: 960px;
	display: inline-block;
	height: 100px;
	background-image: url(images/footer.png);
}

/* @group lightbox */

#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: #fff; 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: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; }


/* @end */