body {
    background-image: url("../media/backgrnd.jpg");
    color: #80002A;
    font-size: 12px;
    font-family: 'Verdana';
}
img {
    border: 0px none;
}
h1 {
	
}
td.td_thumbnail_title
{
	text-align: center;
	vertical-align: top;
	padding: 5px; 
	background-color: #D0D0D0;
    border: 1px solid #7F7F7F;
    font-size: 11px;
	max-width: 100px;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #D0D0D0;
    border: 1px solid #7F7F7F;
}
img.img_thumbnail_image
{
	width: 100%;
	height: auto;
}
td.td_thumbnail_image:hover {
	background-color: #778899;
}
table.thumbs_table
{
    border: 0px none;
}
img.img_full_size_image
{
    border: 1px solid #7F7F7F;
	width: 100%;
	height: auto;
}
table.image_title {
    border: 0px none;
    width: 100%;
}
table.navigation_table img {
	border: 0px none;
}
table.navigation_table img:hover {
	position: relative;
	top: -1px;
}
.etg_link_text
{
	font-size: 11px;
	color: #999999;
	font-family: Verdana;
	text-decoration: none;
}
a:hover.etg_link_text
{
	color: Blue;
	text-decoration: underline;
}