
* {
	padding:0;
	margin:0;
}

body {
	background: #000 url('DefaultBack.gif');
	font-family: "trebuchet ms", helvetica, verdana, sans-serif;
	color: #CCC;
	text-align: center;
	min-width: 900px;
}

a, a:visited, a:link {
	color: #ECECEC;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainCont 
{
	margin: 0 auto;
	width: 900px;
	XXwidth: 1195px;
	text-align: center;
}

#loading
{
	font-size: 11px;
	text-align: center;
	margin-top: 250px;
}

h1 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #ECECEC;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 15px;
}

h1 a, h1 a:visited, h1 a:link {
	text-decoration: underline;
}

h2 {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #888;
	margin-top: 16px;
	margin-right: 15px;
	text-align: right;
	line-height: 15px;
}

.gallery {
	XXbackground: #222 url('DefaultBack.gif') repeat-x left top;
	border: 1px solid #262626;
	background-color: #1b1b1b;
	clear: both;
	padding: 0;
	padding-bottom: 15px;
	#padding-bottom: 2px;
	margin: 0;
	}
	
.spacer {
	height: 15px;
}

#footer {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 11px;
	color: #888;
}

.cleaner {
	clear: both;
}

/* LIGHTBOX */

#outerImageContainer, #imageDataContainer {
	background-color: #000;
	color: #888;
}

#imageDataContainer a, #imageDataContainer a:link, #imageDataContainer a:visited {
	color: #888;
	text-decoration: none;
}

#imageDataContainer a:hover {
	color: #AAA;
}






