﻿body
{
	background: Black url(../images/gallery.jpg) no-repeat top center;
}
a
{
	color: #252424;
	text-decoration: none;
}
a:hover
{
	color: White;
}
#main
{
	width: 862px;
	height: 615px;
	margin: 0 auto;
	color: #252424;
	padding: 22px;
}
#galleryDiv
{
	width: 658px;
}
h1
{
	color: #333;
	border-bottom-color: Black;
}
h2.categoryTitle
{
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	color: White;
	margin-bottom: 1em;
}
ul.categoriesMenu
{
	float: right;
	list-style: none;
	margin-bottom: 1em;
	font-size: 0.8em;
}
ul.categoriesMenu li
{
	float: right;
	margin-left: 20px;
}
ul.subCategoriesMenu
{
	float: right;
	list-style-type: none;
	margin-bottom: 10px;
	border-top: solid 1px Black;
	padding-top: 5px;
}
ul.subCategoriesMenu li
{
	display: inline;
	padding-left: 10px;
	font-size: 0.8em;
}
table.thumbs
{
	width: 100%;
}
table.thumbs td
{
	border: solid 1px #ac5926;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	height: 140px;
}

table.thumbs td a img
{
	border: solid 1px Black;
}
table.thumbs td a:hover img
{
	border: solid 1px White;
}

#imageDiv
{
	height: 450px;
	text-align: center;
}
#imageDetails
{
	padding-top: 1em;
	color: White;
}
#imageDetails h2
{
	font-size: 1.2em;
	font-weight: bold;
}
#imageDetails .imageNav
{
	float: right;
}
#imageDetails .imageNav a
{
	color: White;
}
#imageDetails .imageNav a:hover
{
	color: Black;
}
