#page {
	background: black;
}
#logoImg {
	display: none;
}
#logoArea h1 {
	padding: 0px 0 0 0;
	margin: 9px 0 0 0;
	background: url(/img/name-gal.gif) top left no-repeat;
}
#logoArea h2 {
	display: none;
}
#footerArea {
	display: none;
}

#contentArea a:hover {
	text-decoration: underline;
}

#menuArea {
	margin: 0;
	padding: 0 0 0 187px;
	border-bottom: solid 2px #999;
	text-align: left;
}

/* IE-win hack \*/
* html #menuArea {
	height: auto;
	padding-left: 0;
}
/* end IE-mac hiding */


.nav a, .nav span {
	background-color: #444;
	color: #ddd;
	border-color: #999;
}
#mainMenu .menuActive, #subMenu .menuActive {
	background-color: #999;
	color: #f8f8f8;
	border-color: #999;
}
.nav a:hover {
	background-color: #999;
	color: black;
}

#contentArea {
	background-color: black;
	width: 680px;
	padding: 15px 0 2px 0;
	margin: 0 auto;
}
.button {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 5px;
}
#prevBtn, #nextBtn {
	float: right;
	width: auto;
	margin-left: 5px;
	background-color: #444;
	border: solid 2px #999;
}
#prevBtn {
	margin-left: 10px;
}
#imgCaption {
	display: block;
	text-align: left;
	font-size: 0.9em;
	font-family: "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	color: white;
	padding: 0em;
	margin-top: 4px;
}
a#prevBtn:link, a#prevBtn:visited, a#prevBtn:hover, a#prevBtn:active,
  a#nextBtn:link, a#nextBtn:visited, a#nextBtn:hover, a#nextBtn:active {
	color: #f8f8f8;
	text-decoration: none;
}
a#prevBtn:hover, a#nextBtn:hover {
	background-color: #999;
}
#imgCredit {
	display: block;
	text-align: left;
	color: #bbb;
	font-size: 0.7em;
	font-style: italic;
	margin-top: 8px;
}
#imgCredit a:link, #imgCredit a:visited, #imgCredit a:hover, #imgCredit a:active,
  #imgCaption a:link, #imgCaption a:visited, #imgCaption a:hover, #imgCaption a:active {
	color: #99f;
}
#imgLink {
	display: block;
	position: relative;
}
#pageImg {
	display: block;
	margin-top: 14px;
}
#loadingImg {
	position: absolute;
	top: 200px;
	left: 324px;
	display: none;
}
#contentArea td {
	vertical-align: top;
}
.imgGroup {
	width: 152px;
	margin-left: 24px;
	text-align: left;
	float: left;
}
.firstGroup {
	margin-left: 0;
}
.imgGroup h2 {
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
.imgGroup h3 {
	color: #eee;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
}
.imgGroup h4 {
	color: #ccc;
	display: block;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0 0 0.4em 0.5em;
}
.imgGroup img {
	display: block;
	width: 152px;
	height: 114px;
	border: none;
	margin: 8px 0 14px 0;
}
#p_gallery #contentArea a:link, #p_gallery #contentArea a:visited, #p_gallery #contentArea a:hover, #p_gallery #contentArea a:active {
	color: #eee;
}
