* {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
body {
	background-color: #191921;
	color: #80FFFF;
	border-top: 8px solid #FBB631;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
}
table {
	padding: 2px;
	margin: 2px;
	border: 2px none;
}
h1 {
	color: #FFF;
	background-color: #FBB631;
	border-bottom: 8px solid #FBB631;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
td.td_thumbnail_title {
	max-width: 10px;
	text-align: center;
	vertical-align: middle;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
}
img.img_thumbnail_image
{
    border: 0px none;
	width: 100%;
	height: auto;
}
table.thumbs_table
{
    border: 0px none;
}
img.img_full_size_image
{
    border: 0px none;
	width: 100%;
	height: auto;
}
table.wrapper {
	width: 100%;
}
table.wrapper td.navigation {
	width: 200px;
	min-width: 200px;
	vertical-align: top;
	padding-left: 10px;
	text-align: center;
}
table.wrapper td.footer {
	text-align: center;
	background-color: #262834;
	padding: 10px;
	color: #FFF;
}
table.wrapper td.footer:empty {
	padding: 0px;
}
table.wrapper td.copyright {
	text-align: center;
	padding: 5px 0px;
}
table.wrapper td.copyright a {
	color: #000;
	text-decoration: none;
}
table.wrapper td.copyright a:hover {
	text-decoration: underline;
}
table.navigator-table {
	width: 100%;
}
table.wrapper td.thumbnails {
	width: 100%;
	vertical-align: top;
}
table.content-wrapper {
	width: 100%;
}
table.content-wrapper td.thumbs-table-td {
	padding: 10px;
}
table.content-wrapper td.header {
	text-align: center;
	color: #FFF;
	padding: 10px;
}
table.content-wrapper td.header:empty {
	padding: 0px;
}
table.table_single_thumb {
    border: 0px none;
}
div.thumbnail_wrapper {
    float: left;
}
div.page-title {
	width: 100%;
	text-align: center;
	clear: both;
}
div.nav-div {
	width: 100%;
	text-align: center;
	background-color: #0F0F0F;
	border-radius: 5px;
	padding: 10px 0px;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}
div.nav-div a {
	color: #FFF;
	text-decoration: none;
}
div.nav-div a:hover {
	text-decoration: underline;
}