body {
	font-family: Arial, sans-serif;
	font-size: .85em;
	color: #999;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990;
}
a:hover {
	text-decoration: underline;
	color: #9C0;
}
a:active {
	text-decoration: none;
	color: #C60;
}
h1 {
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(assets-common/bg-gradient.jpg);
	background-repeat: no-repeat;
}
#banner {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#banner-galleries {
	clear: both;
	padding-bottom: 20px;
}
#gallery {
	clear: both;
	margin-bottom: 20px;
}
#grid-mainGalleries {
	clear: both;
}
#grid-featureImage {
	margin-bottom: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#grid-featureImage-wide {
	margin-bottom: 20px;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}
#grid-thumbnails {
	width: 100px;
	float: left;
	font-size: .6em;
	margin-left: 20px;
}
#footer {
	font-size: 0.7em;
	text-transform: uppercase;
	clear: both;
	padding-top: 20px;
	line-height: 1.5em;
}
#colLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 390px;
	text-align: left;
	line-height: 136%;
}
#colRight {
	float: left;
	margin-bottom: 20px;
	text-align: right;
	width: 450px;
	font-size: 0.85em;
	font-style: italic;
}
.image-mainGalleryLeft {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.image-mainGalleryRight {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.image-thumbsLeft {
	width: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.image-thumbsNav {
	float: left;
	width: 90px;
	margin-bottom: 10px;
}

